Uses of Class
com.atlassian.bamboo.deployments.environments.service.MoveEnvironmentStrategy
-
Packages that use MoveEnvironmentStrategy Package Description com.atlassian.bamboo.deployments.environments.service -
-
Uses of MoveEnvironmentStrategy in com.atlassian.bamboo.deployments.environments.service
Methods in com.atlassian.bamboo.deployments.environments.service that return MoveEnvironmentStrategy Modifier and Type Method Description static MoveEnvironmentStrategy
MoveEnvironmentStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static MoveEnvironmentStrategy[]
MoveEnvironmentStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.bamboo.deployments.environments.service with parameters of type MoveEnvironmentStrategy Modifier and Type Method Description ErrorCollection
EnvironmentService. moveEnvironment(MoveEnvironmentStrategy moveEnvironmentStrategy, long deploymentProjectId, long environmentId, int currentPosition, Optional<Long> relatedEnvId)
Move Environment in given deploymentProject with given strategy.ErrorCollection
EnvironmentServiceImpl. moveEnvironment(MoveEnvironmentStrategy moveEnvironmentStrategy, long deploymentProjectId, long environmentId, int currentPosition, Optional<Long> relatedEnvId)
-