Uses of Interface
com.atlassian.bamboo.deployments.runtime.DeploymentInProgress
-
Uses of DeploymentInProgress in com.atlassian.bamboo.deployments.runtime
Modifier and TypeMethodDescription@Nullable DeploymentInProgress
DeploymentsInProgressService.getDeploymentExecutingOnAgent
(long agentId) @Nullable DeploymentInProgress
DeploymentsInProgressServiceImpl.getDeploymentExecutingOnAgent
(long agentId) @Nullable DeploymentInProgress
DeploymentsInProgressService.getDeploymentInProgressById
(long deploymentResultId) @Nullable DeploymentInProgress
DeploymentsInProgressServiceImpl.getDeploymentInProgressById
(long deploymentResultId) Modifier and TypeMethodDescriptionDeploymentsInProgressService.getDeploymentExecutingOnEnvironment
(long environmentId) Retrieve optional deployment running on a given environmentDeploymentsInProgressServiceImpl.getDeploymentExecutingOnEnvironment
(long environmentId) @NotNull Iterable<DeploymentInProgress>
DeploymentsInProgressService.getDeploymentsInProgress()
@NotNull Iterable<DeploymentInProgress>
DeploymentsInProgressServiceImpl.getDeploymentsInProgress()
Modifier and TypeMethodDescriptionDeploymentInProgressImpl.Builder.fromDeploymentInProgress
(@NotNull DeploymentInProgress deploymentInProgress) -
Uses of DeploymentInProgress in com.atlassian.bamboo.ww2.actions.build
ModifierConstructorDescriptionCurrentlyDeployingJsonDecorator
(@NotNull DeploymentInProgress deploymentInProgress, @NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull BambooPermissionManager bambooPermissionManager, TriggerManager triggerManager, @NotNull AgentManager agentManager)