Uses of Class
com.atlassian.bamboo.specs.api.builders.repository.VcsChangeDetection
Packages that use VcsChangeDetection
Package
Description
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.
-
Uses of VcsChangeDetection in com.atlassian.bamboo.specs.api.builders.repository
Methods in com.atlassian.bamboo.specs.api.builders.repository that return VcsChangeDetectionModifier and TypeMethodDescriptionVcsChangeDetection.changesetFilterPatternRegex(@Nullable String changesetFilterPatternRegex) Excludes certain changes from being picked up by Bamboo.VcsChangeDetection.commitIsolationEnabled(boolean commitIsolationEnabled) Enables/disables commit isolation.VcsChangeDetection.configuration(@Nullable Map<String, Object> configuration) Sets plugin specific custom configuration.VcsChangeDetection.filterFilePatternOption(@Nullable VcsChangeDetection.FileFilteringOption filterFilePatternOption) Selects method of filtering commits by affected files.VcsChangeDetection.filterFilePatternRegex(@Nullable String filterFilePatternRegex) Sets regular expression to be used when filtering commits by affected files.VcsChangeDetection.quietPeriod(Duration quietPeriod) Defines quiet period duration, that is time Bamboo should wait after a new change, before initiating a build.VcsChangeDetection.quietPeriodEnabled(boolean quietPeriodEnabled) Enables/disables quiet period feature on the repository.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.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.Methods in com.atlassian.bamboo.specs.api.builders.repository with parameters of type VcsChangeDetectionModifier and TypeMethodDescriptionAnyVcsRepository.changeDetectionConfiguration(@Nullable VcsChangeDetection changeDetectionConfiguration) Sets change detection part of the configuration.