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
ConstructorDescriptionLegacyRepositoryDefinitionImpl
(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 TypeMethodDescriptionint
Deprecated.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, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
Methods inherited from interface com.atlassian.bamboo.utils.DescriptionProvider
getDescription, getName
Methods inherited from interface com.atlassian.bamboo.core.ImmutableEntityWithOid
getOid
Methods inherited from interface com.atlassian.bamboo.repository.InternalRepositoryData
getNewRepositoryInstance
Methods inherited from interface com.atlassian.bamboo.plugin.PluginKeyProvider
getPluginKey
Methods 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:RepositoryPositionProvider
Position of repository in the list of repositories defined forPlan
. Default repository is always on the position 0.- Specified by:
getPosition
in interfaceRepositoryPositionProvider
- Returns:
-
RepositoryDefinitionImpl