com.atlassian.bamboo.repository
Interface CleanWorkingDirectoryAwareRepository

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

Deprecated. since 3.3 functionality is configured in BuildConfiguration

@Deprecated
public interface CleanWorkingDirectoryAwareRepository
extends Repository

Allows the user to configure the Build so that the working directory is cleared builds that are BuildState.SUCCESS


Field Summary
 
Fields inherited from interface com.atlassian.bamboo.repository.Repository
SELECTED_REPOSITORY, UNKNOWN_HOST
 
Method Summary
 boolean isCleanWorkingDirectory()
          Deprecated. Should the working directory be cleaned when the build is marked BuildState.SUCCESS?
 void setCleanWorkingDirectory(boolean cleanWorkingDirectory)
          Deprecated. Set the working directory be cleaned or not cleaned when the build is marked BuildState.SUCCESS?
 
Methods inherited from interface com.atlassian.bamboo.repository.Repository
checkConnection, getHost, getKey, getLocationIdentifier, getMinimalEditHtml, getName, getShortKey, getTriggerIpAddress, 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, isRepositoryDifferent, referencesDifferentRepository, retrieveSourceCode
 
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
 

Method Detail

isCleanWorkingDirectory

boolean isCleanWorkingDirectory()
Deprecated. 
Should the working directory be cleaned when the build is marked BuildState.SUCCESS?

Returns:
cleanWorkingDirectory

setCleanWorkingDirectory

void setCleanWorkingDirectory(boolean cleanWorkingDirectory)
Deprecated. 
Set the working directory be cleaned or not cleaned when the build is marked BuildState.SUCCESS?

Parameters:
cleanWorkingDirectory -


Copyright © 2011 Atlassian. All Rights Reserved.