|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
void |
MutableDeploymentVersionStatusImpl.setVersionState(DeploymentVersionState state)
|
void |
MutableDeploymentVersionStatus.setVersionState(DeploymentVersionState status)
|
MutableDeploymentVersionStatus |
DeploymentVersionDaoImpl.updateVersionStatus(long deploymentVersionId,
DeploymentVersionState state,
java.lang.String userName)
|
MutableDeploymentVersionStatus |
DeploymentVersionDao.updateVersionStatus(long deploymentVersionId,
DeploymentVersionState state,
java.lang.String userName)
|
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||