Modifier and Type | Class and Description |
---|---|
class |
DeploymentVersionStatusImpl |
Modifier and Type | Method and Description |
---|---|
@Nullable DeploymentVersionStatus |
DeploymentVersion.getVersionStatus() |
@Nullable DeploymentVersionStatus |
DeploymentVersionImpl.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 |
DeploymentVersionService.getLatestVersionStatus(long deploymentVersionId) |
@Nullable DeploymentVersionStatus |
DeploymentVersionServiceImpl.getLatestVersionStatus(long deploymentVersionId) |
@NotNull DeploymentVersionStatus |
DeploymentVersionService.updateVersionStatus(long deploymentVersionId,
@NotNull DeploymentVersionState status,
@NotNull String userName)
Updates the version status for given deployment version.
|
@NotNull DeploymentVersionStatus |
DeploymentVersionServiceImpl.updateVersionStatus(long deploymentVersionId,
@NotNull DeploymentVersionState status,
@NotNull String userName) |
Modifier and Type | Class and Description |
---|---|
class |
RestDeploymentVersionStatus |
Constructor and Description |
---|
RestDeploymentVersionStatus(@NotNull DeploymentVersionStatus versionStatus) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.