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

Packages that use Commit
com.atlassian.bamboo.author   
com.atlassian.bamboo.commit   
com.atlassian.bamboo.notification.recipients   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.repository.cvsimpl   
com.atlassian.bamboo.repository.perforce   
com.atlassian.bamboo.repository.svn   
com.atlassian.bamboo.results   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.v2.build   
 

Uses of Commit in com.atlassian.bamboo.author
 

Methods in com.atlassian.bamboo.author with parameters of type Commit
 ExtendedAuthor ExtendedAuthorManager.generateOrRetrieveAuthorFromCommit(Commit commit, java.lang.String authorName)
          Either retrieves an existing author (if exists) or creates a new one (if author does not exist) for a given commit
 ExtendedAuthor HibernateAuthorManagerImpl.generateOrRetrieveAuthorFromCommit(Commit commit, java.lang.String authorName)
           
 

Uses of Commit in com.atlassian.bamboo.commit
 

Classes in com.atlassian.bamboo.commit that implement Commit
 class CommitImpl
           
 

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

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

Uses of Commit in com.atlassian.bamboo.repository
 

Methods in com.atlassian.bamboo.repository with parameters of type Commit
 java.lang.String WebRepositoryEnabledRepository.getWebRepositoryUrlForCommit(Commit commit)
          Possibly return a URL for a given commit
 java.lang.String AbstractRepository.getWebRepositoryUrlForCommit(Commit commit)
           
 java.lang.String ViewCvsFileLinkGenerator.getWebRepositoryUrlForCommit(Commit commit, java.lang.String repositoryName, java.lang.String repositoryType)
           
 

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

Methods in com.atlassian.bamboo.repository.cvsimpl that return types with arguments of type Commit
 java.util.List<Commit> CvsChangeLogListener.getCommits()
           
 java.util.List<Commit> CvsRepositoryManager.getCommitsSince(java.util.Date lastUpdate, java.lang.String clientPath, BuildLogger buildLogger, CVSRepository cvsRepository)
           
 

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

Uses of Commit in com.atlassian.bamboo.repository.perforce
 

Methods in com.atlassian.bamboo.repository.perforce that return types with arguments of type Commit
 java.util.List<Commit> PerforceManager.getChangeLogEntries(com.tek42.perforce.Depot perforceDepot, java.util.List<java.lang.Integer> changeNumbers)
          Retrieves a list of Bamboo Commit Files based on list of change numbers
 

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

Methods in com.atlassian.bamboo.repository.svn with parameters of type Commit
 java.lang.String SvnRepository.getWebRepositoryUrlForCommit(Commit commit)
           
 

Uses of Commit in com.atlassian.bamboo.results
 

Methods in com.atlassian.bamboo.results that return types with arguments of type Commit
 java.util.Set<Commit> BuildResultsImpl.getCommits()
           
 java.util.Set<Commit> BuildResults.getCommits()
           
 

Constructor parameters in com.atlassian.bamboo.results with type arguments of type Commit
BuildResultsImpl(java.lang.String buildKey, BuildState state, java.util.List<java.lang.String> buildErrors, java.util.Collection<Commit> commits, ReasonForBuild reasonForBuild, java.util.Map<java.lang.String,Artifact> artifacts)
          Create the build results
 

Uses of Commit in com.atlassian.bamboo.resultsummary
 

Methods in com.atlassian.bamboo.resultsummary that return Commit
 Commit BuildResultsSummaryManagerImpl.generateCommitFromChangeLogs(Commit changeLogEntry, BuildResultsSummary resultsSummary)
           
 

Methods in com.atlassian.bamboo.resultsummary that return types with arguments of type Commit
 java.util.Set<Commit> BuildResultsSummaryForTesting.getCommits()
           
 java.util.Set<Commit> ExtendedBuildResultsSummary.getCommits()
           
 java.util.Set<Commit> BuildResultsSummaryImpl.getCommits()
           
 

Methods in com.atlassian.bamboo.resultsummary with parameters of type Commit
 Commit BuildResultsSummaryManagerImpl.generateCommitFromChangeLogs(Commit changeLogEntry, BuildResultsSummary resultsSummary)
           
 

Method parameters in com.atlassian.bamboo.resultsummary with type arguments of type Commit
 void BuildResultsSummaryForTesting.setCommits(java.util.Set<Commit> commits)
           
 void BuildResultsSummaryImpl.setCommits(java.util.Set<Commit> commits)
           
 

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

Methods in com.atlassian.bamboo.v2.build that return types with arguments of type Commit
 java.util.List<Commit> BuildChanges.getChanges()
          List of Commit objects that triggered off this particular build.
 java.util.List<Commit> BuildChangesImpl.getChanges()
           
 

Method parameters in com.atlassian.bamboo.v2.build with type arguments of type Commit
 void BuildChanges.setChanges(java.util.List<Commit> changes)
           
 void BuildChangesImpl.setChanges(java.util.List<Commit> changes)
           
 

Constructor parameters in com.atlassian.bamboo.v2.build with type arguments of type Commit
BuildChangesImpl(java.lang.String vcsRevisionKey, java.util.List<Commit> changes)
           
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.