com.atlassian.bamboo.repository
Interface IncludeExcludeAwareRepository

All Superinterfaces:
BambooPluginModule, ConfigurablePlugin, ConvertibleFromConfig, Repository, RepositoryV2, java.io.Serializable
All Known Implementing Classes:
AbstractRepository, CVSRepository, PerforceRepository, SvnRepository

public interface IncludeExcludeAwareRepository
extends Repository


Field Summary
static java.lang.String FILTER_PATTERN_EXCLUDE
           
static java.lang.String FILTER_PATTERN_INCLUDE
           
static java.lang.String FILTER_PATTERN_OPTION
           
static java.lang.String FILTER_PATTERN_REGEX
           
 
Fields inherited from interface com.atlassian.bamboo.repository.Repository
SELECTED_REPOSITORY, UNKNOWN_HOST
 
Method Summary
 java.lang.String getFilterFilePatternOption()
          Do we want to include files which match pattern or exclude files which match pattern?
 java.lang.String getFilterFilePatternRegex()
          The regex expression on which fileName (paths) are matched for inclusion/exclusion.
 
Methods inherited from interface com.atlassian.bamboo.repository.Repository
checkConnection, getHost, getKey, getName, getTriggerIpAddress, isRepositoryDifferent, setReferencesDifferentRepository
 
Methods inherited from interface com.atlassian.bamboo.fieldvalue.ConvertibleFromConfig
populateFromConfig, toConfiguration
 
Methods inherited from interface com.atlassian.bamboo.v2.build.repository.RepositoryV2
collectChangesSinceLastBuild, getSourceCodeDirectory, referencesDifferentRepository, retrieveSourceCode
 
Methods inherited from interface com.atlassian.bamboo.v2.build.ConfigurablePlugin
addDefaultValues, customizeBuildRequirements, getEditHtml, getViewHtml, init, prepareConfigObject, validate
 

Field Detail

FILTER_PATTERN_OPTION

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

FILTER_PATTERN_REGEX

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

FILTER_PATTERN_EXCLUDE

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

FILTER_PATTERN_INCLUDE

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

getFilterFilePatternOption

@Nullable
java.lang.String getFilterFilePatternOption()
Do we want to include files which match pattern or exclude files which match pattern?

Returns:

getFilterFilePatternRegex

@Nullable
java.lang.String getFilterFilePatternRegex()
The regex expression on which fileName (paths) are matched for inclusion/exclusion.

Returns:


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.