com.atlassian.bamboo.repository
Interface RepositoryDefinition

All Superinterfaces:
BambooIdProvider, DescriptionProvider, 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.
 boolean isBuildTrigger()
          Marks repositories used as build trigger as opposed to only being sources for changesets
 
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
 

Method Detail

isBuildTrigger

boolean isBuildTrigger()
Marks repositories used as build trigger as opposed to only being sources for changesets


getPosition

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

Returns:


Copyright © 2012 Atlassian. All Rights Reserved.