Uses of Interface
com.atlassian.bamboo.deployments.versions.DeploymentVersionStatus
Package
Description
-
Uses of DeploymentVersionStatus in com.atlassian.bamboo.deployments.versions
Modifier and TypeMethodDescription@Nullable DeploymentVersionStatus
DeploymentVersion.getVersionStatus()
Deprecated.@Nullable DeploymentVersionStatus
DeploymentVersionImpl.getVersionStatus()
Modifier and TypeMethodDescription@NotNull List<? extends DeploymentVersionStatus>
DeploymentVersion.getVersionStatuses()
Returns all users' latest version statuses.@NotNull List<DeploymentVersionStatus>
DeploymentVersionImpl.getVersionStatuses()
Modifier and TypeMethodDescriptionDeploymentVersionStateReducer.reduceStatusesToState
(@NotNull List<? extends DeploymentVersionStatus> statuses) ModifierConstructorDescriptionDeploymentVersionImpl
(DeploymentVersionDto version, @Nullable DeploymentVersionStatus versionStatus, @NotNull List<DeploymentVersionStatus> versionStatuses, List<DeploymentVersionItem> deploymentVersionItems, Operations operations, String creatorDisplayName) DeploymentVersionImpl
(MutableDeploymentVersion version, @Nullable DeploymentVersionStatus versionStatus, @NotNull List<DeploymentVersionStatus> versionStatuses, String creatorDisplayName) ModifierConstructorDescriptionDeploymentVersionImpl
(DeploymentVersionDto version, @Nullable DeploymentVersionStatus versionStatus, @NotNull List<DeploymentVersionStatus> versionStatuses, List<DeploymentVersionItem> deploymentVersionItems, Operations operations, String creatorDisplayName) DeploymentVersionImpl
(MutableDeploymentVersion version, @Nullable DeploymentVersionStatus versionStatus, @NotNull List<DeploymentVersionStatus> versionStatuses, String creatorDisplayName) -
Uses of DeploymentVersionStatus in com.atlassian.bamboo.deployments.versions.service
Modifier and TypeMethodDescription@Nullable DeploymentVersionStatus
DeploymentVersionService.getLatestVersionStatus
(long deploymentVersionId) Deprecated.since 9.4 useDeploymentVersionService.getAllUsersLatestVersionStatusDtosOrderedByCreationDate(long)
instead@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 TypeMethodDescription@NotNull List<DeploymentVersionStatus>
DeploymentVersionService.getAllUsersLatestVersionStatusDtosOrderedByCreationDate
(long deploymentVersionId) @NotNull List<DeploymentVersionStatus>
DeploymentVersionServiceImpl.getAllUsersLatestVersionStatusDtosOrderedByCreationDate
(long deploymentVersionId) @NotNull Map<Long,
List<DeploymentVersionStatus>> DeploymentVersionService.getAllUsersLatestVersionStatusesOrderedByCreationDate
(@NotNull List<Long> deploymentVersionIds) Find all users' latest version statuses for each version id ordered by creation date.@NotNull Map<Long,
List<DeploymentVersionStatus>> DeploymentVersionServiceImpl.getAllUsersLatestVersionStatusesOrderedByCreationDate
(@NotNull List<Long> deploymentVersionIds) @NotNull Map<Long,
DeploymentVersionStatus> DeploymentVersionService.getLatestVersionStatuses
(@NotNull List<Long> deploymentVersionIds) Deprecated.@NotNull Map<Long,
DeploymentVersionStatus> DeploymentVersionServiceImpl.getLatestVersionStatuses
(@NotNull List<Long> deploymentVersionIds) Modifier and TypeMethodDescriptionstatic @NotNull Optional<DeploymentVersionState>
DeploymentVersionServiceImpl.findUserRelatedDeploymentVersionStatus
(@NotNull List<? extends DeploymentVersionStatus> versionStatuses, @NotNull String userName) -
Uses of DeploymentVersionStatus in com.atlassian.bamboo.plugins.rest.deployments.issues
ModifierConstructorDescriptionRestEnvironmentStatusOfIssue
(@NotNull EnvironmentStatusForDashboard environmentStatus, @NotNull EnvironmentStub environment, @NotNull Map<Long, DeploymentVersionStatus> deploymentVersionStatuses, @NotNull JiraIssueStatusOnEnvironment issueStatus, @NotNull String baseUrl) -
Uses of DeploymentVersionStatus in com.atlassian.bamboo.rest.model.deployments.environments
ModifierConstructorDescriptionRestDeploymentVersionStatusForDashboard
(@NotNull DeploymentVersionStatus versionStatus) -
Uses of DeploymentVersionStatus in com.atlassian.bamboo.rest.model.deployments.versions
Modifier and TypeMethodDescription@NotNull List<? extends DeploymentVersionStatus>
RestDeploymentVersion.getVersionStatuses()
ModifierConstructorDescriptionRestDeploymentVersionStatus
(@NotNull DeploymentVersionStatus versionStatus)
DeploymentVersion.getVersionStatuses()
instead