Uses of Class
com.atlassian.bamboo.plan.branch.BranchTriggeringOption
-
Packages that use BranchTriggeringOption Package Description com.atlassian.bamboo.plan.branch com.atlassian.bamboo.ww2.actions.branch -
-
Uses of BranchTriggeringOption in com.atlassian.bamboo.plan.branch
Methods in com.atlassian.bamboo.plan.branch that return BranchTriggeringOption Modifier and Type Method Description static @NotNull BranchTriggeringOption
BranchTriggeringOption. fromKey(@NotNull String key)
static @NotNull BranchTriggeringOption
BranchTriggeringOption. 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 BranchTriggeringOption
BranchMonitoringConfiguration. getBranchTriggeringOption()
@NotNull BranchTriggeringOption
BranchMonitoringConfigurationImpl. getBranchTriggeringOption()
static BranchTriggeringOption
BranchTriggeringOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static BranchTriggeringOption[]
BranchTriggeringOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.bamboo.plan.branch with parameters of type BranchTriggeringOption Modifier and Type Method Description void
BranchMonitoringConfiguration. setBranchTriggeringOption(@NotNull BranchTriggeringOption branchTriggeringOption)
void
BranchMonitoringConfigurationImpl. 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 Modifier and Type Method Description List<BranchTriggeringOption>
ConfigureBranches. getBranchTriggeringOptions()
-