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) Deprecated.since 11.0, the quiet period has been removed from Bamboo; this method remains to ensure backward compatibility, but it will be eventually removed.VcsChangeDetection.quietPeriodEnabled(boolean quietPeriodEnabled) Deprecated.since 11.0, the quiet period has been removed from Bamboo; this method remains to ensure backward compatibility, but it will be eventually removed.VcsChangeDetection.quietPeriodInSeconds(int quietPeriodInSeconds) Deprecated.since 11.0, the quiet period has been removed from Bamboo; this method remains to ensure backward compatibility, but it will be eventually removed.VcsChangeDetection.quietPeriodMaxRetries(int maxRetries) Deprecated.since 11.0, the quiet period has been removed from Bamboo; this method remains to ensure backward compatibility, but it will be eventually removed.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.