Uses of Class
com.atlassian.bamboo.specs.api.model.plan.PlanBranchIdentifierProperties
Packages that use PlanBranchIdentifierProperties
Package
Description
Plan, plan branches, stages and jobs.
Automatic branch creation, integration and cleanup.
-
Uses of PlanBranchIdentifierProperties in com.atlassian.bamboo.specs.api.builders.plan
Methods in com.atlassian.bamboo.specs.api.builders.plan that return PlanBranchIdentifierPropertiesModifier and TypeMethodDescriptionprotected PlanBranchIdentifierPropertiesPlanBranchIdentifier.build() -
Uses of PlanBranchIdentifierProperties in com.atlassian.bamboo.specs.api.model.plan.branches
Methods in com.atlassian.bamboo.specs.api.model.plan.branches that return PlanBranchIdentifierPropertiesModifier and TypeMethodDescription@Nullable PlanBranchIdentifierPropertiesBranchIntegrationProperties.getIntegrationBranch()Constructors in com.atlassian.bamboo.specs.api.model.plan.branches with parameters of type PlanBranchIdentifierPropertiesModifierConstructorDescriptionBranchIntegrationProperties(boolean enabled, @Nullable PlanBranchIdentifierProperties integrationBranch, boolean gatekeeper, boolean pushOn)