Interface PendingBuildResultsStateRestoration
-
- All Known Implementing Classes:
PendingBuildResultsStateRestorationImpl
@Internal public interface PendingBuildResultsStateRestoration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<ResultKey>
restoreState()
Loads server state stored on disk and restores it.
-
-
-
Method Detail
-
restoreState
Set<ResultKey> restoreState()
Loads server state stored on disk and restores it. Performs cleanup of PENDING builds at Bamboo start-up in case their state was not restored. In that case converts all PENDING builds into NOT_BUILD if they are part of a chain and deletes them otherwise.- Returns:
- keys of restored job results
-
-