| Modifier and Type | Method and Description |
|---|---|
static InternalDeploymentVersionStatus |
DeploymentMocks.mockDeploymentVersionStatus(@NotNull String userName,
@NotNull 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 | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<MutableDeploymentVersionStatusImpl,DeploymentVersionState> |
MutableDeploymentVersionStatusImpl_.versionState |
| Modifier and Type | Method and Description |
|---|---|
DeploymentVersionState |
DeploymentVersionStateUserType.fromString(@NotNull String stringValue) |
DeploymentVersionState |
DeploymentVersionStatusDto.getVersionState() |
DeploymentVersionState |
MutableDeploymentVersionStatusImpl.getVersionState() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull MutableDeploymentVersionStatus |
DeploymentVersionDao.createNewVersionStatus(long deploymentVersionId,
DeploymentVersionState state,
@NotNull String userName)
Creates a new vesion status for the given deployment version.
|
@NotNull MutableDeploymentVersionStatus |
DeploymentVersionDaoImpl.createNewVersionStatus(long deploymentVersionId,
DeploymentVersionState state,
@NotNull String userName) |
void |
MutableDeploymentVersionStatus.setVersionState(DeploymentVersionState status) |
void |
MutableDeploymentVersionStatusImpl.setVersionState(DeploymentVersionState state) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull DeploymentVersionStatus |
DeploymentVersionServiceImpl.updateVersionStatus(long deploymentVersionId,
@NotNull DeploymentVersionState status,
@NotNull String userName) |
@NotNull DeploymentVersionStatus |
DeploymentVersionService.updateVersionStatus(long deploymentVersionId,
@NotNull DeploymentVersionState status,
@NotNull String userName)
Updates the version status for given deployment version.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentVersionState |
RestEnvironmentStatusForDashboard.getDeploymentVersionState() |
| Modifier and Type | Method and Description |
|---|---|
void |
RestEnvironmentStatusForDashboard.setDeploymentVersionState(DeploymentVersionState deploymentVersionState) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentVersionState |
RestDeploymentVersionStatus.getVersionState() |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.