Uses of Enum Class
com.atlassian.bamboo.deployments.versions.DeploymentVersionState
Packages that use DeploymentVersionState
Package
Description
-
Uses of DeploymentVersionState in com.atlassian.bamboo.deployments
Methods in com.atlassian.bamboo.deployments with parameters of type DeploymentVersionStateModifier and TypeMethodDescriptionDeploymentMocks.mockDeploymentVersionStatus
(@NotNull String userName, @NotNull DeploymentVersionState deploymentVersionState) -
Uses of DeploymentVersionState in com.atlassian.bamboo.deployments.projects.actions
Methods in com.atlassian.bamboo.deployments.projects.actions that return DeploymentVersionStateModifier and TypeMethodDescriptionViewDeploymentProjects.DeploymentVersionWithEnvironments.getVersionGeneralState()
Constructors in com.atlassian.bamboo.deployments.projects.actions with parameters of type DeploymentVersionStateModifierConstructorDescriptionDeploymentVersionWithEnvironments
(DeploymentVersion deploymentVersion, Iterable<? extends InternalEnvironment> environments, DeploymentVersionState versionGeneralState) -
Uses of DeploymentVersionState in com.atlassian.bamboo.deployments.versions
Methods in com.atlassian.bamboo.deployments.versions that return DeploymentVersionStateModifier 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.Method parameters in com.atlassian.bamboo.deployments.versions with type arguments of type DeploymentVersionStateModifier and TypeMethodDescriptionDeploymentVersionStateReducer.reduce
(@NotNull List<DeploymentVersionState> states) -
Uses of DeploymentVersionState in com.atlassian.bamboo.deployments.versions.actions
Methods in com.atlassian.bamboo.deployments.versions.actions that return DeploymentVersionStateModifier and TypeMethodDescriptionAbstractDeploymentVersionAction.getCurrentUserState()
@Nullable DeploymentVersionState
AbstractDeploymentVersionAction.getVersionGeneralState()
-
Uses of DeploymentVersionState in com.atlassian.bamboo.deployments.versions.persistence
Fields in com.atlassian.bamboo.deployments.versions.persistence with type parameters of type DeploymentVersionStateModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<MutableDeploymentVersionStatusImpl,
DeploymentVersionState> MutableDeploymentVersionStatusImpl_.versionState
Methods in com.atlassian.bamboo.deployments.versions.persistence that return DeploymentVersionStateModifier and TypeMethodDescriptionDeploymentVersionStateUserType.fromString
(@NotNull String stringValue) DeploymentVersionStatusDto.getVersionState()
MutableDeploymentVersionStatusImpl.getVersionState()
Methods in com.atlassian.bamboo.deployments.versions.persistence with parameters of type DeploymentVersionStateModifier 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
Methods in com.atlassian.bamboo.deployments.versions.service that return types with arguments of type DeploymentVersionStateModifier and TypeMethodDescriptionstatic @NotNull Optional<DeploymentVersionState>
DeploymentVersionServiceImpl.findUserRelatedDeploymentVersionStatus
(@NotNull List<? extends DeploymentVersionStatus> versionStatuses, @NotNull String userName) Methods in com.atlassian.bamboo.deployments.versions.service with parameters of type DeploymentVersionStateModifier 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
Methods in com.atlassian.bamboo.plugins.rest.deployments.execution with parameters of type DeploymentVersionStateModifier and TypeMethodDescriptionvoid
DeploymentPreviewResource.VersionPreview.setVersionGeneralState
(DeploymentVersionState versionGeneralState) -
Uses of DeploymentVersionState in com.atlassian.bamboo.rest.model.deployments.environments
Methods in com.atlassian.bamboo.rest.model.deployments.environments that return DeploymentVersionStateModifier and TypeMethodDescriptionRestDeploymentVersionStatusForDashboard.getDeploymentVersionState()
Methods in com.atlassian.bamboo.rest.model.deployments.environments with parameters of type DeploymentVersionStateModifier and TypeMethodDescriptionvoid
RestDeploymentVersionStatusForDashboard.setDeploymentVersionState
(DeploymentVersionState deploymentVersionState) -
Uses of DeploymentVersionState in com.atlassian.bamboo.rest.model.deployments.versions
Methods in com.atlassian.bamboo.rest.model.deployments.versions that return DeploymentVersionStateModifier and TypeMethodDescriptionRestDeploymentVersionStatuses.getCurrentUserState()
RestDeploymentVersionStatuses.getVersionGeneralState()
RestDeploymentVersionStatus.getVersionState()
Constructors in com.atlassian.bamboo.rest.model.deployments.versions with parameters of type DeploymentVersionStateModifierConstructorDescriptionRestDeploymentVersionStatuses
(List<RestDeploymentVersionStatus> statuses, DeploymentVersionState versionGeneralState, DeploymentVersionState currentUserState)