Class ChangeDetectionSourceDefinitionImpl
java.lang.Object
com.atlassian.bamboo.vcs.configuration.ChangeDetectionSourceDefinitionImpl
- All Implemented Interfaces:
VcsChangeDetectionOptions
,VcsConfigurationFragment
public class ChangeDetectionSourceDefinitionImpl
extends Object
implements VcsChangeDetectionOptions
-
Constructor Summary
ConstructorsConstructorDescriptionChangeDetectionSourceDefinitionImpl
(@NotNull Map<String, String> configuration) ChangeDetectionSourceDefinitionImpl
(VcsChangeDetectionOptions vcsChangeDetectionOptions) -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Nullable String
The regex expression on which changeset comments are matched for exclusion.@Nullable String
Do we want to include files which match pattern or exclude files which match pattern?@Nullable String
The regex expression on which fileName (paths) are matched for inclusion/exclusion.int
hashCode()
boolean
-
Constructor Details
-
ChangeDetectionSourceDefinitionImpl
-
ChangeDetectionSourceDefinitionImpl
-
-
Method Details
-
isCommitIsolationEnabled
public boolean isCommitIsolationEnabled()- Specified by:
isCommitIsolationEnabled
in interfaceVcsChangeDetectionOptions
- Returns:
- true if commit isolation is enabled
-
getChangesetFilterPatternRegex
Description copied from interface:VcsChangeDetectionOptions
The regex expression on which changeset comments are matched for exclusion.- Specified by:
getChangesetFilterPatternRegex
in interfaceVcsChangeDetectionOptions
- Returns:
-
getConfiguration
- Specified by:
getConfiguration
in interfaceVcsConfigurationFragment
-
getFilterFilePatternOption
Description copied from interface:VcsChangeDetectionOptions
Do we want to include files which match pattern or exclude files which match pattern?- Specified by:
getFilterFilePatternOption
in interfaceVcsChangeDetectionOptions
- Returns:
-
getFilterFilePatternRegex
Description copied from interface:VcsChangeDetectionOptions
The regex expression on which fileName (paths) are matched for inclusion/exclusion.- Specified by:
getFilterFilePatternRegex
in interfaceVcsChangeDetectionOptions
- Returns:
-
equals
-
hashCode
public int hashCode()
-