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, 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 @NotNull String getPluginKey()
getPluginKey
in interface PluginKeyProvider
@NotNull public @NotNull String getWebRepositoryPluginKey()
getWebRepositoryPluginKey
in interface RepositoryData
@NotNull public @NotNull 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 @NotNull 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 @NotNull WebRepositoryViewer getWebRepositoryViewer()
getWebRepositoryViewer
in interface RepositoryData
@NotNull public @NotNull 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 © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.