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).
|
Constructor and Description |
---|
PlanPermissions(BambooKey projectKey,
BambooKey planKey) |
Modifier and Type | Method and Description |
---|---|
BambooKey |
Plan.getKey()
Returns plan's key.
|
BambooKey |
Job.getKey()
Returns job's key, which serves as identifier for this object.
|
BambooKey |
PlanIdentifier.getPlanKey() |
BambooKey |
PlanIdentifier.getProjectKey() |
Modifier and Type | Method and Description |
---|---|
PlanBranchIdentifier |
PlanBranchIdentifier.key(BambooKey key) |
PlanIdentifier |
PlanIdentifier.key(BambooKey key) |
Plan |
Plan.key(BambooKey key)
Sets the plan's key.
|
Job |
Job.key(BambooKey key)
Sets the job's key.
|
PlanIdentifier |
PlanIdentifier.projectKey(BambooKey key) |
Constructor and Description |
---|
Job(String name,
BambooKey key)
Specify job with given name and key.
|
Plan(Project project,
String name,
BambooKey key)
Specify plan with given project, name and key.
|
PlanBranchIdentifier(BambooKey key) |
PlanIdentifier(BambooKey projectKey,
BambooKey planKey) |
Modifier and Type | Method and Description |
---|---|
BranchIntegration |
BranchIntegration.integrationBranchKey(BambooKey integrationBranchKey)
Sets integration branch key.
|
Modifier and Type | Method and Description |
---|---|
Project |
Project.key(BambooKey key)
Sets a project key.
|
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.