Uses of Class
com.atlassian.bamboo.specs.api.builders.BambooKey
-
Packages that use BambooKey Package Description 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.branches Automatic branch creation, integration and cleanup.com.atlassian.bamboo.specs.api.builders.project Bamboo project (which is a container for plans).com.atlassian.bamboo.specs.api.model.permission 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 BambooKey Modifier and Type Method Description @NotNull BambooKeyProjectPermissions. getProjectKey()Constructors in com.atlassian.bamboo.specs.api.builders.permission with parameters of type BambooKey Constructor Description PlanPermissions(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 BambooKey Modifier and Type Method Description @NotNull BambooKeyJob. getKey()Returns job's key, which serves as identifier for this object.@NotNull BambooKeyPlan. getKey()Returns plan's key.BambooKeyPlanIdentifier. getPlanKey()BambooKeyPlanIdentifier. getProjectKey()Methods in com.atlassian.bamboo.specs.api.builders.plan with parameters of type BambooKey Modifier and Type Method Description JobJob. key(@NotNull BambooKey key)Sets the job's key.PlanPlan. key(@Nullable BambooKey key)Sets the plan's key.PlanBranchIdentifierPlanBranchIdentifier. key(@NotNull BambooKey key)PlanIdentifierPlanIdentifier. key(@NotNull BambooKey key)PlanIdentifierPlanIdentifier. projectKey(@NotNull BambooKey key)Constructors in com.atlassian.bamboo.specs.api.builders.plan with parameters of type BambooKey Constructor Description Job(@NotNull java.lang.String name, @NotNull BambooKey key)Specify job with given name and key.Plan(@NotNull Project project, @NotNull java.lang.String name, @NotNull BambooKey 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 BambooKey Modifier and Type Method Description BranchIntegrationBranchIntegration. 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 BambooKey Modifier and Type Method Description BambooKeyProject. getKey()Returns project's key.Methods in com.atlassian.bamboo.specs.api.builders.project with parameters of type BambooKey Modifier and Type Method Description ProjectProject. key(@Nullable BambooKey key)Sets a project key. -
Uses of BambooKey in com.atlassian.bamboo.specs.api.model.permission
Constructors in com.atlassian.bamboo.specs.api.model.permission with parameters of type BambooKey Constructor Description ProjectPermissionsProperties(@NotNull BambooKey projectKey, @NotNull Permissions projectPermissions, @NotNull Permissions projectPlanPermissions, @NotNull java.util.List<VcsRepositoryIdentifierProperties> specsRepositories)
-