com.atlassian.bamboo.repository
Interface RepositoryDataEntity
- All Superinterfaces:
- BambooIdProvider, BambooObject, Deletable, Describable, DescriptionProvider, ImmutableDeletable, NameProvider
- All Known Subinterfaces:
- RepositoryDefinitionEntity
- All Known Implementing Classes:
- RepositoryDataEntityImpl, RepositoryDefinitionEntityImpl
public interface RepositoryDataEntity
- extends Describable, BambooObject, Deletable
Represents repository as persisted in the db.
- Since:
- 4.0
getPluginKey
@NotNull
java.lang.String getPluginKey()
setPluginKey
void setPluginKey(@NotNull
java.lang.String pluginKey)
getXmlData
@NotNull
java.lang.String getXmlData()
setXmlData
void setXmlData(@NotNull
java.lang.String xmlData)
isGlobal
boolean isGlobal()
- Returns:
- true iff repository is a Global Repository (that is: can be shared among multiple plans)
setGlobal
void setGlobal(boolean isGlobal)
Copyright © 2012 Atlassian. All Rights Reserved.