VcsRepositoryDataImpl@Deprecated public class LegacyRepositoryDataImpl extends Object implements RepositoryData
| Constructor and Description |
|---|
LegacyRepositoryDataImpl(long id,
String pluginKey,
String name,
String description,
String xmlData,
boolean markedForDeletion,
boolean global)
Deprecated.
|
LegacyRepositoryDataImpl(RepositoryDataEntity repositoryData)
Deprecated.
|
LegacyRepositoryDataImpl(VcsRepositoryData repositoryData,
RepositoryConfigurationReference configurationRef)
Deprecated.
|
LegacyRepositoryDataImpl(VcsRepositoryData repositoryData,
String legacyPluginKey,
RepositoryConfigurationReference configurationRef)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Deprecated.
Returns true iff the objects represent the same repository
|
@NotNull org.apache.commons.configuration.HierarchicalConfiguration |
getConfiguration()
Deprecated.
|
String |
getDescription()
Deprecated.
|
long |
getId()
Deprecated.
|
@NotNull String |
getName()
Deprecated.
|
Repository |
getNewRepositoryInstance()
Deprecated.
Get new instance of Repository that is not lazy-loaded.
|
BambooEntityOid |
getOid()
Deprecated.
OID assigned to this object.
|
@NotNull String |
getPluginKey()
Deprecated.
|
@NotNull Repository |
getRepository()
Deprecated.
|
@NotNull String |
getWebRepositoryPluginKey()
Deprecated.
|
@NotNull WebRepositoryViewer |
getWebRepositoryViewer()
Deprecated.
|
int |
hashCode()
Deprecated.
|
boolean |
isGlobal()
Deprecated.
|
boolean |
isMarkedForDeletion()
Deprecated.
|
protected Object |
readResolve()
Deprecated.
|
String |
toString()
Deprecated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetEntityTypepublic LegacyRepositoryDataImpl(RepositoryDataEntity repositoryData)
repositoryData - public LegacyRepositoryDataImpl(VcsRepositoryData repositoryData, RepositoryConfigurationReference configurationRef)
public LegacyRepositoryDataImpl(VcsRepositoryData repositoryData, String legacyPluginKey, RepositoryConfigurationReference configurationRef)
public BambooEntityOid getOid()
ImmutableEntityWithOidBambooEntityOid.getEntityType() should be the same as this object's
ImmutableEntityWithOid.getEntityType().getOid in interface ImmutableEntityWithOidpublic long getId()
getId in interface BambooIdProvider@NotNull public @NotNull String getPluginKey()
getPluginKey in interface PluginKeyProvider@NotNull public @NotNull String getWebRepositoryPluginKey()
getWebRepositoryPluginKey in interface RepositoryData@NotNull public @NotNull String getName()
getName in interface DescriptionProvidergetName in interface NameProviderpublic String getDescription()
getDescription in interface DescriptionProviderpublic boolean isMarkedForDeletion()
isMarkedForDeletion in interface RepositoryData@NotNull public @NotNull Repository getRepository()
getRepository in interface RepositoryDataRepository defined by this object.public Repository getNewRepositoryInstance()
InternalRepositoryDataRepositoryData.getRepository() should be preferred.getNewRepositoryInstance in interface InternalRepositoryData@NotNull public @NotNull WebRepositoryViewer getWebRepositoryViewer()
getWebRepositoryViewer in interface RepositoryData@NotNull public @NotNull org.apache.commons.configuration.HierarchicalConfiguration getConfiguration()
getConfiguration in interface RepositoryDataHierarchicalConfiguration of the repository defined by this
object.public boolean isGlobal()
isGlobal in interface RepositoryDatapublic boolean equals(Object o)
protected Object readResolve()
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.