Uses of Interface
com.atlassian.bamboo.deployments.versions.DeploymentVersionStatus
Packages that use DeploymentVersionStatus
Package
Description
-
Uses of DeploymentVersionStatus in com.atlassian.bamboo.deployments.versions
Classes in com.atlassian.bamboo.deployments.versions that implement DeploymentVersionStatusMethods in com.atlassian.bamboo.deployments.versions that return DeploymentVersionStatusModifier and TypeMethodDescription@Nullable DeploymentVersionStatusDeploymentVersion.getVersionStatus()Deprecated.@Nullable DeploymentVersionStatusDeploymentVersionImpl.getVersionStatus()Methods in com.atlassian.bamboo.deployments.versions that return types with arguments of type DeploymentVersionStatusModifier and TypeMethodDescription@NotNull List<? extends DeploymentVersionStatus>DeploymentVersion.getVersionStatuses()Returns all users' latest version statuses.@NotNull List<DeploymentVersionStatus>DeploymentVersionImpl.getVersionStatuses()Method parameters in com.atlassian.bamboo.deployments.versions with type arguments of type DeploymentVersionStatusModifier and TypeMethodDescriptionDeploymentVersionStateReducer.reduceStatusesToState(@NotNull List<? extends DeploymentVersionStatus> statuses) Constructors in com.atlassian.bamboo.deployments.versions with parameters of type DeploymentVersionStatusModifierConstructorDescriptionDeploymentVersionImpl(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) Constructor parameters in com.atlassian.bamboo.deployments.versions with type arguments of type DeploymentVersionStatusModifierConstructorDescriptionDeploymentVersionImpl(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
Methods in com.atlassian.bamboo.deployments.versions.service that return DeploymentVersionStatusModifier and TypeMethodDescription@Nullable DeploymentVersionStatusDeploymentVersionService.getLatestVersionStatus(long deploymentVersionId) Deprecated.since 9.4 useDeploymentVersionService.getAllUsersLatestVersionStatusDtosOrderedByCreationDate(long)instead@Nullable DeploymentVersionStatusDeploymentVersionServiceImpl.getLatestVersionStatus(long deploymentVersionId) @NotNull DeploymentVersionStatusDeploymentVersionService.updateVersionStatus(long deploymentVersionId, @NotNull DeploymentVersionState status, @NotNull String userName) Updates the version status for given deployment version.@NotNull DeploymentVersionStatusDeploymentVersionServiceImpl.updateVersionStatus(long deploymentVersionId, @NotNull DeploymentVersionState status, @NotNull String userName) Methods in com.atlassian.bamboo.deployments.versions.service that return types with arguments of type DeploymentVersionStatusModifier 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) Method parameters in com.atlassian.bamboo.deployments.versions.service with type arguments of type DeploymentVersionStatusModifier 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
Constructor parameters in com.atlassian.bamboo.plugins.rest.deployments.issues with type arguments of type DeploymentVersionStatusModifierConstructorDescriptionRestEnvironmentStatusOfIssue(@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
Constructors in com.atlassian.bamboo.rest.model.deployments.environments with parameters of type DeploymentVersionStatusModifierConstructorDescriptionRestDeploymentVersionStatusForDashboard(@NotNull DeploymentVersionStatus versionStatus) -
Uses of DeploymentVersionStatus in com.atlassian.bamboo.rest.model.deployments.versions
Classes in com.atlassian.bamboo.rest.model.deployments.versions that implement DeploymentVersionStatusMethods in com.atlassian.bamboo.rest.model.deployments.versions that return types with arguments of type DeploymentVersionStatusModifier and TypeMethodDescription@NotNull List<? extends DeploymentVersionStatus>RestDeploymentVersion.getVersionStatuses()Constructors in com.atlassian.bamboo.rest.model.deployments.versions with parameters of type DeploymentVersionStatusModifierConstructorDescriptionRestDeploymentVersionStatus(@NotNull DeploymentVersionStatus versionStatus)
DeploymentVersion.getVersionStatuses()instead