Uses of Enum Class
com.atlassian.bamboo.deployments.environments.service.MoveEnvironmentStrategy
-
Uses of MoveEnvironmentStrategy in com.atlassian.bamboo.deployments.environments.service
Modifier and TypeMethodDescriptionstatic MoveEnvironmentStrategy
Returns the enum constant of this class with the specified name.static MoveEnvironmentStrategy[]
MoveEnvironmentStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionEnvironmentService.moveEnvironment
(MoveEnvironmentStrategy moveEnvironmentStrategy, long deploymentProjectId, long environmentId, int currentPosition, Optional<Long> relatedEnvId) Move Environment in given deploymentProject with given strategy.EnvironmentServiceImpl.moveEnvironment
(MoveEnvironmentStrategy moveEnvironmentStrategy, long deploymentProjectId, long environmentId, int currentPosition, Optional<Long> relatedEnvId)