Uses of Enum Class
com.atlassian.bamboo.plan.branch.BranchTriggeringOption
Packages that use BranchTriggeringOption
-
Uses of BranchTriggeringOption in com.atlassian.bamboo.plan.branch
Methods in com.atlassian.bamboo.plan.branch that return BranchTriggeringOptionModifier and TypeMethodDescriptionstatic @NotNull BranchTriggeringOptionstatic @NotNull BranchTriggeringOptionBranchTriggeringOption.fromSpecsConstant(com.atlassian.bamboo.specs.api.model.plan.branches.PlanBranchManagementProperties.TriggeringOption exportConstant) Converts the given Bamboo Specs constant to an instance of this enum.@NotNull BranchTriggeringOptionBranchMonitoringConfiguration.getBranchTriggeringOption()@NotNull BranchTriggeringOptionBranchMonitoringConfigurationImpl.getBranchTriggeringOption()static BranchTriggeringOptionReturns the enum constant of this class with the specified name.static BranchTriggeringOption[]BranchTriggeringOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.bamboo.plan.branch with parameters of type BranchTriggeringOptionModifier and TypeMethodDescriptionvoidBranchMonitoringConfiguration.setBranchTriggeringOption(@NotNull BranchTriggeringOption branchTriggeringOption) voidBranchMonitoringConfigurationImpl.setBranchTriggeringOption(@NotNull BranchTriggeringOption branchTriggeringOption) -
Uses of BranchTriggeringOption in com.atlassian.bamboo.ww2.actions.branch
Methods in com.atlassian.bamboo.ww2.actions.branch that return types with arguments of type BranchTriggeringOption