Package com.atlassian.bamboo.repository
Interface RepositoryData
- All Superinterfaces:
BambooIdProvider,DescriptionProvider,ImmutableEntityWithOid,InternalRepositoryData,NameProvider,PluginKeyProvider,Serializable
- All Known Subinterfaces:
RepositoryDefinition
- All Known Implementing Classes:
LegacyRepositoryDataImpl,LegacyRepositoryDefinitionImpl,RepositoryDataImpl,RepositoryDefinitionForTest,RepositoryDefinitionImpl
@Immutable
@ThreadSafe
@Deprecated
public interface RepositoryData
extends BambooIdProvider, DescriptionProvider, Serializable, InternalRepositoryData, ImmutableEntityWithOid, PluginKeyProvider
Deprecated.
since 5.14
Runtime representation of repository configuration. Can be used in
BuildContext-
Method Summary
Modifier and TypeMethodDescription@NotNull org.apache.commons.configuration.HierarchicalConfigurationDeprecated.default BambooEntityTypeDeprecated.Entity type of this object, used inBambooEntityOid.@NotNull RepositoryDeprecated.@NotNull StringDeprecated.@NotNull WebRepositoryViewerDeprecated.booleanisGlobal()Deprecated.booleanDeprecated.Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getIdMethods inherited from interface com.atlassian.bamboo.utils.DescriptionProvider
getDescription, getNameMethods inherited from interface com.atlassian.bamboo.core.ImmutableEntityWithOid
getOidMethods inherited from interface com.atlassian.bamboo.repository.InternalRepositoryData
getNewRepositoryInstanceMethods inherited from interface com.atlassian.bamboo.plugin.PluginKeyProvider
getPluginKey
-
Method Details
-
getWebRepositoryPluginKey
Deprecated. -
getRepository
Deprecated.- Returns:
- lazily initialized instance of the
Repositorydefined by this object.
-
getWebRepositoryViewer
Deprecated. -
getConfiguration
@NotNull @NotNull org.apache.commons.configuration.HierarchicalConfiguration getConfiguration()Deprecated.- Returns:
- lazily initialized instance of the
HierarchicalConfigurationof the repository defined by this object.
-
isMarkedForDeletion
boolean isMarkedForDeletion()Deprecated. -
isGlobal
boolean isGlobal()Deprecated.- Returns:
- true if repository is a Shared Repository
-
getEntityType
Deprecated.Description copied from interface:ImmutableEntityWithOidEntity type of this object, used inBambooEntityOid.- Specified by:
getEntityTypein interfaceImmutableEntityWithOid
-