public interface RepositoryDataEntity extends Describable, BambooObjectWithOid, Deletable, PluginKeyProvider
| Modifier and Type | Field and Description |
|---|---|
static int |
NAME_MAX_LENGTH |
| Modifier and Type | Method and Description |
|---|---|
default BambooEntityType |
getEntityType()
Entity type of this object, used in
BambooEntityOid. |
RepositoryDataEntity |
getParent() |
String |
getXmlData()
Combined data in xml format.
|
boolean |
isGlobal() |
void |
setGlobal(boolean isGlobal) |
void |
setParent(RepositoryDataEntity parent) |
void |
setPluginKey(String pluginKey) |
void |
setXmlData(String xmlData) |
setDescription, setNamegetDescription, getNamesetOidgetOidsetMarkedForDeletionsetIdgetIdisMarkedForDeletiongetPluginKeystatic final int NAME_MAX_LENGTH
void setPluginKey(@NotNull
String pluginKey)
@NotNull String getXmlData()
void setXmlData(@NotNull
String xmlData)
boolean isGlobal()
void setGlobal(boolean isGlobal)
@Nullable RepositoryDataEntity getParent()
void setParent(@Nullable
RepositoryDataEntity parent)
default BambooEntityType getEntityType()
ImmutableEntityWithOidBambooEntityOid.getEntityType in interface ImmutableEntityWithOidCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.