Package dd2480.group4.execute
Interface Executor
- All Known Implementing Classes:
Runner
public interface Executor
Interface for running a build.
-
Method Summary
Modifier and Type Method Description void
runBuild(PushEvent req, NotificationInterface notification)
Runs the build
-
Method Details
-
runBuild
void runBuild(PushEvent req, NotificationInterface notification) throws java.io.IOException, java.lang.InterruptedExceptionRuns the build- Parameters:
req
- the request to be built.- Throws:
java.io.IOException
java.lang.InterruptedException
-