public interface FilterChangesetAwareRepository
Modifier and Type | Field and Description |
---|---|
static String |
CHANGESET_FILTER_PATTERN_REGEX |
static String |
MAVEN_RELEASE_PLUGIN_EXCLUSION_PATTERN |
Modifier and Type | Method and Description |
---|---|
String |
getChangesetFilterPatternRegex()
The regex expression on which changeset comments are matched for exclusion.
|
Collection<String> |
getSystemWideExclusionPatterns()
Collection of system wide, hardcoded changeset filtering patterns
|
static final String CHANGESET_FILTER_PATTERN_REGEX
static final String MAVEN_RELEASE_PLUGIN_EXCLUSION_PATTERN
@Nullable String getChangesetFilterPatternRegex()
@NotNull Collection<String> getSystemWideExclusionPatterns()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.