Uses of Interface
com.atlassian.bamboo.deployments.runtime.DeploymentInProgress
Packages that use DeploymentInProgress
-
Uses of DeploymentInProgress in com.atlassian.bamboo.deployments.runtime
Classes in com.atlassian.bamboo.deployments.runtime that implement DeploymentInProgressMethods in com.atlassian.bamboo.deployments.runtime that return DeploymentInProgressModifier 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) Methods in com.atlassian.bamboo.deployments.runtime that return types with arguments of type DeploymentInProgressModifier 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()
Methods in com.atlassian.bamboo.deployments.runtime with parameters of type DeploymentInProgressModifier and TypeMethodDescriptionDeploymentInProgressImpl.Builder.fromDeploymentInProgress
(@NotNull DeploymentInProgress deploymentInProgress) -
Uses of DeploymentInProgress in com.atlassian.bamboo.ww2.actions.build
Constructors in com.atlassian.bamboo.ww2.actions.build with parameters of type DeploymentInProgressModifierConstructorDescriptionCurrentlyDeployingJsonDecorator
(@NotNull DeploymentInProgress deploymentInProgress, @NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull BambooPermissionManager bambooPermissionManager, TriggerManager triggerManager, @NotNull AgentManager agentManager)