Uses of Class
com.atlassian.bamboo.specs.api.builders.repository.VcsChangeDetection
-
Packages that use VcsChangeDetection 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. -
-
Uses of VcsChangeDetection in com.atlassian.bamboo.specs.api.builders.repository
Methods in com.atlassian.bamboo.specs.api.builders.repository that return VcsChangeDetection Modifier and Type Method Description VcsChangeDetectionVcsChangeDetection. changesetFilterPatternRegex(@Nullable java.lang.String changesetFilterPatternRegex)Excludes certain changes from being picked up by Bamboo.VcsChangeDetectionVcsChangeDetection. commitIsolationEnabled(boolean commitIsolationEnabled)Enables/disables commit isolation.VcsChangeDetectionVcsChangeDetection. configuration(@Nullable java.util.Map<java.lang.String,java.lang.Object> configuration)Sets plugin specific custom configuration.VcsChangeDetectionVcsChangeDetection. filterFilePatternOption(@Nullable VcsChangeDetection.FileFilteringOption filterFilePatternOption)Selects method of filtering commits by affected files.VcsChangeDetectionVcsChangeDetection. filterFilePatternRegex(@Nullable java.lang.String filterFilePatternRegex)Sets regular expression to be used when filtering commits by affected files.VcsChangeDetectionVcsChangeDetection. quietPeriod(java.time.Duration quietPeriod)Defines quiet period duration, that is time Bamboo should wait after a new change, before initiating a build.VcsChangeDetectionVcsChangeDetection. quietPeriodEnabled(boolean quietPeriodEnabled)Enables/disables quiet period feature on the repository.VcsChangeDetectionVcsChangeDetection. quietPeriodInSeconds(int quietPeriodInSeconds)Defines quiet period duration in seconds, that is time Bamboo should wait after a new change, before initiating a build.VcsChangeDetectionVcsChangeDetection. 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 VcsChangeDetection Modifier and Type Method Description AnyVcsRepositoryAnyVcsRepository. changeDetectionConfiguration(@Nullable VcsChangeDetection changeDetectionConfiguration)Sets change detection part of the configuration. -
Uses of VcsChangeDetection in com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud
Methods in com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud with parameters of type VcsChangeDetection Modifier and Type Method Description BitbucketCloudRepositoryBitbucketCloudRepository. changeDetection(VcsChangeDetection vcsChangeDetection)Sets change detection options for this repository. -
Uses of VcsChangeDetection in com.atlassian.bamboo.specs.builders.repository.bitbucket.server
Methods in com.atlassian.bamboo.specs.builders.repository.bitbucket.server with parameters of type VcsChangeDetection Modifier and Type Method Description BitbucketServerRepositoryBitbucketServerRepository. changeDetection(@NotNull VcsChangeDetection vcsChangeDetection)Sets change detection options for this repository. -
Uses of VcsChangeDetection in com.atlassian.bamboo.specs.builders.repository.git
Methods in com.atlassian.bamboo.specs.builders.repository.git with parameters of type VcsChangeDetection Modifier and Type Method Description GitRepositoryGitRepository. changeDetection(@NotNull VcsChangeDetection vcsChangeDetection)Sets change detection options for this repository. -
Uses of VcsChangeDetection in com.atlassian.bamboo.specs.builders.repository.github
Methods in com.atlassian.bamboo.specs.builders.repository.github with parameters of type VcsChangeDetection Modifier and Type Method Description GitHubRepositoryGitHubRepository. changeDetection(@NotNull VcsChangeDetection vcsChangeDetection)Sets change detection options for this repository.
-