Package com.atlassian.bamboo.repository
Class RepositoryDefinitionImpl
- java.lang.Object
-
- com.atlassian.bamboo.repository.RepositoryDataImpl
-
- com.atlassian.bamboo.repository.RepositoryDefinitionImpl
-
- All Implemented Interfaces:
BambooIdProvider,ImmutableEntityWithOid,PluginKeyProvider,InternalRepositoryData,RepositoryData,RepositoryDefinition,DescriptionProvider,NameProvider,RepositoryPositionProvider,Serializable
public class RepositoryDefinitionImpl extends RepositoryDataImpl implements RepositoryDefinition
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepositoryDefinitionImpl(PlanRepositoryDefinition delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlanRepositoryDefinitiongetOriginalData()intgetPosition()Position of repository in the list of repositories defined forPlan.-
Methods inherited from class com.atlassian.bamboo.repository.RepositoryDataImpl
getConfiguration, getDescription, getId, getName, getNewRepositoryInstance, getOid, getPluginKey, getRepository, getWebRepositoryPluginKey, getWebRepositoryViewer, isGlobal, isMarkedForDeletion
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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 Detail
-
RepositoryDefinitionImpl
public RepositoryDefinitionImpl(PlanRepositoryDefinition delegate)
-
-
Method Detail
-
getPosition
public int getPosition()
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:
-
getOriginalData
public PlanRepositoryDefinition getOriginalData()
- Overrides:
getOriginalDatain classRepositoryDataImpl
-
-