public class RepositoryDataImpl extends Object implements RepositoryData
| Constructor and Description |
|---|
RepositoryDataImpl(RepositoryDataEntity entity)
Deprecated.
since 5.14 use
RepositoryDataImpl(VcsRepositoryData) |
RepositoryDataImpl(VcsRepositoryData delegate) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.configuration.HierarchicalConfiguration |
getConfiguration() |
String |
getDescription() |
long |
getId() |
String |
getName() |
Repository |
getNewRepositoryInstance()
Get new instance of Repository that is not lazy-loaded.
|
BambooEntityOid |
getOid()
OID assigned to this object.
|
VcsRepositoryData |
getOriginalData() |
String |
getPluginKey() |
Repository |
getRepository() |
String |
getWebRepositoryPluginKey() |
WebRepositoryViewer |
getWebRepositoryViewer() |
boolean |
isGlobal() |
boolean |
isMarkedForDeletion() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEntityType@Deprecated public RepositoryDataImpl(RepositoryDataEntity entity)
RepositoryDataImpl(VcsRepositoryData)public RepositoryDataImpl(VcsRepositoryData delegate)
@NotNull public String getPluginKey()
getPluginKey in interface PluginKeyProvider@NotNull public String getWebRepositoryPluginKey()
getWebRepositoryPluginKey in interface RepositoryData@NotNull public Repository getRepository()
getRepository in interface RepositoryDataRepository defined by this object.@NotNull public WebRepositoryViewer getWebRepositoryViewer()
getWebRepositoryViewer in interface RepositoryData@NotNull public org.apache.commons.configuration.HierarchicalConfiguration getConfiguration()
getConfiguration in interface RepositoryDataHierarchicalConfiguration of the repository defined by this
object.public boolean isMarkedForDeletion()
isMarkedForDeletion in interface RepositoryDatapublic boolean isGlobal()
isGlobal in interface RepositoryDatapublic long getId()
getId in interface BambooIdProviderpublic BambooEntityOid getOid()
ImmutableEntityWithOidBambooEntityOid.getEntityType() should be the same as this object's
ImmutableEntityWithOid.getEntityType().getOid in interface ImmutableEntityWithOidpublic Repository getNewRepositoryInstance()
InternalRepositoryDataRepositoryData.getRepository() should be preferred.getNewRepositoryInstance in interface InternalRepositoryData@NotNull public String getName()
getName in interface DescriptionProvidergetName in interface NameProvider@Nullable public String getDescription()
getDescription in interface DescriptionProviderpublic VcsRepositoryData getOriginalData()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.