| Package | Description |
|---|---|
| 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.cloud |
Bitbucket Cloud repository type.
|
| com.atlassian.bamboo.specs.builders.repository.bitbucket.server |
Bitbucket Server repository type.
|
| com.atlassian.bamboo.specs.builders.repository.git |
Git repository type.
|
| com.atlassian.bamboo.specs.builders.repository.github |
GitHub repository type.
|
| Modifier and Type | Method and Description |
|---|---|
VcsChangeDetection |
VcsChangeDetection.changesetFilterPatternRegex(String changesetFilterPatternRegex)
Excludes certain changes from being picked up by Bamboo.
|
VcsChangeDetection |
VcsChangeDetection.commitIsolationEnabled(boolean commitIsolationEnabled)
Enables/disables commit isolation.
|
VcsChangeDetection |
VcsChangeDetection.configuration(Map<String,Object> configuration)
Sets plugin specific custom configuration.
|
VcsChangeDetection |
VcsChangeDetection.filterFilePatternOption(VcsChangeDetection.FileFilteringOption filterFilePatternOption)
Selects method of filtering commits by affected files.
|
VcsChangeDetection |
VcsChangeDetection.filterFilePatternRegex(String filterFilePatternRegex)
Sets regular expression to be used when filtering commits by affected files.
|
VcsChangeDetection |
VcsChangeDetection.quietPeriod(Duration quietPeriod)
Defines quiet period duration, that is time Bamboo should wait after a new change, before initiating a build.
|
VcsChangeDetection |
VcsChangeDetection.quietPeriodEnabled(boolean quietPeriodEnabled)
Enables/disables quiet period feature on the repository.
|
VcsChangeDetection |
VcsChangeDetection.quietPeriodInSeconds(int quietPeriodInSeconds)
Defines quiet period duration in seconds, that is time Bamboo should wait after a new change, before initiating a build.
|
VcsChangeDetection |
VcsChangeDetection.quietPeriodMaxRetries(int maxRetries)
Defines maximum retries count for quiet period, that is how many time Bamboo should check for new changes before
initiating a build regardless of the outcome.
|
| Modifier and Type | Method and Description |
|---|---|
AnyVcsRepository |
AnyVcsRepository.changeDetectionConfiguration(VcsChangeDetection changeDetectionConfiguration)
Sets change detection part of the configuration.
|
| Modifier and Type | Method and Description |
|---|---|
BitbucketCloudRepository |
BitbucketCloudRepository.changeDetection(VcsChangeDetection vcsChangeDetection)
Sets change detection options for this repository.
|
| Modifier and Type | Method and Description |
|---|---|
BitbucketServerRepository |
BitbucketServerRepository.changeDetection(VcsChangeDetection vcsChangeDetection)
Sets change detection options for this repository.
|
| Modifier and Type | Method and Description |
|---|---|
GitRepository |
GitRepository.changeDetection(VcsChangeDetection vcsChangeDetection)
Sets change detection options for this repository.
|
| Modifier and Type | Method and Description |
|---|---|
GitHubRepository |
GitHubRepository.changeDetection(VcsChangeDetection vcsChangeDetection)
Sets change detection options for this repository.
|
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.