Class PendingDeploymentResultsRestorationImpl
java.lang.Object
com.atlassian.bamboo.deployments.container.PendingDeploymentResultsRestorationImpl
- All Implemented Interfaces:
PendingDeploymentResultsRestoration
public class PendingDeploymentResultsRestorationImpl
extends Object
implements PendingDeploymentResultsRestoration
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionPerforms cleanup of PENDING deployments at Bamboo start-up.
-
Constructor Details
-
PendingDeploymentResultsRestorationImpl
public PendingDeploymentResultsRestorationImpl()
-
-
Method Details
-
restoreState
Description copied from interface:PendingDeploymentResultsRestoration
Performs cleanup of PENDING deployments at Bamboo start-up. Restores PENDING results' runtime state or converts them into NOT_BUILD- Specified by:
restoreState
in interfacePendingDeploymentResultsRestoration
- Returns:
- keys of restored results
-