Package com.atlassian.bamboo.repository
Class RepositoryDataImpl
java.lang.Object
com.atlassian.bamboo.repository.RepositoryDataImpl
- All Implemented Interfaces:
BambooIdProvider,BambooPluginDataIdProvider,ImmutableEntityWithOid,PluginKeyProvider,InternalRepositoryData,RepositoryData,DescriptionProvider,NameProvider,Serializable
- Direct Known Subclasses:
RepositoryDefinitionImpl
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull org.apache.commons.configuration.HierarchicalConfiguration@Nullable StringlonggetId()@NotNull StringgetName()Get new instance of Repository that is not lazy-loaded.getOid()OID assigned to this object.@NotNull String@NotNull Repository@NotNull String@NotNull WebRepositoryViewerbooleanisGlobal()booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.bamboo.repository.RepositoryData
getEntityType
-
Constructor Details
-
RepositoryDataImpl
Deprecated.since 5.14 useRepositoryDataImpl(VcsRepositoryData) -
RepositoryDataImpl
-
-
Method Details
-
getPluginKey
- Specified by:
getPluginKeyin interfacePluginKeyProvider- Returns:
- full plugin module key
-
getWebRepositoryPluginKey
- Specified by:
getWebRepositoryPluginKeyin interfaceRepositoryData
-
getRepository
- Specified by:
getRepositoryin interfaceRepositoryData- Returns:
- lazily initialized instance of the
Repositorydefined by this object.
-
getWebRepositoryViewer
- Specified by:
getWebRepositoryViewerin interfaceRepositoryData
-
getConfiguration
@NotNull public @NotNull org.apache.commons.configuration.HierarchicalConfiguration getConfiguration()- Specified by:
getConfigurationin interfaceRepositoryData- Returns:
- lazily initialized instance of the
HierarchicalConfigurationof the repository defined by this object.
-
isMarkedForDeletion
public boolean isMarkedForDeletion()- Specified by:
isMarkedForDeletionin interfaceRepositoryData
-
isGlobal
public boolean isGlobal()- Specified by:
isGlobalin interfaceRepositoryData- Returns:
- true if repository is a Shared Repository
-
getId
public long getId()- Specified by:
getIdin interfaceBambooIdProvider
-
getOid
Description copied from interface:ImmutableEntityWithOidOID assigned to this object. TheBambooEntityOid.getEntityType()should be the same as this object'sImmutableEntityWithOid.getEntityType().- Specified by:
getOidin interfaceImmutableEntityWithOid
-
getNewRepositoryInstance
Description copied from interface:InternalRepositoryDataGet new instance of Repository that is not lazy-loaded. Each call creates a new instance. Use ofRepositoryData.getRepository()should be preferred.- Specified by:
getNewRepositoryInstancein interfaceInternalRepositoryData- Returns:
-
getName
- Specified by:
getNamein interfaceDescriptionProvider- Specified by:
getNamein interfaceNameProvider
-
getDescription
- Specified by:
getDescriptionin interfaceDescriptionProvider
-
getOriginalData
-
RepositoryDataImpl(VcsRepositoryData)