|
||||||||||
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 builds. Used at start up of Bamboo Server and when finishing PENDING build (e.g. due to agent going offline)
Constructor Summary | |
---|---|
PendingBuildResultsCleanupImpl(BuildManager buildManager,
BuildResultsSummaryManager buildResultsSummaryManager,
ChainResultManager chainResultManager)
|
Method Summary | |
---|---|
void |
cleanUp()
Performs cleanup of PENDING builds at Bamboo start-up. |
void |
singleResultCleanUp(BuildResultsSummary 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(BuildManager buildManager, BuildResultsSummaryManager buildResultsSummaryManager, ChainResultManager chainResultManager)
Method Detail |
---|
public void cleanUp()
PendingBuildResultsCleanup
cleanUp
in interface PendingBuildResultsCleanup
public void singleResultCleanUp(@NotNull BuildResultsSummary buildResult)
PendingBuildResultsCleanup
singleResultCleanUp
in interface PendingBuildResultsCleanup
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |