Uses of Class
com.atlassian.bamboo.specs.api.model.plan.branches.BranchCleanupProperties
-
Packages that use BranchCleanupProperties Package Description com.atlassian.bamboo.specs.api.builders.plan.branches Automatic branch creation, integration and cleanup.com.atlassian.bamboo.specs.api.model.plan.branches Automatic branch creation, integration and cleanup.com.atlassian.bamboo.specs.api.validators.plan.branch Validate configuration of plan branches.com.atlassian.bamboo.specs.codegen.emitters.plan.branches Various implementations ofCodeEmitterwhich are used for convertingPlanBranchManagement-related settings model into Java. -
-
Uses of BranchCleanupProperties in com.atlassian.bamboo.specs.api.builders.plan.branches
Methods in com.atlassian.bamboo.specs.api.builders.plan.branches that return BranchCleanupProperties Modifier and Type Method Description protected BranchCleanupPropertiesBranchCleanup. build() -
Uses of BranchCleanupProperties in com.atlassian.bamboo.specs.api.model.plan.branches
Methods in com.atlassian.bamboo.specs.api.model.plan.branches that return BranchCleanupProperties Modifier and Type Method Description @Nullable BranchCleanupPropertiesPlanBranchManagementProperties. getDeletePlanBranch()Constructors in com.atlassian.bamboo.specs.api.model.plan.branches with parameters of type BranchCleanupProperties Constructor Description PlanBranchManagementProperties(CreatePlanBranchesProperties createPlanBranch, BranchCleanupProperties deletePlanBranch, PlanBranchManagementProperties.TriggeringOption triggeringOption, TriggerProperties defaultTrigger, PlanBranchManagementProperties.NotificationStrategy notificationStrategy, BranchIntegrationProperties branchIntegrationProperties, boolean issueLinkingEnabled) -
Uses of BranchCleanupProperties in com.atlassian.bamboo.specs.api.validators.plan.branch
Methods in com.atlassian.bamboo.specs.api.validators.plan.branch with parameters of type BranchCleanupProperties Modifier and Type Method Description static @NotNull java.util.List<ValidationProblem>BranchCleanupValidator. validate(@NotNull BranchCleanupProperties moduleProperties) -
Uses of BranchCleanupProperties in com.atlassian.bamboo.specs.codegen.emitters.plan.branches
Methods in com.atlassian.bamboo.specs.codegen.emitters.plan.branches with parameters of type BranchCleanupProperties Modifier and Type Method Description @NotNull java.lang.StringBranchCleanupEmitter. emitCode(@NotNull CodeGenerationContext context, @NotNull BranchCleanupProperties entity)
-