Package com.atlassian.bamboo.repository
Class LegacyRepositoryDefinitionImpl
java.lang.Object
com.atlassian.bamboo.repository.LegacyRepositoryDataImpl
com.atlassian.bamboo.repository.LegacyRepositoryDefinitionImpl
- All Implemented Interfaces:
BambooIdProvider,ImmutableEntityWithOid,PluginKeyProvider,InternalRepositoryData,RepositoryData,RepositoryDefinition,DescriptionProvider,NameProvider,RepositoryPositionProvider,Serializable
@Deprecated
public class LegacyRepositoryDefinitionImpl
extends LegacyRepositoryDataImpl
implements RepositoryDefinition
Deprecated.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLegacyRepositoryDefinitionImpl(long id, String pluginKey, String name, int position, String description, String xmlData, boolean markedForDeletion, boolean global) Deprecated.Deprecated.Deprecated.LegacyRepositoryDefinitionImpl(PlanRepositoryDefinition repositoryData, RepositoryConfigurationReference configurationRef) Deprecated.LegacyRepositoryDefinitionImpl(PlanRepositoryDefinition repositoryData, String legacyPluginKey, RepositoryConfigurationReference configurationRef) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionintDeprecated.Position of repository in the list of repositories defined forPlan.Methods inherited from class com.atlassian.bamboo.repository.LegacyRepositoryDataImpl
equals, getConfiguration, getDescription, getId, getName, getNewRepositoryInstance, getOid, getPluginKey, getRepository, getWebRepositoryPluginKey, getWebRepositoryViewer, hashCode, isGlobal, isMarkedForDeletion, readResolve, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getIdMethods inherited from interface com.atlassian.bamboo.utils.DescriptionProvider
getDescription, getNameMethods inherited from interface com.atlassian.bamboo.core.ImmutableEntityWithOid
getOidMethods inherited from interface com.atlassian.bamboo.repository.InternalRepositoryData
getNewRepositoryInstanceMethods inherited from interface com.atlassian.bamboo.plugin.PluginKeyProvider
getPluginKeyMethods inherited from interface com.atlassian.bamboo.repository.RepositoryData
getConfiguration, getEntityType, getRepository, getWebRepositoryPluginKey, getWebRepositoryViewer, isGlobal, isMarkedForDeletion
-
Constructor Details
-
LegacyRepositoryDefinitionImpl
public LegacyRepositoryDefinitionImpl(long id, String pluginKey, String name, int position, String description, String xmlData, boolean markedForDeletion, boolean global) Deprecated. -
LegacyRepositoryDefinitionImpl
public LegacyRepositoryDefinitionImpl(PlanRepositoryDefinition repositoryData, RepositoryConfigurationReference configurationRef) Deprecated. -
LegacyRepositoryDefinitionImpl
public LegacyRepositoryDefinitionImpl(PlanRepositoryDefinition repositoryData, String legacyPluginKey, RepositoryConfigurationReference configurationRef) Deprecated. -
LegacyRepositoryDefinitionImpl
Deprecated. -
LegacyRepositoryDefinitionImpl
Deprecated.
-
-
Method Details
-
getPosition
public int getPosition()Deprecated.Description copied from interface:RepositoryPositionProviderPosition of repository in the list of repositories defined forPlan. Default repository is always on the position 0.- Specified by:
getPositionin interfaceRepositoryPositionProvider- Returns:
-
RepositoryDefinitionImpl