Interface PendingDeploymentResultsRestoration
-
- All Known Implementing Classes:
PendingDeploymentResultsRestorationImpl
@Internal public interface PendingDeploymentResultsRestoration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<DeploymentResultKey>
restoreState()
Performs cleanup of PENDING deployments at Bamboo start-up.
-
-
-
Method Detail
-
restoreState
Set<DeploymentResultKey> restoreState()
Performs cleanup of PENDING deployments at Bamboo start-up. Restores PENDING results' runtime state or converts them into NOT_BUILD- Returns:
- keys of restored results
-
-