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, setName
getDescription, getName
setOid
getOid
setMarkedForDeletion
setId
getId
isMarkedForDeletion
getPluginKey
static 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()
ImmutableEntityWithOid
BambooEntityOid
.getEntityType
in interface ImmutableEntityWithOid
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.