Uses of Interface
com.atlassian.bamboo.deployments.versions.DeploymentVersionStatus

Packages that use DeploymentVersionStatus
com.atlassian.bamboo.deployments.versions   
com.atlassian.bamboo.deployments.versions.service   
 

Uses of DeploymentVersionStatus in com.atlassian.bamboo.deployments.versions
 

Classes in com.atlassian.bamboo.deployments.versions that implement DeploymentVersionStatus
 class DeploymentVersionStatusImpl
           
 

Methods in com.atlassian.bamboo.deployments.versions that return DeploymentVersionStatus
 DeploymentVersionStatus DeploymentVersionImpl.getVersionStatus()
           
 DeploymentVersionStatus DeploymentVersion.getVersionStatus()
           
 

Constructors in com.atlassian.bamboo.deployments.versions with parameters of type DeploymentVersionStatus
DeploymentVersionImpl(MutableDeploymentVersion version, DeploymentVersionStatus versionStatus, java.lang.String creatorDisplayName, java.lang.String creatorGravatarUrl)
           
 

Uses of DeploymentVersionStatus in com.atlassian.bamboo.deployments.versions.service
 

Methods in com.atlassian.bamboo.deployments.versions.service that return DeploymentVersionStatus
 DeploymentVersionStatus DeploymentVersionServiceImpl.getLatestVersionStatus(long deploymentVersionId)
           
 DeploymentVersionStatus DeploymentVersionService.getLatestVersionStatus(long deploymentVersionId)
           
 DeploymentVersionStatus DeploymentVersionServiceImpl.updateVersionStatus(long deploymentVersionId, DeploymentVersionState status, java.lang.String userName)
           
 DeploymentVersionStatus DeploymentVersionService.updateVersionStatus(long deploymentVersionId, DeploymentVersionState status, java.lang.String userName)
           
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.