Uses of Interface
com.atlassian.bamboo.repository.RepositoryDefinition

Packages that use RepositoryDefinition
com.atlassian.bamboo.build   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.branch   
com.atlassian.bamboo.plan.cache   
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.task.repository   
com.atlassian.bamboo.utils   
com.atlassian.bamboo.v2.build   
com.atlassian.bamboo.v2.trigger   
com.atlassian.bamboo.webrepository   
com.atlassian.bamboo.webrepository.fisheye   
com.atlassian.bamboo.ww2.actions.admin.bulk   
com.atlassian.bamboo.ww2.actions.admin.bulk.repository   
com.atlassian.bamboo.ww2.actions.branch   
com.atlassian.bamboo.ww2.actions.build.admin.config.repository   
com.atlassian.bamboo.ww2.actions.chains   
com.atlassian.bamboo.ww2.actions.chains.admin   
 

Uses of RepositoryDefinition in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build that return types with arguments of type RepositoryDefinition
 java.util.List<RepositoryDefinition> BuildObjectForTests.getEffectiveRepositoryDefinitions()
          Deprecated.  
 

Uses of RepositoryDefinition in com.atlassian.bamboo.plan
 

Methods in com.atlassian.bamboo.plan that return RepositoryDefinition
static RepositoryDefinition PlanHelper.getDefaultRepositoryDefinition(ImmutablePlan plan)
           
static RepositoryDefinition PlanHelper.getRepositoryDefinitionForPlanById(Plan plan, long id)
           
 

Methods in com.atlassian.bamboo.plan that return types with arguments of type RepositoryDefinition
 java.util.List<RepositoryDefinition> AbstractChain.getEffectiveRepositoryDefinitions()
           
static java.util.LinkedHashMap<java.lang.Long,RepositoryDefinition> PlanHelper.getRepositoryDefinitionMap(ImmutablePlan plan)
           
static java.util.List<RepositoryDefinition> PlanHelper.getRepositoryDefinitions(ImmutablePlan plan)
           
static java.util.List<RepositoryDefinition> PlanHelper.getRepositoryDefinitionsByType(Plan plan, java.lang.String pluginKey)
           
 

Methods in com.atlassian.bamboo.plan with parameters of type RepositoryDefinition
static boolean PlanHelper.isDefault(RepositoryDefinition repositoryDefinition)
           
 

Uses of RepositoryDefinition in com.atlassian.bamboo.plan.branch
 

Methods in com.atlassian.bamboo.plan.branch that return types with arguments of type RepositoryDefinition
 java.util.List<RepositoryDefinition> ChainBranchImpl.getEffectiveRepositoryDefinitions()
           
static java.util.Map<java.lang.Long,RepositoryDefinition> BranchIntegrationHelper.getRepositoryDefinitionMap(ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlan plan)
           
 

Uses of RepositoryDefinition in com.atlassian.bamboo.plan.cache
 

Methods in com.atlassian.bamboo.plan.cache that return types with arguments of type RepositoryDefinition
 java.util.List<RepositoryDefinition> ImmutableChain.getEffectiveRepositoryDefinitions()
          Return list of repositories available to the chain.
 com.google.common.collect.ImmutableList<RepositoryDefinition> AbstractImmutableChain.getEffectiveRepositoryDefinitions()
           
 

Uses of RepositoryDefinition in com.atlassian.bamboo.plugins.hg
 

Methods in com.atlassian.bamboo.plugins.hg with parameters of type RepositoryDefinition
 java.lang.String HgWebRepositoryViewer.getHtmlForCommitsFull(ResultsSummary resultsSummary, RepositoryChangeset repositoryChangeset, RepositoryDefinition repositoryData)
           
 java.lang.String HgWebRepositoryViewer.getHtmlForCommitsSummary(ResultsSummary resultsSummary, RepositoryChangeset repositoryChangeset, RepositoryDefinition repositoryData)
           
 java.lang.String HgWebRepositoryViewer.getHtmlForCommitsSummary(ResultsSummary resultsSummary, RepositoryChangeset repositoryChangeset, RepositoryDefinition repositoryData, int maxChanges)
           
 

