| 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.builders.repository.bitbucket.server |
Bitbucket Server repository type.
|
| com.atlassian.bamboo.specs.builders.repository.git |
Git repository type.
|
| Modifier and Type | Method and Description |
|---|---|
Plan |
Plan.planRepositories(VcsRepository... repositories)
Adds local repositories to this plan.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VcsRepository<T extends VcsRepository,E extends VcsRepositoryProperties>
Represents a definition of VCS repository.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnyVcsRepository
Represents a vcs repository of any type.
|
| Modifier and Type | Method and Description |
|---|---|
PlanRepositoryLink |
PlanRepositoryLink.globalRepository(@NotNull VcsRepository repositoryDefinition)
Specifies a link to existing global repository.
|
static PlanRepositoryLink |
PlanRepositoryLink.linkToGlobalRepository(@NotNull VcsRepository globalRepository)
Specifies a link to existing global repository.
|
PlanRepositoryLink |
PlanRepositoryLink.localRepositoryDefinition(@NotNull VcsRepository repositoryDefinition)
Specifies a link to a plan-managed repository.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BitbucketServerRepository
Represents Bitbucket Server repository in Bamboo.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GitRepository
Represents a git repository in Bamboo.
|
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.