Package dd2480.group4.execute
Interface Executor
- All Known Implementing Classes:
- Runner
public interface Executor
Interface for running a build.
- 
Method SummaryModifier and Type Method Description voidrunBuild(PushEvent req, NotificationInterface notification)Runs the build
- 
Method Details- 
runBuildvoid 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
 
 
-