Uses of Class
com.atlassian.bamboo.specs.api.builders.BambooKey
Packages that use BambooKey
Package
Description
Permissions like plan permissions, deployment permissions etc.
Plan, plan branches, stages and jobs.
Automatic branch creation, integration and cleanup.
Bamboo project (which is a container for plans).
Immutable permissions like plan permissions properties, deployment permissions properties etc.
-
Uses of BambooKey in com.atlassian.bamboo.specs.api.builders.permission
Methods in com.atlassian.bamboo.specs.api.builders.permission that return BambooKeyConstructors in com.atlassian.bamboo.specs.api.builders.permission with parameters of type BambooKeyModifierConstructorDescriptionPlanPermissions
(BambooKey projectKey, BambooKey planKey) ProjectPermissions
(BambooKey projectKey) -
Uses of BambooKey in com.atlassian.bamboo.specs.api.builders.plan
Methods in com.atlassian.bamboo.specs.api.builders.plan that return BambooKeyModifier and TypeMethodDescription@NotNull BambooKey
Job.getKey()
Returns job's key, which serves as identifier for this object.@NotNull BambooKey
Plan.getKey()
Returns plan's key.PlanIdentifier.getPlanKey()
PlanIdentifier.getProjectKey()
Methods in com.atlassian.bamboo.specs.api.builders.plan with parameters of type BambooKeyModifier and TypeMethodDescriptionSets the job's key.Sets the plan's key.PlanIdentifier.projectKey
(@NotNull BambooKey key) Constructors in com.atlassian.bamboo.specs.api.builders.plan with parameters of type BambooKeyModifierConstructorDescriptionSpecify job with given name and key.Specify plan with given project, name and key.PlanBranchIdentifier
(@NotNull BambooKey key) PlanIdentifier
(@NotNull BambooKey projectKey, @NotNull BambooKey planKey) -
Uses of BambooKey in com.atlassian.bamboo.specs.api.builders.plan.branches
Methods in com.atlassian.bamboo.specs.api.builders.plan.branches with parameters of type BambooKeyModifier and TypeMethodDescriptionBranchIntegration.integrationBranchKey
(@NotNull BambooKey integrationBranchKey) Sets integration branch key. -
Uses of BambooKey in com.atlassian.bamboo.specs.api.builders.project
Methods in com.atlassian.bamboo.specs.api.builders.project that return BambooKeyMethods in com.atlassian.bamboo.specs.api.builders.project with parameters of type BambooKey -
Uses of BambooKey in com.atlassian.bamboo.specs.api.model.permission
Constructors in com.atlassian.bamboo.specs.api.model.permission with parameters of type BambooKeyModifierConstructorDescriptionProjectPermissionsProperties
(@NotNull BambooKey projectKey, @NotNull Permissions projectPermissions, @NotNull Permissions projectPlanPermissions, @NotNull List<VcsRepositoryIdentifierProperties> specsRepositories)