Uses of Class
com.atlassian.bamboo.specs.api.model.plan.branches.PlanBranchManagementProperties.TriggeringOption
-
Packages that use PlanBranchManagementProperties.TriggeringOption Package Description com.atlassian.bamboo.specs.api.model.plan.branches Automatic branch creation, integration and cleanup.com.atlassian.bamboo.specs.codegen.emitters.plan.branches Various implementations ofCodeEmitterwhich are used for convertingPlanBranchManagement-related settings model into Java. -
-
Uses of PlanBranchManagementProperties.TriggeringOption in com.atlassian.bamboo.specs.api.model.plan.branches
Methods in com.atlassian.bamboo.specs.api.model.plan.branches that return PlanBranchManagementProperties.TriggeringOption Modifier and Type Method Description @Nullable PlanBranchManagementProperties.TriggeringOptionPlanBranchManagementProperties. getTriggeringOption()static PlanBranchManagementProperties.TriggeringOptionPlanBranchManagementProperties.TriggeringOption. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PlanBranchManagementProperties.TriggeringOption[]PlanBranchManagementProperties.TriggeringOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.bamboo.specs.api.model.plan.branches with parameters of type PlanBranchManagementProperties.TriggeringOption Constructor Description PlanBranchManagementProperties(CreatePlanBranchesProperties createPlanBranch, BranchCleanupProperties deletePlanBranch, PlanBranchManagementProperties.TriggeringOption triggeringOption, TriggerProperties defaultTrigger, PlanBranchManagementProperties.NotificationStrategy notificationStrategy, BranchIntegrationProperties branchIntegrationProperties, boolean issueLinkingEnabled) -
Uses of PlanBranchManagementProperties.TriggeringOption in com.atlassian.bamboo.specs.codegen.emitters.plan.branches
Methods in com.atlassian.bamboo.specs.codegen.emitters.plan.branches with parameters of type PlanBranchManagementProperties.TriggeringOption Modifier and Type Method Description @NotNull java.lang.StringTriggeringOptionEmitter. emitCode(@NotNull CodeGenerationContext context, PlanBranchManagementProperties.TriggeringOption value)
-