com.atlassian.bamboo.repository
Interface RepositoryDataEntity
- All Superinterfaces:
- BambooIdProvider, BambooObject, Deletable, Describable, DescriptionProvider, ImmutableDeletable, NameProvider
- All Known Implementing Classes:
- RepositoryDataEntityImpl
public interface RepositoryDataEntity
- extends Describable, BambooObject, Deletable
Represents repository as persisted in the db.
- Since:
- 4.0
getPluginKey
@NotNull
String getPluginKey()
setPluginKey
void setPluginKey(@NotNull
String pluginKey)
getXmlData
@NotNull
String getXmlData()
setXmlData
void setXmlData(@NotNull
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 © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.