| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentVersionStatusImpl |
| Modifier and Type | Method and Description |
|---|---|
@Nullable DeploymentVersionStatus |
DeploymentVersionImpl.getVersionStatus() |
@Nullable DeploymentVersionStatus |
DeploymentVersion.getVersionStatus() |
| Constructor and Description |
|---|
DeploymentVersionImpl(DeploymentVersionDto version,
@Nullable DeploymentVersionStatus versionStatus,
List<DeploymentVersionItem> deploymentVersionItems,
Operations operations,
String creatorDisplayName,
@Nullable String creatorGravatarUrl) |
DeploymentVersionImpl(MutableDeploymentVersion version,
@Nullable DeploymentVersionStatus versionStatus,
String creatorDisplayName,
@Nullable String creatorGravatarUrl) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable DeploymentVersionStatus |
DeploymentVersionServiceImpl.getLatestVersionStatus(long deploymentVersionId) |
@Nullable DeploymentVersionStatus |
DeploymentVersionService.getLatestVersionStatus(long deploymentVersionId) |
@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 | Class and Description |
|---|---|
class |
RestDeploymentVersionStatus |
| Constructor and Description |
|---|
RestDeploymentVersionStatus(@NotNull DeploymentVersionStatus versionStatus) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.