Package com.atlassian.bamboo.repository
Interface FilterChangesetAwareRepository
public interface FilterChangesetAwareRepository
Adds changeset filtering capability for repository
- Since:
- v4.0
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription@Nullable StringThe regex expression on which changeset comments are matched for exclusion.@NotNull Collection<String> Collection of system wide, hardcoded changeset filtering patterns
-
Field Details
-
CHANGESET_FILTER_PATTERN_REGEX
- See Also:
-
MAVEN_RELEASE_PLUGIN_EXCLUSION_PATTERN
- See Also:
-
-
Method Details
-
getChangesetFilterPatternRegex
The regex expression on which changeset comments are matched for exclusion.- Returns:
-
getSystemWideExclusionPatterns
Collection of system wide, hardcoded changeset filtering patterns- Returns:
-