public class ChangeDetectionSourceDefinitionImpl extends Object implements VcsChangeDetectionOptions
| Constructor and Description |
|---|
ChangeDetectionSourceDefinitionImpl(Map<String,String> configuration) |
ChangeDetectionSourceDefinitionImpl(VcsChangeDetectionOptions vcsChangeDetectionOptions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getChangesetFilterPatternRegex()
The regex expression on which changeset comments are matched for exclusion.
|
Map<String,String> |
getConfiguration() |
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
|
int |
hashCode() |
boolean |
isCommitIsolationEnabled() |
boolean |
isQuietPeriodEnabled()
Returns true if we were to enable the quiet period
|
public ChangeDetectionSourceDefinitionImpl(@NotNull
Map<String,String> configuration)
public ChangeDetectionSourceDefinitionImpl(VcsChangeDetectionOptions vcsChangeDetectionOptions)
public boolean isQuietPeriodEnabled()
VcsChangeDetectionOptionsisQuietPeriodEnabled in interface VcsChangeDetectionOptionspublic int getQuietPeriod()
VcsChangeDetectionOptionsgetQuietPeriod in interface VcsChangeDetectionOptionspublic int getMaxRetries()
VcsChangeDetectionOptionsgetMaxRetries in interface VcsChangeDetectionOptionspublic boolean isCommitIsolationEnabled()
isCommitIsolationEnabled in interface VcsChangeDetectionOptions@Nullable public String getChangesetFilterPatternRegex()
VcsChangeDetectionOptionsgetChangesetFilterPatternRegex in interface VcsChangeDetectionOptions@NotNull public Map<String,String> getConfiguration()
getConfiguration in interface VcsConfigurationFragment@Nullable public String getFilterFilePatternOption()
VcsChangeDetectionOptionsgetFilterFilePatternOption in interface VcsChangeDetectionOptions@Nullable public String getFilterFilePatternRegex()
VcsChangeDetectionOptionsgetFilterFilePatternRegex in interface VcsChangeDetectionOptionsCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.