Uses of Class
com.atlassian.bamboo.deployments.versions.DeploymentVersionState

Packages that use DeploymentVersionState
com.atlassian.bamboo.deployments   
com.atlassian.bamboo.deployments.versions   
com.atlassian.bamboo.deployments.versions.persistence   
com.atlassian.bamboo.deployments.versions.service   
 

Uses of DeploymentVersionState in com.atlassian.bamboo.deployments
 

Methods in com.atlassian.bamboo.deployments with parameters of type DeploymentVersionState
static InternalDeploymentVersionStatus DeploymentMocks.mockDeploymentVersionStatus(java.lang.String userName, DeploymentVersionState deploymentVersionState)
           
 

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

Methods in com.atlassian.bamboo.deployments.versions that return DeploymentVersionState
static DeploymentVersionState DeploymentVersionState.getInstance(java.lang.String state)
           
 DeploymentVersionState DeploymentVersionStatusImpl.getVersionState()
           
 DeploymentVersionState InternalDeploymentVersionStatus.getVersionState()
           
static DeploymentVersionState DeploymentVersionState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DeploymentVersionState[] DeploymentVersionState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of DeploymentVersionState in com.atlassian.bamboo.deployments.versions.persistence
 

Methods in com.atlassian.bamboo.deployments.versions.persistence that return DeploymentVersionState
 DeploymentVersionState DeploymentVersionStateUserType.fromString(java.lang.String stringValue)
           
 DeploymentVersionState MutableDeploymentVersionStatusImpl.getVersionState()
           
 

Methods in com.atlassian.bamboo.deployments.versions.persistence with parameters of type DeploymentVersionState
 MutableDeploymentVersionStatus DeploymentVersionDaoImpl.createNewVersionStatus(long deploymentVersionId, DeploymentVersionState state, java.lang.String userName)
           
 MutableDeploymentVersionStatus DeploymentVersionDao.createNewVersionStatus(long deploymentVersionId, DeploymentVersionState state, java.lang.String userName)
          Creates a new vesion status for the given deployment version.
 void MutableDeploymentVersionStatusImpl.setVersionState(DeploymentVersionState state)
           
 void MutableDeploymentVersionStatus.setVersionState(DeploymentVersionState status)
           
 

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

Methods in com.atlassian.bamboo.deployments.versions.service with parameters of type DeploymentVersionState
 DeploymentVersionStatus DeploymentVersionServiceImpl.updateVersionStatus(long deploymentVersionId, DeploymentVersionState status, java.lang.String userName)
           
 DeploymentVersionStatus DeploymentVersionService.updateVersionStatus(long deploymentVersionId, DeploymentVersionState status, java.lang.String userName)
          Updates the version status for given deployment version.
 



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