|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StopBuildManager
Method Summary | |
---|---|
void |
cancelAllBuilds(PlanKey planKey,
boolean abandonResult)
Will stop all builds running for plan identified by PlanKey |
void |
cancelBuild(PlanResultKey planResultKey,
boolean abandonResult)
Cancel a running build optionally abandoning the result |
void |
stopAgentNicely(BuildAgent buildAgent)
Will tell an agent to stop after it's finished the current build |
Method Detail |
---|
void cancelBuild(@NotNull PlanResultKey planResultKey, boolean abandonResult)
planResultKey
- abandonResult
-
java.lang.InterruptedException
void stopAgentNicely(@NotNull BuildAgent buildAgent)
buildAgent
- void cancelAllBuilds(@NotNull PlanKey planKey, boolean abandonResult) throws java.lang.InterruptedException
PlanKey
planKey
- abandonResult
-
java.lang.InterruptedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |