com.atlassian.bamboo.container.startup
Interface PendingBuildResultsCleanup

All Known Implementing Classes:
PendingBuildResultsCleanupImpl

public interface PendingBuildResultsCleanup


Method Summary
 void cleanUp()
          Performs cleanup of PENDING builds at Bamboo start-up.
 void singleResultCleanUp(ResultsSummary resultsSummary)
          Performs cleanup of single PENDING build.
 

Method Detail

cleanUp

void cleanUp()
Performs cleanup of PENDING builds at Bamboo start-up. Converts all PENDING builds into NOT_BUILD if they are part of a chain. Deletes them otherwise.


singleResultCleanUp

void singleResultCleanUp(@NotNull
                         ResultsSummary resultsSummary)
Performs cleanup of single PENDING build. Converts it into NOT_BUILD. If it is not part of a chain, reverts lastVcs revision for plan if not subsequent build was done.

Parameters:
resultsSummary -


Copyright © 2011 Atlassian. All Rights Reserved.