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

Method Summary
 java.lang.String getPluginKey()
           
 java.lang.String getXmlData()
           
 boolean isGlobal()
           
 void setGlobal(boolean isGlobal)
           
 void setPluginKey(java.lang.String pluginKey)
           
 void setXmlData(java.lang.String xmlData)
           
 
Methods inherited from interface com.atlassian.bamboo.Describable
setDescription, setName
 
Methods inherited from interface com.atlassian.bamboo.utils.DescriptionProvider
getDescription, getName
 
Methods inherited from interface com.atlassian.bamboo.deletion.Deletable
setMarkedForDeletion
 
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
 
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
 
Methods inherited from interface com.atlassian.bamboo.plan.cache.ImmutableDeletable
isMarkedForDeletion
 

Method Detail

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 © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.