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