com.atlassian.bamboo.repository
Interface IncludeExcludeAwareRepository

All Superinterfaces:
BambooPluginModule, BuildConfigurationAwarePlugin, ConfigurablePlugin, ConvertibleFromConfig, DescriptionProvider, InitablePluginModule, NameProvider, RenderableBuildConfiguration, Repository, RepositoryV2, java.io.Serializable
All Known Implementing Classes:
AbstractRepository, AbstractStandaloneRepository, AppLinksSvnRepository, BitbucketRepository, CVSRepository, HgRepository, NullRepository, 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, getLocationIdentifier, getMinimalEditHtml, getName, getShortKey
 
Methods inherited from interface com.atlassian.bamboo.fieldvalue.ConvertibleFromConfig
populateFromConfig, toConfiguration
 
Methods inherited from interface com.atlassian.bamboo.v2.build.repository.RepositoryV2
collectChangesSinceLastBuild, getSourceCodeDirectory, isRepositoryDifferent
 
Methods inherited from interface com.atlassian.bamboo.v2.build.ConfigurablePlugin
customizeBuildRequirements, removeBuildRequirements
 
Methods inherited from interface com.atlassian.bamboo.v2.build.BuildConfigurationAwarePlugin
addDefaultValues, prepareConfigObject, validate
 
Methods inherited from interface com.atlassian.bamboo.plugin.InitablePluginModule
init
 
Methods inherited from interface com.atlassian.bamboo.v2.build.RenderableBuildConfiguration
getEditHtml, getViewHtml
 
Methods inherited from interface com.atlassian.bamboo.utils.DescriptionProvider
getDescription
 

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 © 2012 Atlassian. All Rights Reserved.