Uses of Class
com.atlassian.bamboo.specs.api.builders.plan.PlanIdentifier
-
Packages that use PlanIdentifier Package Description com.atlassian.bamboo.specs.api.builders.deployment Deployment project and environments.com.atlassian.bamboo.specs.api.builders.permission Permissions like plan permissions, deployment permissions etc.com.atlassian.bamboo.specs.api.builders.plan Plan, plan branches, stages and jobs.com.atlassian.bamboo.specs.api.builders.plan.dependencies Plan dependencies (so that build of one plan may trigger builds of another plans).com.atlassian.bamboo.specs.api.model.permission Immutable permissions like plan permissions properties, deployment permissions properties etc.com.atlassian.bamboo.specs.builders.task Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.com.atlassian.bamboo.specs.builders.trigger 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 PlanIdentifier Constructor Description Deployment(@NotNull PlanIdentifier plan, @NotNull java.lang.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 PlanIdentifier Modifier and Type Method Description @NotNull PlanIdentifierPlanPermissions. getPlanIdentifier()Constructors in com.atlassian.bamboo.specs.api.builders.permission with parameters of type PlanIdentifier Constructor Description PlanPermissions(PlanIdentifier planIdentifier) -
Uses of PlanIdentifier in com.atlassian.bamboo.specs.api.builders.plan
Methods in com.atlassian.bamboo.specs.api.builders.plan that return PlanIdentifier Modifier and Type Method Description @NotNull PlanIdentifierPlan. getIdentifier()Returns identifier for this object.PlanIdentifierPlanIdentifier. key(@NotNull BambooKey key)PlanIdentifierPlanIdentifier. key(@NotNull java.lang.String key)PlanIdentifierPlanIdentifier. oid(@NotNull BambooOid oid)PlanIdentifierPlanIdentifier. oid(@NotNull java.lang.String oid)PlanIdentifierPlanIdentifier. projectKey(@NotNull BambooKey key)PlanIdentifierPlanIdentifier. projectKey(@NotNull java.lang.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 PlanIdentifier Modifier and Type Method Description @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 PlanIdentifier Constructor Description PlanPermissionsProperties(@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 PlanIdentifier Modifier and Type Method Description ArtifactDownloaderTaskArtifactDownloaderTask. sourcePlan(@NotNull PlanIdentifier planIdentifier)Specifies the plan that is the source of the artifacts.ArtifactItemArtifactItem. 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 Modifier and Type Method Description PlansGreenTriggerConditionPlansGreenTriggerCondition. plans(PlanIdentifier... plans)
-