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
|
org.apache.commons.configuration.HierarchicalConfiguration |
getConfiguration()
Deprecated.
|
String |
getDescription()
Deprecated.
|
long |
getId()
Deprecated.
|
String |
getName()
Deprecated.
|
Repository |
getNewRepositoryInstance()
Deprecated.
Get new instance of Repository that is not lazy-loaded.
|
BambooEntityOid |
getOid()
Deprecated.
OID assigned to this object.
|
String |
getPluginKey()
Deprecated.
|
Repository |
getRepository()
Deprecated.
|
String |
getWebRepositoryPluginKey()
Deprecated.
|
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, wait
getEntityType
public LegacyRepositoryDataImpl(RepositoryDataEntity repositoryData)
repositoryData
- public LegacyRepositoryDataImpl(VcsRepositoryData repositoryData, RepositoryConfigurationReference configurationRef)
public LegacyRepositoryDataImpl(VcsRepositoryData repositoryData, String legacyPluginKey, RepositoryConfigurationReference configurationRef)
public BambooEntityOid getOid()
ImmutableEntityWithOid
BambooEntityOid.getEntityType()
should be the same as this object's
ImmutableEntityWithOid.getEntityType()
.getOid
in interface ImmutableEntityWithOid
public long getId()
getId
in interface BambooIdProvider
@NotNull public String getPluginKey()
getPluginKey
in interface PluginKeyProvider
@NotNull public String getWebRepositoryPluginKey()
getWebRepositoryPluginKey
in interface RepositoryData
@NotNull public String getName()
getName
in interface DescriptionProvider
getName
in interface NameProvider
public String getDescription()
getDescription
in interface DescriptionProvider
public boolean isMarkedForDeletion()
isMarkedForDeletion
in interface RepositoryData
@NotNull public Repository getRepository()
getRepository
in interface RepositoryData
Repository
defined by this object.public Repository getNewRepositoryInstance()
InternalRepositoryData
RepositoryData.getRepository()
should be preferred.getNewRepositoryInstance
in interface InternalRepositoryData
@NotNull public WebRepositoryViewer getWebRepositoryViewer()
getWebRepositoryViewer
in interface RepositoryData
@NotNull public org.apache.commons.configuration.HierarchicalConfiguration getConfiguration()
getConfiguration
in interface RepositoryData
HierarchicalConfiguration
of the repository defined by this
object.public boolean isGlobal()
isGlobal
in interface RepositoryData
public boolean equals(Object o)
protected Object readResolve()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.