Uses of Enum Class
com.atlassian.bamboo.deployments.versions.DeploymentVersionState
Package
Description
-
Uses of DeploymentVersionState in com.atlassian.bamboo.deployments
Modifier and TypeMethodDescriptionDeploymentMocks.mockDeploymentVersionStatus
(@NotNull String userName, @NotNull DeploymentVersionState deploymentVersionState) -
Uses of DeploymentVersionState in com.atlassian.bamboo.deployments.projects.actions
Modifier and TypeMethodDescriptionViewDeploymentProjects.DeploymentVersionWithEnvironments.getVersionGeneralState()
ModifierConstructorDescriptionDeploymentVersionWithEnvironments
(DeploymentVersion deploymentVersion, Iterable<? extends InternalEnvironment> environments, DeploymentVersionState versionGeneralState) -
Uses of DeploymentVersionState in com.atlassian.bamboo.deployments.versions
Modifier and TypeMethodDescriptionstatic DeploymentVersionState
DeploymentVersionState.getInstance
(String state) DeploymentVersionStatusImpl.getVersionState()
InternalDeploymentVersionStatus.getVersionState()
DeploymentVersionStateReducer.reduce
(@NotNull List<DeploymentVersionState> states) DeploymentVersionStateReducer.reduceStatusesToState
(@NotNull List<? extends DeploymentVersionStatus> statuses) static DeploymentVersionState
Returns the enum constant of this class with the specified name.static DeploymentVersionState[]
DeploymentVersionState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionDeploymentVersionStateReducer.reduce
(@NotNull List<DeploymentVersionState> states) -
Uses of DeploymentVersionState in com.atlassian.bamboo.deployments.versions.actions
Modifier and TypeMethodDescriptionAbstractDeploymentVersionAction.getCurrentUserState()
@Nullable DeploymentVersionState
AbstractDeploymentVersionAction.getVersionGeneralState()
-
Uses of DeploymentVersionState in com.atlassian.bamboo.deployments.versions.persistence
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<MutableDeploymentVersionStatusImpl,
DeploymentVersionState> MutableDeploymentVersionStatusImpl_.versionState
Modifier and TypeMethodDescriptionDeploymentVersionStateUserType.fromString
(@NotNull String stringValue) DeploymentVersionStatusDto.getVersionState()
MutableDeploymentVersionStatusImpl.getVersionState()
Modifier and TypeMethodDescription@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) -
Uses of DeploymentVersionState in com.atlassian.bamboo.deployments.versions.service
Modifier and TypeMethodDescriptionstatic @NotNull Optional<DeploymentVersionState>
DeploymentVersionServiceImpl.findUserRelatedDeploymentVersionStatus
(@NotNull List<? extends DeploymentVersionStatus> versionStatuses, @NotNull String userName) Modifier and TypeMethodDescription@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) -
Uses of DeploymentVersionState in com.atlassian.bamboo.plugins.rest.deployments.execution
Modifier and TypeMethodDescriptionvoid
DeploymentPreviewResource.VersionPreview.setVersionGeneralState
(DeploymentVersionState versionGeneralState) -
Uses of DeploymentVersionState in com.atlassian.bamboo.rest.model.deployments.environments
Modifier and TypeMethodDescriptionRestDeploymentVersionStatusForDashboard.getDeploymentVersionState()
Modifier and TypeMethodDescriptionvoid
RestDeploymentVersionStatusForDashboard.setDeploymentVersionState
(DeploymentVersionState deploymentVersionState) -
Uses of DeploymentVersionState in com.atlassian.bamboo.rest.model.deployments.versions
Modifier and TypeMethodDescriptionRestDeploymentVersionStatuses.getCurrentUserState()
RestDeploymentVersionStatuses.getVersionGeneralState()
RestDeploymentVersionStatus.getVersionState()
ModifierConstructorDescriptionRestDeploymentVersionStatuses
(List<RestDeploymentVersionStatus> statuses, DeploymentVersionState versionGeneralState, DeploymentVersionState currentUserState)