Uses of Enum Class
com.atlassian.bamboo.deployments.environments.service.MoveEnvironmentStrategy
Packages that use MoveEnvironmentStrategy
-
Uses of MoveEnvironmentStrategy in com.atlassian.bamboo.deployments.environments.service
Methods in com.atlassian.bamboo.deployments.environments.service that return MoveEnvironmentStrategyModifier 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.Methods in com.atlassian.bamboo.deployments.environments.service with parameters of type MoveEnvironmentStrategyModifier and TypeMethodDescriptionEnvironmentService.moveEnvironment
(MoveEnvironmentStrategy moveEnvironmentStrategy, long deploymentProjectId, long environmentId, int currentPosition, Optional<Long> relatedEnvId) Move Environment in given deploymentProject with given strategy. relatedEnvId is optional for most cases.EnvironmentServiceImpl.moveEnvironment
(MoveEnvironmentStrategy moveEnvironmentStrategy, long deploymentProjectId, long environmentId, int currentPosition, Optional<Long> relatedEnvId)