com.atlassian.bamboo.repository
Interface CleanCheckoutAwareRepository

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

public interface CleanCheckoutAwareRepository
extends Repository


Field Summary
 
Fields inherited from interface com.atlassian.bamboo.repository.Repository
SELECTED_REPOSITORY, UNKNOWN_HOST
 
Method Summary
 boolean isCleanCheckout()
           
 void setCleanCheckout(boolean cleanCheckout)
           
 
Methods inherited from interface com.atlassian.bamboo.repository.Repository
checkConnection, getChangedDetectionEditHtml, getChangedDetectionViewHtml, getHost, getKey, getName, getShortKey, 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, retrieveSourceCode
 
Methods inherited from interface com.atlassian.bamboo.v2.build.ConfigurablePlugin
addDefaultValues, customizeBuildRequirements, getEditHtml, getViewHtml, prepareConfigObject, removeBuildRequirements, validate
 
Methods inherited from interface com.atlassian.bamboo.plugin.InitablePluginModule
init
 
Methods inherited from interface com.atlassian.bamboo.utils.DescriptionProvider
getDescription
 

Method Detail

isCleanCheckout

boolean isCleanCheckout()

setCleanCheckout

void setCleanCheckout(boolean cleanCheckout)


Copyright © 2010 Atlassian. All Rights Reserved.