Uses of Class
com.atlassian.bamboo.specs.api.model.plan.branches.CreatePlanBranchesProperties
Packages that use CreatePlanBranchesProperties
Package
Description
Automatic branch creation, integration and cleanup.
Validate configuration of plan branches.
Various implementations of
CodeEmitter
which are used for converting
PlanBranchManagement
-related settings model into Java.-
Uses of CreatePlanBranchesProperties in com.atlassian.bamboo.specs.api.model.plan.branches
Methods in com.atlassian.bamboo.specs.api.model.plan.branches that return CreatePlanBranchesPropertiesModifier and TypeMethodDescription@Nullable CreatePlanBranchesProperties
PlanBranchManagementProperties.getCreatePlanBranch()
Constructors in com.atlassian.bamboo.specs.api.model.plan.branches with parameters of type CreatePlanBranchesPropertiesModifierConstructorDescriptionPlanBranchManagementProperties
(CreatePlanBranchesProperties createPlanBranch, BranchCleanupProperties deletePlanBranch, PlanBranchManagementProperties.TriggeringOption triggeringOption, TriggerProperties defaultTrigger, PlanBranchManagementProperties.NotificationStrategy notificationStrategy, BranchIntegrationProperties branchIntegrationProperties, boolean issueLinkingEnabled) -
Uses of CreatePlanBranchesProperties in com.atlassian.bamboo.specs.api.validators.plan.branch
Methods in com.atlassian.bamboo.specs.api.validators.plan.branch with parameters of type CreatePlanBranchesPropertiesModifier and TypeMethodDescriptionstatic @NotNull List<ValidationProblem>
BranchCreationValidator.validate
(@NotNull CreatePlanBranchesProperties branchCreationProperties) -
Uses of CreatePlanBranchesProperties in com.atlassian.bamboo.specs.codegen.emitters.plan.branches
Methods in com.atlassian.bamboo.specs.codegen.emitters.plan.branches with parameters of type CreatePlanBranchesPropertiesModifier and TypeMethodDescription@NotNull String
CreatePlanBranchesEmitter.emitCode
(@NotNull CodeGenerationContext context, @NotNull CreatePlanBranchesProperties value)