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(BuildResultsSummary buildResult)
          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
                         BuildResultsSummary buildResult)
Performs cleanup of single PENDING build. Converts it into NOT_BUILD if it is of a chain. Deletes it otherwise.



Copyright © 2010 Atlassian. All Rights Reserved.