Uses of Class
com.atlassian.bamboo.specs.api.model.plan.PlanBranchIdentifierProperties
-
Packages that use PlanBranchIdentifierProperties Package Description com.atlassian.bamboo.specs.api.builders.plan Plan, plan branches, stages and jobs.com.atlassian.bamboo.specs.api.model.plan.branches 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 PlanBranchIdentifierProperties Modifier and Type Method Description protected 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 PlanBranchIdentifierProperties Modifier and Type Method Description @Nullable PlanBranchIdentifierPropertiesBranchIntegrationProperties. getIntegrationBranch()Constructors in com.atlassian.bamboo.specs.api.model.plan.branches with parameters of type PlanBranchIdentifierProperties Constructor Description BranchIntegrationProperties(boolean enabled, @Nullable PlanBranchIdentifierProperties integrationBranch, boolean gatekeeper, boolean pushOn)
-