Package com.atlassian.bamboo.repository
Interface FilterChangesetAwareRepository
- All Known Implementing Classes:
AbstractRepository
,AbstractStandaloneRepository
,BitbucketRepository
,GitHubRepository
,GitRepository
,NullRepository
,StashRepositoryImpl
,SvnRepository
public interface FilterChangesetAwareRepository
Adds changeset filtering capability for repository
- Since:
- v4.0
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription@Nullable String
The 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:
-