Uses of Enum Class
com.atlassian.bamboo.build.BuildTriggerCondition.ExecutionPreference
Packages that use BuildTriggerCondition.ExecutionPreference
-
Uses of BuildTriggerCondition.ExecutionPreference in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build that return BuildTriggerCondition.ExecutionPreferenceModifier 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.Methods in com.atlassian.bamboo.build with parameters of type BuildTriggerCondition.ExecutionPreferenceModifier and TypeMethodDescriptionboolean
BuildTriggerCondition.ExecutionPreference.isHigherThan
(BuildTriggerCondition.ExecutionPreference other) -
Uses of BuildTriggerCondition.ExecutionPreference in com.atlassian.bamboo.buildtrigger
Methods in com.atlassian.bamboo.buildtrigger that return BuildTriggerCondition.ExecutionPreferenceModifier and TypeMethodDescriptionPlansGreenCondition.getExecutionPreference
(ImmutablePlan plan, Map<String, String> configuration)