|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.container.startup.PendingBuildResultsCleanupImpl
public class PendingBuildResultsCleanupImpl
Helper class performing cleanup of pending and InProgress builds. Used at start up of Bamboo Server and when finishing PENDING and IN_PROGRESS build (e.g. due to agent going offline)
Constructor Summary | |
---|---|
PendingBuildResultsCleanupImpl(PlanManager planManager,
BuildResultsSummaryManager buildResultsSummaryManager)
|
Method Summary | |
---|---|
void |
cleanUp()
Performs cleanup of PENDING builds at Bamboo start-up. |
void |
singleResultCleanUp(ResultsSummary buildResult)
Performs cleanup of single PENDING build. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PendingBuildResultsCleanupImpl(PlanManager planManager, BuildResultsSummaryManager buildResultsSummaryManager)
Method Detail |
---|
public void cleanUp()
PendingBuildResultsCleanup
cleanUp
in interface PendingBuildResultsCleanup
public void singleResultCleanUp(@NotNull ResultsSummary buildResult)
PendingBuildResultsCleanup
singleResultCleanUp
in interface PendingBuildResultsCleanup
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |