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, 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, Class<E> clazz)
           
 

Methods in com.atlassian.bamboo.plan.branch that return BranchCommitInformation
 BranchCommitInformation ChainBranchImpl.getCommitInformation()
           
 BranchCommitInformation BranchCommitInformationManagerImpl.updateCreatingCommitInformation(BranchCommitInformation source, CommitContext commitContext)
           
 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.updateLatestCommitInformation(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.
 

Methods in com.atlassian.bamboo.plan.branch with parameters of type BranchCommitInformation
protected  void BranchCommitInformationImpl.copyOf(BranchCommitInformation other)
           
 void BranchCommitInformationManagerImpl.save(BranchCommitInformation branchCommitInformation)
           
 void BranchCommitInformationManager.save(BranchCommitInformation branchCommitInformation)
          Saves BranchCommitInformation
 void ChainBranchImpl.setCommitInformation(BranchCommitInformation commitInformation)
           
 void ChainBranch.setCommitInformation(BranchCommitInformation commitInformation)
           
 BranchCommitInformation BranchCommitInformationManagerImpl.updateCreatingCommitInformation(BranchCommitInformation source, CommitContext commitContext)
           
 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.updateLatestCommitInformation(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.
 

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()
           
 

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

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



Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.