Uses of Interface
com.atlassian.bamboo.plan.cache.ImmutableChainBranch

Packages that use ImmutableChainBranch
com.atlassian.bamboo.jira.issuelink   
com.atlassian.bamboo.plan.branch   
com.atlassian.bamboo.plan.branch.cache   
com.atlassian.bamboo.plan.cache   
com.atlassian.bamboo.ww2.actions   
 

Uses of ImmutableChainBranch in com.atlassian.bamboo.jira.issuelink
 

Methods in com.atlassian.bamboo.jira.issuelink with parameters of type ImmutableChainBranch
 JiraIssueDetails JiraBranchLinkingService.createRemoteLinkToBranch(ImmutableChainBranch branch, java.lang.String issueKey)
          Creates a remote link from the issue to the branch.
 JiraIssueDetails JiraBranchLinkingServiceImpl.createRemoteLinkToBranch(ImmutableChainBranch branch, java.lang.String issueKey)
           
 java.lang.String JiraBranchLinkingService.findIssueKeyToLink(ImmutableChainBranch branch)
          Looks for an issue key in plan branch name or vcs branch name.
 java.lang.String JiraBranchLinkingServiceImpl.findIssueKeyToLink(ImmutableChainBranch branch)
           
 

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

Subinterfaces of ImmutableChainBranch in com.atlassian.bamboo.plan.branch
 interface ChainBranch
          Represents a branch of a plan.
 

Classes in com.atlassian.bamboo.plan.branch that implement ImmutableChainBranch
 class ChainBranchImpl
           
 

Methods in com.atlassian.bamboo.plan.branch with parameters of type ImmutableChainBranch
 void BranchCommitInformationManager.initialiseCommitInformation(ImmutableChainBranch branch)
          Initialises the commit information if the branch doesn't have a BranchCommitInformation attached to it
 void BranchCommitInformationManagerImpl.initialiseCommitInformation(ImmutableChainBranch branch)
           
 

Uses of ImmutableChainBranch in com.atlassian.bamboo.plan.branch.cache
 

Classes in com.atlassian.bamboo.plan.branch.cache that implement ImmutableChainBranch
 class ImmutableChainBranchImpl
           
 

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

Methods in com.atlassian.bamboo.plan.cache that return types with arguments of type ImmutableChainBranch
 java.util.List<ImmutableChainBranch> CachedPlanManager.getBranchesForChain(PlanIdentifier chain)
          Get all feature branches associated with the given chain
 java.util.List<ImmutableChainBranch> CachedPlanManagerImpl.getBranchesForChain(PlanIdentifier chain)
           
 java.util.List<ImmutableChainBranch> ImmutablePlanCacheService.getBranchesForChain(PlanKey planKey)
          Returns a list of branches for given chain
 java.util.List<ImmutableChainBranch> ImmutablePlanCacheServiceImpl.getBranchesForChain(PlanKey planKey)
           
 

Uses of ImmutableChainBranch in com.atlassian.bamboo.ww2.actions
 

Methods in com.atlassian.bamboo.ww2.actions that return types with arguments of type ImmutableChainBranch
 com.google.common.collect.ImmutableList<ImmutableChainBranch> ChainActionSupport.getChainBranchesByDate()
           
 java.util.List<ImmutableChainBranch> ChainActionSupport.getImmutableChainBranches()
           
 



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