Uses of Interface
com.atlassian.bamboo.plan.branch.BranchCommitInformation

Packages that use BranchCommitInformation
com.atlassian.bamboo.build.branch   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.branch   
com.atlassian.bamboo.plan.branch.cache   
com.atlassian.bamboo.plan.cache   
 

Uses of BranchCommitInformation in com.atlassian.bamboo.build.branch
 

Methods in com.atlassian.bamboo.build.branch with type parameters of type BranchCommitInformation
<E extends BranchCommitInformation>
E
BranchCommitInformationHibernateDao.findByChainBranchId(long chainBranchId, java.lang.Class<E> clazz)
           
 

Uses of BranchCommitInformation in com.atlassian.bamboo.plan
 

Methods in com.atlassian.bamboo.plan with parameters of type BranchCommitInformation
 void PlanConfigurationAspect.resetImmutablePlanCacheService(BranchCommitInformation branchCommitInformation)
           
 

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

Classes in com.atlassian.bamboo.plan.branch that implement BranchCommitInformation
 class BranchCommitInformationImpl
           
 

Methods in com.atlassian.bamboo.plan.branch with type parameters of type BranchCommitInformation
<E extends BranchCommitInformation>
E
BranchCommitInformationDao.findByChainBranchId(long chainBranchId, java.lang.Class<E> clazz)
           
 

Methods in com.atlassian.bamboo.plan.branch that return BranchCommitInformation
 BranchCommitInformation ChainBranchImpl.getCommitInformation()
           
 BranchCommitInformation BranchCommitInformationManager.updateCreatingCommitInformation(BranchCommitInformation source, CommitContext commitContext)
          Creates new BranchCommitInformation copying the information from the source and then updating creating commit with provided CommitContext.
 BranchCommitInformation BranchCommitInformationManagerImpl.updateCreatingCommitInformation(BranchCommitInformation source, CommitContext commitContext)
           
 BranchCommitInformation BranchCommitInformationManager.updateLatestCommitInformation(BranchCommitInformation source, CommitContext commitContext)
          Creates new BranchCommitInformation copying the information from the source and then updating latest commit with provided CommitContext.
 BranchCommitInformation BranchCommitInformationManagerImpl.updateLatestCommitInformation(BranchCommitInformation source, CommitContext commitContext)
           
 

Methods in com.atlassian.bamboo.plan.branch with parameters of type BranchCommitInformation
protected  void BranchCommitInformationImpl.copyOf(BranchCommitInformation other)
           
 void BranchCommitInformationManager.save(BranchCommitInformation branchCommitInformation)
          Saves BranchCommitInformation
 void BranchCommitInformationManagerImpl.save(BranchCommitInformation branchCommitInformation)
           
 void ChainBranch.setCommitInformation(BranchCommitInformation commitInformation)
           
 void ChainBranchImpl.setCommitInformation(BranchCommitInformation commitInformation)
           
 BranchCommitInformation BranchCommitInformationManager.updateCreatingCommitInformation(BranchCommitInformation source, CommitContext commitContext)
          Creates new BranchCommitInformation copying the information from the source and then updating creating commit with provided CommitContext.
 BranchCommitInformation BranchCommitInformationManagerImpl.updateCreatingCommitInformation(BranchCommitInformation source, CommitContext commitContext)
           
 BranchCommitInformation BranchCommitInformationManager.updateLatestCommitInformation(BranchCommitInformation source, CommitContext commitContext)
          Creates new BranchCommitInformation copying the information from the source and then updating latest commit with provided CommitContext.
 BranchCommitInformation BranchCommitInformationManagerImpl.updateLatestCommitInformation(BranchCommitInformation source, CommitContext commitContext)
           
 

Constructors in com.atlassian.bamboo.plan.branch with parameters of type BranchCommitInformation
BranchCommitInformationImpl(BranchCommitInformation other)
           
 

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

Methods in com.atlassian.bamboo.plan.branch.cache that return BranchCommitInformation
 BranchCommitInformation ImmutableChainBranchImpl.getCommitInformation()
           
 

Methods in com.atlassian.bamboo.plan.branch.cache with parameters of type BranchCommitInformation
 void ImmutableChainBranchImpl.setCommitInformation(BranchCommitInformation commitInformation)
           
 

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

Methods in com.atlassian.bamboo.plan.cache that return BranchCommitInformation
 BranchCommitInformation ImmutableChainBranch.getCommitInformation()
           
 



Copyright © 2012 Atlassian. All Rights Reserved.