|
||||||||||
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 |
cancelAllBuilds(java.lang.String planKey,
boolean abandonResult)
Deprecated. use cancelAllBuilds(PlanKey, boolean) |
void |
cancelBuild(PlanResultKey planResultKey,
boolean abandonResult)
Cancel a running build optionally abandoning the result |
void |
cancelBuild(java.lang.String buildResultKey,
boolean abandonResult)
Deprecated. use cancelBuild(PlanResultKey, boolean) |
void |
stopAgentNicely(BuildAgent buildAgent)
Will tell an agent to stop after it's finished the current build |
Method Detail |
---|
@Deprecated void cancelBuild(@NotNull java.lang.String buildResultKey, boolean abandonResult) throws java.lang.InterruptedException
cancelBuild(PlanResultKey, boolean)
buildResultKey
- abandonResult
-
java.lang.InterruptedException
void cancelBuild(@NotNull PlanResultKey planResultKey, boolean abandonResult)
planResultKey
- abandonResult
-
java.lang.InterruptedException
void stopAgentNicely(@NotNull BuildAgent buildAgent)
buildAgent
- @Deprecated void cancelAllBuilds(@NotNull java.lang.String planKey, boolean abandonResult) throws java.lang.InterruptedException
cancelAllBuilds(PlanKey, boolean)
planKey
- abandonResult
-
java.lang.InterruptedException
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 |