com.atlassian.bamboo.repository
Interface FilterChangesetAwareRepository

All Known Implementing Classes:
AbstractRepository, AbstractStandaloneRepository, AppLinksSvnRepository, BitbucketRepository, CVSRepository, HgRepository, NullRepository, PerforceRepository, SvnRepository

public interface FilterChangesetAwareRepository

Adds changeset filtering capability for repository

Since:
v4.0

Field Summary
static java.lang.String CHANGESET_FILTER_PATTERN_REGEX
           
static java.lang.String MAVEN_RELEASE_PLUGIN_EXCLUSION_PATTERN
           
 
Method Summary
 java.lang.String getChangesetFilterPatternRegex()
          The regex expression on which changeset comments are matched for exclusion.
 java.util.Collection<java.lang.String> getSystemWideExclusionPatterns()
          Collection of system wide, hardcoded changeset filtering patterns
 

Field Detail

CHANGESET_FILTER_PATTERN_REGEX

static final java.lang.String CHANGESET_FILTER_PATTERN_REGEX
See Also:
Constant Field Values

MAVEN_RELEASE_PLUGIN_EXCLUSION_PATTERN

static final java.lang.String MAVEN_RELEASE_PLUGIN_EXCLUSION_PATTERN
See Also:
Constant Field Values
Method Detail

getChangesetFilterPatternRegex

@Nullable
java.lang.String getChangesetFilterPatternRegex()
The regex expression on which changeset comments are matched for exclusion.

Returns:

getSystemWideExclusionPatterns

@NotNull
java.util.Collection<java.lang.String> getSystemWideExclusionPatterns()
Collection of system wide, hardcoded changeset filtering patterns

Returns:


Copyright © 2012 Atlassian. All Rights Reserved.