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.
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
Build triggers.
-
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 PlanIdentifier
Plan.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 Dependencies
Dependencies.childPlans
(@NotNull PlanIdentifier... childPlans) Adds child plans.@NotNull Dependencies
EmptyDependenciesList.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) -
Uses of PlanIdentifier in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task with parameters of type PlanIdentifierModifier and TypeMethodDescriptionArtifactDownloaderTask.sourcePlan
(@NotNull PlanIdentifier planIdentifier) Specifies the plan that is the source of the artifacts.ArtifactItem.sourcePlan
(@NotNull PlanIdentifier planIdentifier) Specify from which plan a downloaded artifact shall be taken. -
Uses of PlanIdentifier in com.atlassian.bamboo.specs.builders.trigger
Methods in com.atlassian.bamboo.specs.builders.trigger with parameters of type PlanIdentifier