Uses of RepositoryDefinition in com.atlassian.bamboo.repository
 

Classes in com.atlassian.bamboo.repository that implement RepositoryDefinition
 class DecoratedRepositoryDefinition
          Decoration of repository used when displaying on the UI.
 class RepositoryDefinitionForTest
           
 class RepositoryDefinitionImpl
           
 

Methods in com.atlassian.bamboo.repository that return RepositoryDefinition
 RepositoryDefinition RepositoryConfigurationService.attachGlobalRepositoryToPlan(Plan plan, long selectedGlobalRepositoryId, boolean buildTrigger)
          Creates relationship between global repository and a plan
 RepositoryDefinition RepositoryConfigurationServiceImpl.attachGlobalRepositoryToPlan(Plan plan, long selectedGlobalRepositoryId, boolean buildTrigger)
           
 RepositoryDefinition RepositoryConfigurationService.createRepository(Plan plan, java.lang.String repositoryName, java.lang.String pluginKey, java.lang.String webRepositoryKey, org.apache.commons.configuration.HierarchicalConfiguration configuration, boolean buildTrigger)
          Creates new repository and adds it to the plan configuration
 RepositoryDefinition RepositoryConfigurationServiceImpl.createRepository(Plan plan, java.lang.String repositoryName, java.lang.String pluginKey, java.lang.String webRepositoryKey, org.apache.commons.configuration.HierarchicalConfiguration configuration, boolean buildTrigger)
           
 RepositoryDefinition RepositoryConfigurationService.editRepository(Plan plan, java.lang.String repositoryName, java.lang.String selectedRepositoryKey, java.lang.String webRepositoryKey, RepositoryDefinition repositoryDefinition, org.apache.commons.configuration.HierarchicalConfiguration configuration)
          Changes (replaces) repository definition.
 RepositoryDefinition RepositoryConfigurationServiceImpl.editRepository(Plan plan, java.lang.String repositoryName, java.lang.String pluginKey, java.lang.String webRepositoryKey, RepositoryDefinition repositoryDefinition, org.apache.commons.configuration.HierarchicalConfiguration configuration)
          AOP advice cannot handle RepositoryDataEntity type so call to {@link RepositoryDefinitionManager#saveRepositoryDefinition(RepositoryDataEntity) will be unadvised.
 RepositoryDefinition RepositoryConfigurationService.toggleTriggerBuild(PlanKey planKey, long repositoryId)
          Changes flag indicating, if repository is taking part in change detection
 RepositoryDefinition RepositoryConfigurationServiceImpl.toggleTriggerBuild(PlanKey planKey, long repositoryId)
           
 

Methods in com.atlassian.bamboo.repository that return types with arguments of type RepositoryDefinition
 java.util.List<RepositoryDefinition> RepositoryDefinitionManager.getRepositoryDefinitionsForPlan(ImmutablePlan plan)
          Get all repositories attached to a plan ordered by position.
 java.util.List<RepositoryDefinition> RepositoryDefinitionManagerImpl.getRepositoryDefinitionsForPlan(ImmutablePlan plan)
           
static com.google.common.base.Predicate<RepositoryDefinition> RepositoryPredicates.hasRepositoryDefinitionEqualPluginKey(java.lang.String pluginKey)
          Get a predicate that returns true for RepositoryDefinition which has equal plugin key
static com.google.common.base.Function<java.lang.String,Result<RepositoryDefinitionException,RepositoryDefinition>> RepositoryFunctions.idSelectorToRepositoryDefinition(java.util.List<RepositoryDefinition> repositoryDefinitionList, TaskDefinition taskDefinition)
           
static com.google.common.base.Function<java.lang.String,Result<RepositoryDefinitionException,RepositoryDefinition>> RepositoryFunctions.idSelectorToRepositoryDefinition(TaskContext taskContext)
           
static com.google.common.base.Predicate<RepositoryDefinition> RepositoryPredicates.isRepositoryDefinitionDefault()
          Get a predicate that returns true for RepositoryDefinition which is has position == 0 (is default)
 

Methods in com.atlassian.bamboo.repository with parameters of type RepositoryDefinition
 RepositoryDefinition RepositoryConfigurationService.editRepository(Plan plan, java.lang.String repositoryName, java.lang.String selectedRepositoryKey, java.lang.String webRepositoryKey, RepositoryDefinition repositoryDefinition, org.apache.commons.configuration.HierarchicalConfiguration configuration)
          Changes (replaces) repository definition.
 RepositoryDefinition RepositoryConfigurationServiceImpl.editRepository(Plan plan, java.lang.String repositoryName, java.lang.String pluginKey, java.lang.String webRepositoryKey, RepositoryDefinition repositoryDefinition, org.apache.commons.configuration.HierarchicalConfiguration configuration)
          AOP advice cannot handle RepositoryDataEntity type so call to {@link RepositoryDefinitionManager#saveRepositoryDefinition(RepositoryDataEntity) will be unadvised.
 boolean RepositoryConfigurationService.validateRepositoryName(Plan plan, java.lang.String name, RepositoryDefinition repositoryDefinition)
          Checks if provided name for repository is unique in the Plan
 boolean RepositoryConfigurationServiceImpl.validateRepositoryName(Plan plan, java.lang.String name, RepositoryDefinition repositoryDefinition)
           
 

Method parameters in com.atlassian.bamboo.repository with type arguments of type RepositoryDefinition
static com.google.common.base.Function<java.lang.String,Result<RepositoryDefinitionException,RepositoryDefinition>> RepositoryFunctions.idSelectorToRepositoryDefinition(java.util.List<RepositoryDefinition> repositoryDefinitionList, TaskDefinition taskDefinition)
           
 

Constructors in com.atlassian.bamboo.repository with parameters of type RepositoryDefinition
DecoratedRepositoryDefinition(RepositoryDefinition repositoryDefinition)
           
RepositoryDefinitionImpl(RepositoryDefinition repositoryDefinition)
           
 

Uses of RepositoryDefinition in com.atlassian.bamboo.task.repository
 

Methods in com.atlassian.bamboo.task.repository that return RepositoryDefinition
static RepositoryDefinition RepositoryTaskHelper.getRepositoryDefinitionByIdSelector(BuildContext buildContext, TaskDefinition taskDefinition, java.lang.String repositoryIdSelector)
           
static RepositoryDefinition RepositoryTaskHelper.getRepositoryDefinitionByIdSelector(TaskContext taskContext, java.lang.String repositoryIdSelector)
           
 

Methods in com.atlassian.bamboo.task.repository that return types with arguments of type RepositoryDefinition
 java.util.List<RepositoryDefinition> RepositoryAwareTaskConfigurator.getRepositoriesUsedByTask(TaskDefinition taskDefinition, ImmutableJob job)
           
 java.util.List<RepositoryDefinition> AbstractRepositoryAwareTaskConfigurator.getRepositoriesUsedByTask(TaskDefinition taskDefinition, ImmutableJob job)
           
static java.util.List<Result<RepositoryDefinitionException,RepositoryDefinition>> RepositoryTaskHelper.getRepositoriesUsedByTask(TaskDefinition taskDefinition, java.util.List<RepositoryDefinition> repositoryDefinitionList)
           
static java.util.List<RepositoryDefinition> RepositoryTaskHelper.safeGetRepositoriesUsedByTask(TaskDefinition taskDefinition, java.util.List<RepositoryDefinition> repositoryDefinitionList)
          Get list of RepositoryDefinition existing in repositoryDefinitionMap and used by task
 

Method parameters in com.atlassian.bamboo.task.repository with type arguments of type RepositoryDefinition
static java.util.List<Result<RepositoryDefinitionException,RepositoryDefinition>> RepositoryTaskHelper.getRepositoriesUsedByTask(TaskDefinition taskDefinition, java.util.List<RepositoryDefinition> repositoryDefinitionList)
           
static java.util.List<RepositoryDefinition> RepositoryTaskHelper.safeGetRepositoriesUsedByTask(TaskDefinition taskDefinition, java.util.List<RepositoryDefinition> repositoryDefinitionList)
          Get list of RepositoryDefinition existing in repositoryDefinitionMap and used by task
 

Uses of RepositoryDefinition in com.atlassian.bamboo.utils
 

Methods in com.atlassian.bamboo.utils that return types with arguments of type RepositoryDefinition
static com.google.common.base.Predicate<? super RepositoryDefinition> BambooPredicates.buildTrigger()
           
 

Uses of RepositoryDefinition in com.atlassian.bamboo.v2.build
 

Methods in com.atlassian.bamboo.v2.build that return RepositoryDefinition
static RepositoryDefinition BuildContextHelper.getDefaultRepositoryDefinition(BuildContext buildContext)
           
 

Methods in com.atlassian.bamboo.v2.build that return types with arguments of type RepositoryDefinition
 java.util.Map<java.lang.Long,RepositoryDefinition> BuildContext.getRepositoryDefinitionMap()
           
 java.util.Map<java.lang.Long,RepositoryDefinition> BuildContextImpl.getRepositoryDefinitionMap()
           
 java.util.List<RepositoryDefinition> BuildContext.getRepositoryDefinitions()
           
 java.util.List<RepositoryDefinition> BuildContextImpl.getRepositoryDefinitions()
           
 

Method parameters in com.atlassian.bamboo.v2.build with type arguments of type RepositoryDefinition
 void BuildContextImpl.setRelevantRepositories(java.util.Set<RepositoryDefinition> relevantRepositories)
           
 

Constructor parameters in com.atlassian.bamboo.v2.build with type arguments of type RepositoryDefinition
BuildContextImpl(BuildIdentifier identifier, TriggerReason triggerReason, BuildDefinition buildDefinition, BuildChanges buildChanges, BuildContext parentBuildContext, ArtifactContext artifactContext, VariableContext variableContext, java.util.Map<java.lang.String,java.lang.String> customBuildData, java.util.Map<java.lang.Long,RepositoryDefinition> repositoryDefinitionMap, java.util.Set<java.lang.Long> relevantRepositoryIds, java.util.Map<java.lang.Long,java.lang.String> checkoutLocation, boolean isBranch, BambooBandanaContext bandanaContext)
           
BuildContextImpl(ImmutablePlan plan, int buildNumber, TriggerReason triggerReason, BuildDefinition buildDefinition, BuildChanges buildChanges, BuildContext parentBuildContext, ArtifactContext artifactContext, VariableContext variableContext, java.util.Map<java.lang.String,java.lang.String> customBuildData, java.util.Map<java.lang.Long,RepositoryDefinition> repositoryDefinitionMap)
           
 

Uses of RepositoryDefinition in com.atlassian.bamboo.v2.trigger
 

Methods in com.atlassian.bamboo.v2.trigger with parameters of type RepositoryDefinition
 BuildRepositoryChanges ChangeDetectionManager.collectChangesBetween(ImmutableChain chain, RepositoryDefinition repositoryDefinition, PlanVcsRevisionData fromVcsRevisionData, PlanVcsRevisionData toVcsRevisionData)
          Given a RepositoryV2 finds the BuildChanges object that captures all changes that occurred between the fromVcsRevisionKey to toVcsRevisionKey
 BuildRepositoryChanges DefaultChangeDetectionManager.collectChangesBetween(ImmutableChain chain, RepositoryDefinition repositoryDefinition, PlanVcsRevisionData fromVcsRevisionData, PlanVcsRevisionData toVcsRevisionData)
           
 BuildRepositoryChanges ChangeDetectionManager.collectChangesSinceLastBuild(ImmutableChain chain, RepositoryDefinition repositoryDefinition, PlanVcsRevisionData lastVcsRevisionData, java.util.Map<java.lang.String,java.lang.String> customVariableValues)
          Given a RepositoryDefinition finds the BuildRepositoryChanges object that captures all changes that occurred since the lastVcsRevisionKey to the current latest found on the repository.
 BuildRepositoryChanges DefaultChangeDetectionManager.collectChangesSinceLastBuild(ImmutableChain chain, RepositoryDefinition repositoryDefinition, PlanVcsRevisionData lastVcsRevisionData, java.util.Map<java.lang.String,java.lang.String> customVariableValues)
           
 

Uses of RepositoryDefinition in com.atlassian.bamboo.webrepository
 

Methods in com.atlassian.bamboo.webrepository with parameters of type RepositoryDefinition
 java.lang.String WebRepositoryViewer.getHtmlForCommitsFull(ResultsSummary resultsSummary, RepositoryChangeset repositoryChangeset, RepositoryDefinition repositoryData)
          Deprecated. since 4.0 use WebRepositoryViewer.getHtmlForCommitsFull(ResultsSummary, RepositoryChangeset, RepositoryData)
 java.lang.String NoWebRepositoryViewer.getHtmlForCommitsFull(ResultsSummary resultsSummary, RepositoryChangeset repositoryChangeset, RepositoryDefinition repositoryData)
           
 java.lang.String DefaultWebRepositoryViewer.getHtmlForCommitsFull(ResultsSummary resultsSummary, RepositoryChangeset repositoryChangeset, RepositoryDefinition repositoryData)
           
 java.lang.String WebRepositoryViewer.getHtmlForCommitsSummary(ResultsSummary resultsSummary, RepositoryChangeset repositoryChangeset, RepositoryDefinition repositoryDefinition)
          Deprecated. since 3.4 use WebRepositoryViewer.getHtmlForCommitsSummary(ResultsSummary, RepositoryChangeset, RepositoryData, int)
 java.lang.String NoWebRepositoryViewer.getHtmlForCommitsSummary(ResultsSummary resultsSummary, RepositoryChangeset repositoryChangeset, RepositoryDefinition repositoryData)
           
 java.lang.String DefaultWebRepositoryViewer.getHtmlForCommitsSummary(ResultsSummary resultsSummary, RepositoryChangeset repositoryChangeset, RepositoryDefinition repositoryData)
           
 java.lang.String WebRepositoryViewer.getHtmlForCommitsSummary(ResultsSummary resultsSummary, RepositoryChangeset repositoryChangeset, RepositoryDefinition repositoryData, int maxChanges)
          Deprecated. since 4.0 use WebRepositoryViewer.getHtmlForCommitsSummary(ResultsSummary, RepositoryChangeset, RepositoryData, int)
 java.lang.String NoWebRepositoryViewer.getHtmlForCommitsSummary(ResultsSummary resultsSummary, RepositoryChangeset repositoryChangeset, RepositoryDefinition repositoryData, int maxChanges)
           
 java.lang.String DefaultWebRepositoryViewer.getHtmlForCommitsSummary(ResultsSummary resultsSummary, RepositoryChangeset repositoryChangeset, RepositoryDefinition repositoryData, int maxChanges)
           
 java.lang.String DefaultWebRepositoryViewer.getWebRepositoryUrlForDiff(CommitFile file, RepositoryDefinition repositoryDefinition)
           
 java.lang.String DefaultWebRepositoryViewer.getWebRepositoryUrlForFile(CommitFile file, RepositoryDefinition repositoryDefinition)
          Generate the link to a given file in a given repository
 java.lang.String DefaultWebRepositoryViewer.getWebRepositoryUrlForRevision(CommitFile file, RepositoryDefinition repositoryDefinition)
           
 

Uses of RepositoryDefinition in com.atlassian.bamboo.webrepository.fisheye
 

Methods in com.atlassian.bamboo.webrepository.fisheye with parameters of type RepositoryDefinition
 java.lang.String FisheyeWebRepositoryViewer.getHtmlForCommitsFull(ResultsSummary resultsSummary, RepositoryChangeset repositoryChangeset, RepositoryDefinition repositoryData)
           
 java.lang.String FisheyeWebRepositoryViewer.getHtmlForCommitsSummary(ResultsSummary resultsSummary, RepositoryChangeset repositoryChangeset, RepositoryDefinition repositoryData)
           
 java.lang.String FisheyeWebRepositoryViewer.getHtmlForCommitsSummary(ResultsSummary resultsSummary, RepositoryChangeset repositoryChangeset, RepositoryDefinition repositoryData, int maxChanges)
           
 

Uses of RepositoryDefinition in com.atlassian.bamboo.ww2.actions.admin.bulk
 

Methods in com.atlassian.bamboo.ww2.actions.admin.bulk that return types with arguments of type RepositoryDefinition
 java.util.List<RepositoryDefinition> BulkPlanAction.getSelectedRepositoryDefinitions(Plan plan)
           
 

Uses of RepositoryDefinition in com.atlassian.bamboo.ww2.actions.admin.bulk.repository
 

Methods in com.atlassian.bamboo.ww2.actions.admin.bulk.repository that return types with arguments of type RepositoryDefinition
 java.util.List<RepositoryDefinition> UpdateWebUrlBulkAction.getRepositoryDefinitions(Plan plan)
           
 java.util.List<RepositoryDefinition> SvnBulkAction.getRepositoryDefinitions(Plan plan)
           
 java.util.List<RepositoryDefinition> RepositoryAwareBulkAction.getRepositoryDefinitions(Plan plan)
           
 java.util.List<RepositoryDefinition> CvsBulkAction.getRepositoryDefinitions(Plan plan)
           
 

Methods in com.atlassian.bamboo.ww2.actions.admin.bulk.repository with parameters of type RepositoryDefinition
 void RepositoryAwareBulkAction.populateActionParameters(ActionParametersMap actionParameters, Plan plan, RepositoryDefinition repositoryDefinition)
           
 void AbstractRepositoryBulkAction.populateActionParameters(ActionParametersMap actionParameters, Plan plan, RepositoryDefinition repositoryDefinition)
           
 

Uses of RepositoryDefinition in com.atlassian.bamboo.ww2.actions.branch
 

Methods in com.atlassian.bamboo.ww2.actions.branch that return RepositoryDefinition
 RepositoryDefinition EditChainBranchRepository.getRepository()
           
 RepositoryDefinition EditChainBranchRepository.getRepositoryById(long id)
           
 

Uses of RepositoryDefinition in com.atlassian.bamboo.ww2.actions.build.admin.config.repository
 

Fields in com.atlassian.bamboo.ww2.actions.build.admin.config.repository declared as RepositoryDefinition
protected  RepositoryDefinition ConfigureRepository.repositoryDefinition
           
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.config.repository that return RepositoryDefinition
 RepositoryDefinition ConfigureRepository.getRepositoryById(long id)
           
 RepositoryDefinition ConfigureRepository.getRepositoryDefinition()
           
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.config.repository that return types with arguments of type RepositoryDefinition
 java.util.List<RepositoryDefinition> ConfigureBuildRepository.getRepositoryDefinitions()
           
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.config.repository with parameters of type RepositoryDefinition
 void ConfigureRepository.setRepositoryDefinition(RepositoryDefinition repositoryDefinition)
           
 

Uses of RepositoryDefinition in com.atlassian.bamboo.ww2.actions.chains
 

Methods in com.atlassian.bamboo.ww2.actions.chains that return types with arguments of type RepositoryDefinition
 java.util.List<RepositoryDefinition> EditChainDetails.getRepositoryDefinitions()
           
 

Uses of RepositoryDefinition in com.atlassian.bamboo.ww2.actions.chains.admin
 

Methods in com.atlassian.bamboo.ww2.actions.chains.admin that return types with arguments of type RepositoryDefinition
 java.util.List<RepositoryDefinition> ViewChainConfiguration.getRepositoryDefinitions()
           
 java.util.List<RepositoryDefinition> ViewPlanConfiguration.getRepositoryDefinitions(java.lang.String[] selectedRepositories)
           
 java.util.List<RepositoryDefinition> ViewPlanConfiguration.getRepositoryDefinitions(java.lang.String pluginKey, java.lang.String[] selectedRepositories)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.