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

Packages that use Commit
com.atlassian.bamboo.builder   
com.atlassian.bamboo.commit   
com.atlassian.bamboo.migration.stream   
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.plugins.rest.model.build.change   
com.atlassian.bamboo.repository.cvsimpl   
com.atlassian.bamboo.repository.perforce   
com.atlassian.bamboo.results   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.resultsummary.vcs   
com.atlassian.bamboo.v2.build.trigger   
com.atlassian.bamboo.webrepository   
com.atlassian.bamboo.webrepository.fisheye   
 

Uses of Commit in com.atlassian.bamboo.builder
 

Method parameters in com.atlassian.bamboo.builder with type arguments of type Commit
static BuildResults BuildResultsTestFactory.createWithChangeList(java.util.List<Commit> expectedChangeList)
           
 

Uses of Commit in com.atlassian.bamboo.commit
 

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

Methods in com.atlassian.bamboo.commit that return types with arguments of type Commit
 java.util.List<Commit> CommitHibernateDao.getCommitsForResult(ResultsSummary resultsSummary)
           
 java.util.Set<Commit> CommitManager.getCommitsForResult(ResultsSummary resultsSummary)
           
 java.util.List<Commit> CommitDao.getCommitsForResult(ResultsSummary resultsSummary)
           
 java.util.Set<Commit> CommitManagerImpl.getCommitsForResult(ResultsSummary resultsSummary)
           
 

Method parameters in com.atlassian.bamboo.commit with type arguments of type Commit
 long CommitHibernateDao.scrollCommitsForExport(com.google.common.base.Function<Commit,java.lang.Void> function)
           
 long CommitDao.scrollCommitsForExport(com.google.common.base.Function<Commit,java.lang.Void> function)
          Scroll through and execute function for each of Commit Objects passed to function are not fully initialized.
 

Uses of Commit in com.atlassian.bamboo.migration.stream
 

Methods in com.atlassian.bamboo.migration.stream that return Commit
protected  Commit CommitMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
           
 

Methods in com.atlassian.bamboo.migration.stream with parameters of type Commit
 void CommitRootMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor, java.util.List<Commit> list, Commit object, long objectIndex, net.sf.hibernate.Session session)
           
protected  void CommitRootMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement, Commit commit, net.sf.hibernate.Session session, ExportDetailsBean exportDetailsBean)
           
protected  void CommitMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement, Commit commit, net.sf.hibernate.Session session, ExportDetailsBean exportDetailsBean)
           
protected  void CommitRootMapper.importProperties(Commit commit, org.codehaus.staxmate.in.SMInputCursor inputCursor, net.sf.hibernate.Session session)
           
protected  void CommitMapper.importProperties(Commit commit, org.codehaus.staxmate.in.SMInputCursor inputCursor, net.sf.hibernate.Session session)
           
 

Method parameters in com.atlassian.bamboo.migration.stream with type arguments of type Commit
 void CommitRootMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor, java.util.List<Commit> list, Commit object, long objectIndex, net.sf.hibernate.Session session)
           
 

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

Methods in com.atlassian.bamboo.plugins.hg that return types with arguments of type Commit
 java.util.Map<Commit,java.lang.String> HgWebRepositoryViewer.getWebRepositoryUrlForCommits(java.util.Collection<Commit> commits, RepositoryData repositoryData)
          Used in defaultCommitSummaryView.ftl
 

Methods in com.atlassian.bamboo.plugins.hg with parameters of type Commit
 java.lang.String HgWebRepositoryViewer.getWebRepositoryUrlForCommit(Commit commit, RepositoryData repositoryData)
           
 

Method parameters in com.atlassian.bamboo.plugins.hg with type arguments of type Commit
 java.util.Map<Commit,java.lang.String> HgWebRepositoryViewer.getWebRepositoryUrlForCommits(java.util.Collection<Commit> commits, RepositoryData repositoryData)
          Used in defaultCommitSummaryView.ftl
 

Uses of Commit in com.atlassian.bamboo.plugins.rest.model.build.change
 

Methods in com.atlassian.bamboo.plugins.rest.model.build.change that return types with arguments of type Commit
static com.google.common.base.Function<Commit,RestChange> RestChange.createFromCommitFunction()
           
 

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)
           
 

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 including Commit Files based on list of change numbers
 

Uses of Commit in com.atlassian.bamboo.results
 

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)
          Deprecated. Create the build results
 

Uses of Commit in com.atlassian.bamboo.resultsummary
 

Methods in com.atlassian.bamboo.resultsummary that return types with arguments of type Commit
 com.google.common.collect.ImmutableList<Commit> BuildResultsSummaryForTesting.getCommits()
           
 com.google.common.collect.ImmutableList<Commit> ResultsSummary.getCommits()
          List of commits associated with the build represented by this summary
 com.google.common.collect.ImmutableList<Commit> BaseResultSummary.getCommits()
           
 

Uses of Commit in com.atlassian.bamboo.resultsummary.vcs
 

Methods in com.atlassian.bamboo.resultsummary.vcs that return types with arguments of type Commit
 java.util.Set<Commit> RepositoryChangeset.getCommits()
           
 java.util.Set<Commit> RepositoryChangesetImpl.getCommits()
           
 

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

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

Method parameters in com.atlassian.bamboo.v2.build.trigger with type arguments of type Commit
 java.util.Set<Author> CodeChangedTriggerReasonRenderer.getUniqueAuthors(java.lang.Iterable<Commit> commits)
           
 

Uses of Commit in com.atlassian.bamboo.webrepository
 

Methods in com.atlassian.bamboo.webrepository that return types with arguments of type Commit
 java.util.Map<Commit,java.lang.String> DefaultWebRepositoryViewer.getWebRepositoryUrlForCommits(java.util.Collection<Commit> commits, RepositoryData repositoryDefinition)
           
 

Methods in com.atlassian.bamboo.webrepository with parameters of type Commit
 java.lang.String CommitUrlProvider.getWebRepositoryUrlForCommit(Commit commit, RepositoryData repositoryData)
          Provide the url to link to the given commit in the web repository
 java.lang.String DefaultWebRepositoryViewer.getWebRepositoryUrlForCommit(Commit commit, RepositoryData repositoryDefinition)
           
 

Method parameters in com.atlassian.bamboo.webrepository with type arguments of type Commit
 java.util.Map<Commit,java.lang.String> DefaultWebRepositoryViewer.getWebRepositoryUrlForCommits(java.util.Collection<Commit> commits, RepositoryData repositoryDefinition)
           
 

Uses of Commit in com.atlassian.bamboo.webrepository.fisheye
 

Methods in com.atlassian.bamboo.webrepository.fisheye that return types with arguments of type Commit
 java.util.Map<Commit,java.lang.String> FisheyeWebRepositoryViewer.getWebRepositoryUrlForCommits(java.util.Collection<Commit> commits, RepositoryData repositoryData)
           
 

Methods in com.atlassian.bamboo.webrepository.fisheye with parameters of type Commit
 java.lang.String FisheyeWebRepositoryViewer.getWebRepositoryUrlForCommit(Commit commit, RepositoryData repositoryData)
           
 

Method parameters in com.atlassian.bamboo.webrepository.fisheye with type arguments of type Commit
 java.util.Map<Commit,java.lang.String> FisheyeWebRepositoryViewer.getWebRepositoryUrlForCommits(java.util.Collection<Commit> commits, RepositoryData repositoryData)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.