Uses of Interface
com.atlassian.bamboo.deployments.DeploymentResultKey
Packages that use DeploymentResultKey
Package
Description
-
Uses of DeploymentResultKey in com.atlassian.bamboo.deployments
Classes in com.atlassian.bamboo.deployments that implement DeploymentResultKey -
Uses of DeploymentResultKey in com.atlassian.bamboo.deployments.container
Methods in com.atlassian.bamboo.deployments.container that return types with arguments of type DeploymentResultKeyModifier and TypeMethodDescriptionPendingDeploymentResultsRestoration.restoreState()Performs cleanup of PENDING deployments at Bamboo start-up.PendingDeploymentResultsRestorationImpl.restoreState() -
Uses of DeploymentResultKey in com.atlassian.bamboo.deployments.execution.events
Methods in com.atlassian.bamboo.deployments.execution.events that return DeploymentResultKeyModifier and TypeMethodDescription@NotNull DeploymentResultKeyDeploymentTimingPoint.getResultKey()@NotNull DeploymentResultKeyDeploymentTimingPoints.getResultKey() -
Uses of DeploymentResultKey in com.atlassian.bamboo.deployments.execution.service
Methods in com.atlassian.bamboo.deployments.execution.service with parameters of type DeploymentResultKeyModifier and TypeMethodDescriptionvoidDeploymentExecutionService.terminateDeployment(@NotNull DeploymentResultKey resultKey) Cleans up deployment result if execution has been terminated abrubtly.voidDeploymentExecutionServiceImpl.terminateDeployment(@NotNull DeploymentResultKey resultKey) -
Uses of DeploymentResultKey in com.atlassian.bamboo.deployments.results
Methods in com.atlassian.bamboo.deployments.results that return DeploymentResultKeyModifier and TypeMethodDescription@NotNull DeploymentResultKeyDeploymentResult.getKey()@NotNull DeploymentResultKeyDeploymentResultImpl.getKey() -
Uses of DeploymentResultKey in com.atlassian.bamboo.deployments.runtime
Methods in com.atlassian.bamboo.deployments.runtime that return DeploymentResultKeyModifier and TypeMethodDescription@NotNull DeploymentResultKeyDeploymentInProgress.getResultKey()@NotNull DeploymentResultKeyDeploymentInProgressImpl.getResultKey()Methods in com.atlassian.bamboo.deployments.runtime that return types with arguments of type DeploymentResultKeyModifier and TypeMethodDescriptionDeploymentsInProgressService.restoreState(@NotNull Set<Long> restorableResultsIds) Restores runtime state of deployments after server restart.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 -
Uses of DeploymentResultKey in com.atlassian.bamboo.rest.model.deployments.results
Methods in com.atlassian.bamboo.rest.model.deployments.results that return DeploymentResultKey