| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.api.builders.plan |
Plan, plan branches, stages and jobs.
|
| com.atlassian.bamboo.specs.api.builders.repository |
Generic plan-local and linked source code repositories as well as change detection settings, see also com.atlassian.bamboo.specs.builders.repository for specific repository types.
|
| com.atlassian.bamboo.specs.api.builders.trigger |
Build triggers.
|
| Modifier and Type | Method and Description |
|---|---|
Plan |
Plan.linkedRepositories(VcsRepositoryIdentifier... repositories)
Deprecated.
since 6.2, use
Plan.linkedRepositories(String...) |
| Modifier and Type | Method and Description |
|---|---|
VcsRepositoryIdentifier |
VcsRepository.getIdentifier()
Returns identifier for this object.
|
VcsRepositoryIdentifier |
VcsRepositoryIdentifier.name(String name)
References repository by name.
|
VcsRepositoryIdentifier |
VcsRepositoryIdentifier.oid(BambooOid oid)
References repository by oid.
|
VcsRepositoryIdentifier |
VcsRepositoryIdentifier.oid(String oid)
References repository by oid.
|
| Modifier and Type | Method and Description |
|---|---|
static PlanRepositoryLink |
PlanRepositoryLink.linkToGlobalRepository(VcsRepositoryIdentifier globalRepository)
Specifies a link to existing global repository.
|
| Modifier and Type | Method and Description |
|---|---|
T |
RepositoryBasedTrigger.selectedTriggeringRepositories(VcsRepositoryIdentifier... triggeringRepositories)
Adds the source repository for the trigger.
|
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.