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.HierarchicalConfiguration
Deprecated.default BambooEntityType
Deprecated.Entity type of this object, used inBambooEntityOid
.@NotNull Repository
Deprecated.@NotNull String
Deprecated.@NotNull WebRepositoryViewer
Deprecated.boolean
isGlobal()
Deprecated.boolean
Deprecated.Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
Methods inherited from interface com.atlassian.bamboo.utils.DescriptionProvider
getDescription, getName
Methods inherited from interface com.atlassian.bamboo.core.ImmutableEntityWithOid
getOid
Methods inherited from interface com.atlassian.bamboo.repository.InternalRepositoryData
getNewRepositoryInstance
Methods inherited from interface com.atlassian.bamboo.plugin.PluginKeyProvider
getPluginKey
-
Method Details
-
getWebRepositoryPluginKey
Deprecated. -
getRepository
Deprecated.- Returns:
- lazily initialized instance of the
Repository
defined by this object.
-
getWebRepositoryViewer
Deprecated. -
getConfiguration
@NotNull @NotNull org.apache.commons.configuration.HierarchicalConfiguration getConfiguration()Deprecated.- Returns:
- lazily initialized instance of the
HierarchicalConfiguration
of 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:ImmutableEntityWithOid
Entity type of this object, used inBambooEntityOid
.- Specified by:
getEntityType
in interfaceImmutableEntityWithOid
-