Modifier and Type | Method and Description |
---|---|
static InternalDeploymentVersionStatus |
DeploymentMocks.mockDeploymentVersionStatus(String userName,
DeploymentVersionState deploymentVersionState) |
Modifier and Type | Method and Description |
---|---|
static DeploymentVersionState |
DeploymentVersionState.getInstance(String state) |
DeploymentVersionState |
DeploymentVersionStatusImpl.getVersionState() |
DeploymentVersionState |
InternalDeploymentVersionStatus.getVersionState() |
static DeploymentVersionState |
DeploymentVersionState.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
DeploymentVersionState |
DeploymentVersionStateUserType.fromString(String stringValue) |
DeploymentVersionState |
MutableDeploymentVersionStatusImpl.getVersionState() |
Modifier and Type | Method and Description |
---|---|
MutableDeploymentVersionStatus |
DeploymentVersionDaoImpl.createNewVersionStatus(long deploymentVersionId,
DeploymentVersionState state,
String userName) |
MutableDeploymentVersionStatus |
DeploymentVersionDao.createNewVersionStatus(long deploymentVersionId,
DeploymentVersionState state,
String userName)
Creates a new vesion status for the given deployment version.
|
void |
MutableDeploymentVersionStatusImpl.setVersionState(DeploymentVersionState state) |
void |
MutableDeploymentVersionStatus.setVersionState(DeploymentVersionState status) |
Modifier and Type | Method and Description |
---|---|
DeploymentVersionStatus |
DeploymentVersionServiceImpl.updateVersionStatus(long deploymentVersionId,
DeploymentVersionState status,
String userName) |
DeploymentVersionStatus |
DeploymentVersionService.updateVersionStatus(long deploymentVersionId,
DeploymentVersionState status,
String userName)
Updates the version status for given deployment version.
|
Modifier and Type | Method and Description |
---|---|
DeploymentVersionState |
RestDeploymentVersionStatus.getVersionState() |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.