Uses of Enum Class
com.atlassian.bamboo.build.BuildTriggerCondition.ExecutionPreference
-
Uses of BuildTriggerCondition.ExecutionPreference in com.atlassian.bamboo.build
Modifier and TypeMethodDescriptionBuildTriggerCondition.getExecutionPreference
(ImmutablePlan plan, Map<String, String> configuration) Use to indicate preference for whether this plugin things the plan should execute.Returns the enum constant of this class with the specified name.BuildTriggerCondition.ExecutionPreference.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
BuildTriggerCondition.ExecutionPreference.isHigherThan
(BuildTriggerCondition.ExecutionPreference other) -
Uses of BuildTriggerCondition.ExecutionPreference in com.atlassian.bamboo.buildtrigger
Modifier and TypeMethodDescriptionPlansGreenCondition.getExecutionPreference
(ImmutablePlan plan, Map<String, String> configuration)