|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.repository.RepositoryDefinitionEntityImpl
RepositoryDataEntityImpl
@Deprecated public class RepositoryDefinitionEntityImpl
Constructor Summary | |
---|---|
RepositoryDefinitionEntityImpl()
Deprecated. |
|
RepositoryDefinitionEntityImpl(RepositoryDataEntity repositoryDataEntity)
Deprecated. |
|
RepositoryDefinitionEntityImpl(java.lang.String pluginKey,
java.lang.String name,
java.lang.String description,
java.lang.String xmlData,
boolean markedForDeletion,
boolean global)
Deprecated. |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Deprecated. |
long |
getId()
Deprecated. |
java.lang.String |
getName()
Deprecated. |
java.lang.String |
getPluginKey()
Deprecated. |
java.lang.String |
getXmlData()
Deprecated. |
boolean |
isGlobal()
Deprecated. |
boolean |
isMarkedForDeletion()
Deprecated. |
void |
setDescription(java.lang.String description)
Deprecated. |
void |
setGlobal(boolean isGlobal)
Deprecated. |
void |
setId(long id)
Deprecated. |
void |
setMarkedForDeletion(boolean markedForDeletion)
Deprecated. |
void |
setName(java.lang.String name)
Deprecated. |
void |
setPluginKey(java.lang.String pluginKey)
Deprecated. |
void |
setXmlData(java.lang.String xmlData)
Deprecated. |
RepositoryDataEntity |
toRepositoryDataEntity()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RepositoryDefinitionEntityImpl(java.lang.String pluginKey, java.lang.String name, java.lang.String description, java.lang.String xmlData, boolean markedForDeletion, boolean global)
public RepositoryDefinitionEntityImpl()
public RepositoryDefinitionEntityImpl(RepositoryDataEntity repositoryDataEntity)
Method Detail |
---|
public RepositoryDataEntity toRepositoryDataEntity()
toRepositoryDataEntity
in interface RepositoryDefinitionEntity
@NotNull public java.lang.String getPluginKey()
getPluginKey
in interface RepositoryDataEntity
public void setPluginKey(@NotNull java.lang.String pluginKey)
setPluginKey
in interface RepositoryDataEntity
@NotNull public java.lang.String getXmlData()
getXmlData
in interface RepositoryDataEntity
public void setXmlData(@NotNull java.lang.String xmlData)
setXmlData
in interface RepositoryDataEntity
public boolean isGlobal()
isGlobal
in interface RepositoryDataEntity
public void setGlobal(boolean isGlobal)
setGlobal
in interface RepositoryDataEntity
public boolean isMarkedForDeletion()
isMarkedForDeletion
in interface ImmutableDeletable
public void setMarkedForDeletion(boolean markedForDeletion)
setMarkedForDeletion
in interface Deletable
public void setId(long id)
setId
in interface BambooObject
public long getId()
getId
in interface BambooIdProvider
public void setName(@NotNull java.lang.String name)
setName
in interface Describable
public void setDescription(@Nullable java.lang.String description)
setDescription
in interface Describable
@NotNull public java.lang.String getName()
getName
in interface DescriptionProvider
getName
in interface NameProvider
public java.lang.String getDescription()
getDescription
in interface DescriptionProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |