com.atlassian.bamboo.repository
Interface CleanWorkingDirectoryAwareRepository
- All Superinterfaces:
- BambooPluginModule, BuildConfigurationAwarePlugin, ConfigurablePlugin, ConvertibleFromConfig, DescriptionProvider, InitablePluginModule, NameProvider, Repository, RepositoryV2, java.io.Serializable
- All Known Implementing Classes:
- AbstractRepository, CVSRepository, HgRepository, PerforceRepository, SvnRepository
public interface CleanWorkingDirectoryAwareRepository
- extends Repository
Allows the user to configure the Build
so that the working directory is cleared builds that are BuildState.SUCCESS
Method Summary |
boolean |
isCleanWorkingDirectory()
Should the working directory be cleaned when the build is marked BuildState.SUCCESS ? |
void |
setCleanWorkingDirectory(boolean cleanWorkingDirectory)
Set the working directory be cleaned or not cleaned when the build is marked BuildState.SUCCESS ? |
isCleanWorkingDirectory
boolean isCleanWorkingDirectory()
- Should the working directory be cleaned when the build is marked
BuildState.SUCCESS
?
- Returns:
- cleanWorkingDirectory
setCleanWorkingDirectory
void setCleanWorkingDirectory(boolean cleanWorkingDirectory)
- Set the working directory be cleaned or not cleaned when the build is marked
BuildState.SUCCESS
?
- Parameters:
cleanWorkingDirectory
-
Copyright © 2011 Atlassian. All Rights Reserved.