Uses of Interface
com.atlassian.bamboo.deployments.DeploymentResultKey
-
-
Uses of DeploymentResultKey in com.atlassian.bamboo.deployments
Classes in com.atlassian.bamboo.deployments that implement DeploymentResultKey Modifier and Type Class Description class
DeploymentResultKeyImpl
Fields in com.atlassian.bamboo.deployments with type parameters of type DeploymentResultKey Modifier and Type Field Description static com.google.common.base.Function<String,DeploymentResultKey>
DeploymentResultKeyImpl. FROM_STRING
Deprecated.since 6.5, useDeploymentResultKeyImpl.from(String)
-
Uses of DeploymentResultKey in com.atlassian.bamboo.deployments.container
Methods in com.atlassian.bamboo.deployments.container that return types with arguments of type DeploymentResultKey Modifier and Type Method Description Set<DeploymentResultKey>
PendingDeploymentResultsRestoration. restoreState()
Performs cleanup of PENDING deployments at Bamboo start-up.Set<DeploymentResultKey>
PendingDeploymentResultsRestorationImpl. restoreState()
-
Uses of DeploymentResultKey in com.atlassian.bamboo.deployments.execution.events
Methods in com.atlassian.bamboo.deployments.execution.events that return DeploymentResultKey Modifier and Type Method Description @NotNull DeploymentResultKey
DeploymentTimingPoint. getResultKey()
@NotNull DeploymentResultKey
DeploymentTimingPoints. getResultKey()
-
Uses of DeploymentResultKey in com.atlassian.bamboo.deployments.execution.service
Methods in com.atlassian.bamboo.deployments.execution.service with parameters of type DeploymentResultKey Modifier and Type Method Description void
DeploymentExecutionService. terminateDeployment(@NotNull DeploymentResultKey resultKey)
Cleans up deployment result if execution has been terminated abrubtly.void
DeploymentExecutionServiceImpl. terminateDeployment(@NotNull DeploymentResultKey resultKey)
-
Uses of DeploymentResultKey in com.atlassian.bamboo.deployments.results
Methods in com.atlassian.bamboo.deployments.results that return DeploymentResultKey Modifier and Type Method Description @NotNull DeploymentResultKey
DeploymentResult. getKey()
@NotNull DeploymentResultKey
DeploymentResultImpl. getKey()
-
Uses of DeploymentResultKey in com.atlassian.bamboo.deployments.runtime
Methods in com.atlassian.bamboo.deployments.runtime that return DeploymentResultKey Modifier and Type Method Description @NotNull DeploymentResultKey
DeploymentInProgress. getResultKey()
@NotNull DeploymentResultKey
DeploymentInProgressImpl. getResultKey()
Methods in com.atlassian.bamboo.deployments.runtime that return types with arguments of type DeploymentResultKey Modifier and Type Method Description Set<DeploymentResultKey>
DeploymentsInProgressService. restoreState(@NotNull Set<Long> restorableResultsIds)
Restores runtime state of deployments after server restart.Set<DeploymentResultKey>
DeploymentsInProgressServiceImpl. restoreState(@NotNull Set<Long> restorableResultsIds)
-
Uses of DeploymentResultKey in com.atlassian.bamboo.rest.model.deployments
Classes in com.atlassian.bamboo.rest.model.deployments that implement DeploymentResultKey Modifier and Type Class Description class
RestDeploymentResultKey
-
Uses of DeploymentResultKey in com.atlassian.bamboo.rest.model.deployments.results
Methods in com.atlassian.bamboo.rest.model.deployments.results that return DeploymentResultKey Modifier and Type Method Description @NotNull DeploymentResultKey
RestDeploymentResult. getKey()
-