com.atlassian.bamboo.repository
Interface RepositoryDefinitionEntity

All Superinterfaces:
BambooIdProvider, BambooObject, Deletable, Describable, DescriptionProvider, ImmutableDeletable, NameProvider, RepositoryDataEntity
All Known Implementing Classes:
RepositoryDefinitionEntityImpl

Deprecated. since 4.0 use RepositoryDataEntity

@Deprecated
public interface RepositoryDefinitionEntity
extends RepositoryDataEntity

Represents repository as persisted in the db.


Method Summary
 RepositoryDataEntity toRepositoryDataEntity()
          Deprecated.  
 
Methods inherited from interface com.atlassian.bamboo.repository.RepositoryDataEntity
getPluginKey, getXmlData, isGlobal, setGlobal, setPluginKey, setXmlData
 
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

toRepositoryDataEntity

RepositoryDataEntity toRepositoryDataEntity()
Deprecated. 


Copyright © 2012 Atlassian. All Rights Reserved.