public interface VcsChangeDetectionOptions extends VcsConfigurationFragment
Modifier and Type | Method and Description |
---|---|
String |
getChangesetFilterPatternRegex()
The regex expression on which changeset comments are matched for exclusion.
|
String |
getFilterFilePatternOption()
Do we want to include files which match pattern or exclude files
which match pattern?
|
String |
getFilterFilePatternRegex()
The regex expression on which fileName (paths) are matched for inclusion/exclusion.
|
int |
getMaxRetries()
Returns the maximum number of times to collect changes
|
int |
getQuietPeriod()
Returns the number of seconds to wait between each retry
|
boolean |
isCommitIsolationEnabled() |
boolean |
isQuietPeriodEnabled()
Returns true if we were to enable the quiet period
|
getConfiguration
boolean isQuietPeriodEnabled()
int getQuietPeriod()
int getMaxRetries()
boolean isCommitIsolationEnabled()
@Nullable String getChangesetFilterPatternRegex()
@Nullable String getFilterFilePatternOption()
@Nullable String getFilterFilePatternRegex()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.