Interface BuildAgentController
- All Known Implementing Classes:
BuildAgentControllerImpl
public interface BuildAgentController
-
Method Summary
Modifier and TypeMethodDescriptionvoidfinishBuilding(@NotNull ExecutableBuildAgent buildAgent) booleanhasPreviousBuildResultToSend(ExecutableBuildAgent executableBuildAgent) voidprepareForBuilding(@NotNull ExecutableBuildAgent buildAgent) booleanvoidwaitAndPerformBuild(@NotNull ExecutableBuildAgent buildAgent) Gets the passed build agent to wait for a build and the run the build
-
Method Details
-
waitAndPerformBuild
Gets the passed build agent to wait for a build and the run the build- Parameters:
buildAgent-
-
prepareForBuilding
-
finishBuilding
-
hasPreviousBuildResultToSend
-
sendPreviousBuildResultIfRequired
- Returns:
- true if nothing left to process after returning
-