com.atlassian.bamboo.repository
Interface RepositoryDefinition

All Superinterfaces:
BambooIdProvider, DescriptionProvider, InternalRepositoryData, NameProvider, RepositoryData, java.io.Serializable
All Known Implementing Classes:
DecoratedRepositoryDefinition, RepositoryDefinitionForTest, RepositoryDefinitionImpl

@Immutable
@ThreadSafe
public interface RepositoryDefinition
extends RepositoryData


Method Summary
 int getPosition()
          Position of repository in the list of repositories defined for Plan.
 
Methods inherited from interface com.atlassian.bamboo.repository.RepositoryData
getConfiguration, getPluginKey, getRepository, getWebRepositoryPluginKey, getWebRepositoryViewer, getXmlData, isGlobal, isMarkedForDeletion
 
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.repository.InternalRepositoryData
getNewRepositoryInstance
 

Method Detail

getPosition

int getPosition()
Position of repository in the list of repositories defined for Plan. Default repository is always on the position 0.

Returns:


Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.