VcsChangeDetection |
VcsChangeDetection.changesetFilterPatternRegex(@Nullable String changesetFilterPatternRegex) |
Excludes certain changes from being picked up by Bamboo.
|
VcsChangeDetection |
VcsChangeDetection.commitIsolationEnabled(boolean commitIsolationEnabled) |
Enables/disables commit isolation.
|
VcsChangeDetection |
VcsChangeDetection.configuration(@Nullable Map<String,Object> configuration) |
Sets plugin specific custom configuration.
|
VcsChangeDetection |
VcsChangeDetection.filterFilePatternOption(@Nullable VcsChangeDetection.FileFilteringOption filterFilePatternOption) |
Selects method of filtering commits by affected files.
|
VcsChangeDetection |
VcsChangeDetection.filterFilePatternRegex(@Nullable 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 times Bamboo should check for new changes before
initiating a build regardless of the outcome.
|