Uses of Class
com.atlassian.bamboo.specs.api.builders.plan.PlanBranchIdentifier
-
Packages that use PlanBranchIdentifier Package Description com.atlassian.bamboo.specs.api.builders.plan Plan, plan branches, stages and jobs.com.atlassian.bamboo.specs.api.builders.plan.branches Automatic branch creation, integration and cleanup. -
-
Uses of PlanBranchIdentifier in com.atlassian.bamboo.specs.api.builders.plan
Methods in com.atlassian.bamboo.specs.api.builders.plan that return PlanBranchIdentifier Modifier and Type Method Description PlanBranchIdentifierPlanBranchIdentifier. key(@NotNull BambooKey key)PlanBranchIdentifierPlanBranchIdentifier. key(@NotNull java.lang.String key)PlanBranchIdentifierPlanBranchIdentifier. oid(@NotNull BambooOid oid)PlanBranchIdentifierPlanBranchIdentifier. oid(@NotNull java.lang.String oid)Constructors in com.atlassian.bamboo.specs.api.builders.plan with parameters of type PlanBranchIdentifier Constructor Description PlanBranchIdentifier(@NotNull PlanBranchIdentifier copy) -
Uses of PlanBranchIdentifier in com.atlassian.bamboo.specs.api.builders.plan.branches
Methods in com.atlassian.bamboo.specs.api.builders.plan.branches with parameters of type PlanBranchIdentifier Modifier and Type Method Description BranchIntegrationBranchIntegration. integrationBranch(@NotNull PlanBranchIdentifier integrationBranch)Sets integration branch identifier.
-