Uses of Interface
com.atlassian.bamboo.commit.CommitContext

Packages that use CommitContext
com.atlassian.bamboo.commit   
com.atlassian.bamboo.deployments.versions.persistence.commits   
com.atlassian.bamboo.notification.recipients   
com.atlassian.bamboo.plan.branch   
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.repository.cvsimpl   
com.atlassian.bamboo.repository.svn   
com.atlassian.bamboo.v2.build   
 

Uses of CommitContext in com.atlassian.bamboo.commit
 

Subinterfaces of CommitContext in com.atlassian.bamboo.commit
 interface Commit
          Interface that represents a single commit set.
 

Classes in com.atlassian.bamboo.commit that implement CommitContext
 class CommitContextImpl
           
 class CommitImpl
           
 

Methods in com.atlassian.bamboo.commit that return types with arguments of type CommitContext
static com.google.common.base.Function<CommitContext,CommitContext> CommitFunctions.cloneCommit()
           
static com.google.common.base.Function<CommitContext,CommitContext> CommitFunctions.cloneCommit()
           
static com.google.common.collect.Ordering<CommitContext> CommitFunctions.getCommitDateOrdering()
           
 

Uses of CommitContext in com.atlassian.bamboo.deployments.versions.persistence.commits
 

Methods in com.atlassian.bamboo.deployments.versions.persistence.commits with parameters of type CommitContext
 MutableDeploymentVersionVcsCommit MutableDeploymentVersionVcsChangesetImpl.BuildCommit2DeploymentCommit.apply(CommitContext commit)
           
 

Uses of CommitContext in com.atlassian.bamboo.notification.recipients
 

Method parameters in com.atlassian.bamboo.notification.recipients with type arguments of type CommitContext
 void CommitterRecipient.setCommits(java.util.Set<? extends CommitContext> commits)
           
 

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

Methods in com.atlassian.bamboo.plan.branch with parameters of type 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.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)
           
 

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

Methods in com.atlassian.bamboo.plugins.hg that return CommitContext
 CommitContext HgRepository.getFirstCommit()
           
 CommitContext BitbucketRepository.getFirstCommit()
           
 CommitContext HgRepositoryAccessImpl.getFirstCommit(java.io.File cacheDirectory)
           
 CommitContext HgRepositoryAccess.getFirstCommit(java.io.File cacheDirectory)
           
 CommitContext HgRepository.getLastCommit()
           
 CommitContext BitbucketRepository.getLastCommit()
           
 CommitContext HgRepositoryAccessImpl.getLastCommit(java.io.File cacheDirectory)
           
 CommitContext HgRepositoryAccess.getLastCommit(java.io.File cacheDirectory)
           
 

Uses of CommitContext in com.atlassian.bamboo.repository
 

Methods in com.atlassian.bamboo.repository that return CommitContext
 CommitContext BranchDetectionCapableRepository.getFirstCommit()
          Retrieve the commit that created the Branch.
 CommitContext BranchDetectionCapableRepository.getLastCommit()
          Retrieve last commit on the branch set on this Repository.
 

Uses of CommitContext in com.atlassian.bamboo.repository.cvsimpl
 

Method parameters in com.atlassian.bamboo.repository.cvsimpl with type arguments of type CommitContext
 java.util.Date CvsRepositoryManager.findLatestDateFromCommits(java.util.List<? extends CommitContext> commits)
          Loops through all the commits and returns the latest date.
 

Uses of CommitContext in com.atlassian.bamboo.repository.svn
 

Methods in com.atlassian.bamboo.repository.svn that return CommitContext
 CommitContext SvnRepository.getFirstCommit()
           
 CommitContext SvnRepository.getLastCommit()
           
 

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

Methods in com.atlassian.bamboo.v2.build that return types with arguments of type CommitContext
 java.util.List<CommitContext> BuildRepositoryChanges.getChanges()
          List of Commit objects that triggered off this particular build.
 java.util.List<CommitContext> BuildChanges.getChanges()
          Get changes from all repositories
 java.util.List<CommitContext> BuildRepositoryChangesImpl.getChanges()
           
 com.google.common.collect.ImmutableList<CommitContext> BuildChangesImpl.getChanges()
           
 java.util.List<CommitContext> BuildChanges.getChanges(long repositoryId)
          List of Commit objects that triggered off this particular build.
 java.util.List<CommitContext> BuildChangesImpl.getChanges(long repositoryId)
           
 

Method parameters in com.atlassian.bamboo.v2.build with type arguments of type CommitContext
 void BuildRepositoryChanges.setChanges(java.util.List<CommitContext> changes)
           
 void BuildRepositoryChangesImpl.setChanges(java.util.List<CommitContext> changes)
           
 void BuildChanges.setChanges(long repositoryId, java.util.List<CommitContext> changes)
           
 void BuildChangesImpl.setChanges(long repositoryId, java.util.List<CommitContext> changes)
           
 

Constructor parameters in com.atlassian.bamboo.v2.build with type arguments of type CommitContext
BuildRepositoryChangesImpl(long repositoryId, java.lang.String vcsRevisionKey, java.util.List<? extends CommitContext> changes)
           
BuildRepositoryChangesImpl(java.lang.String vcsRevisionKey, java.util.List<? extends CommitContext> changes)
           
 



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