Uses of Class
com.atlassian.bamboo.specs.api.builders.plan.PlanIdentifier
Packages that use PlanIdentifier
Package
Description
Deployment project and environments.
Permissions like plan permissions, deployment permissions etc.
Plan, plan branches, stages and jobs.
Plan dependencies (so that build of one plan may trigger builds of another plans).
Immutable permissions like plan permissions properties, deployment permissions properties etc.
-
Uses of PlanIdentifier in com.atlassian.bamboo.specs.api.builders.deployment
Constructors in com.atlassian.bamboo.specs.api.builders.deployment with parameters of type PlanIdentifierModifierConstructorDescriptionDeployment(@NotNull PlanIdentifier plan, @NotNull String name) Specifies a deployment project. -
Uses of PlanIdentifier in com.atlassian.bamboo.specs.api.builders.permission
Methods in com.atlassian.bamboo.specs.api.builders.permission that return PlanIdentifierConstructors in com.atlassian.bamboo.specs.api.builders.permission with parameters of type PlanIdentifier -
Uses of PlanIdentifier in com.atlassian.bamboo.specs.api.builders.plan
Methods in com.atlassian.bamboo.specs.api.builders.plan that return PlanIdentifierModifier and TypeMethodDescription@NotNull PlanIdentifierPlan.getIdentifier()Returns identifier for this object.PlanIdentifier.projectKey(@NotNull BambooKey key) PlanIdentifier.projectKey(@NotNull String key) -
Uses of PlanIdentifier in com.atlassian.bamboo.specs.api.builders.plan.dependencies
Methods in com.atlassian.bamboo.specs.api.builders.plan.dependencies with parameters of type PlanIdentifierModifier and TypeMethodDescription@NotNull DependenciesDependencies.childPlans(@NotNull PlanIdentifier... childPlans) Adds child plans.@NotNull DependenciesEmptyDependenciesList.childPlans(@NotNull PlanIdentifier... childPlans) Deprecated. -
Uses of PlanIdentifier in com.atlassian.bamboo.specs.api.model.permission
Constructors in com.atlassian.bamboo.specs.api.model.permission with parameters of type PlanIdentifierModifierConstructorDescriptionPlanPermissionsProperties(@NotNull PlanIdentifier planIdentifier, @NotNull Permissions permissions)