Uses of Class
com.atlassian.bamboo.commit.UnassociatedCommit

Packages that use UnassociatedCommit
com.atlassian.bamboo.commit   
com.atlassian.bamboo.resultsummary   
 

Uses of UnassociatedCommit in com.atlassian.bamboo.commit
 

Methods in com.atlassian.bamboo.commit that return UnassociatedCommit
 UnassociatedCommit CommitView.getCommit()
           
 

Methods in com.atlassian.bamboo.commit that return types with arguments of type UnassociatedCommit
 java.util.List<UnassociatedCommit> CommitHibernateDao.getCommitsForUser(java.lang.String username, int max)
           
 java.util.List<UnassociatedCommit> CommitDao.getCommitsForUser(java.lang.String username, int max)
          Find recent commits for a given user.
 

Constructors in com.atlassian.bamboo.commit with parameters of type UnassociatedCommit
CommitView(UnassociatedCommit commit, java.util.List<ChainResultsSummary> summaries)
           
 

Uses of UnassociatedCommit in com.atlassian.bamboo.resultsummary
 

Methods in com.atlassian.bamboo.resultsummary that return types with arguments of type UnassociatedCommit
 java.util.List<UnassociatedCommit> ResultsSummaryManager.getCommitsForUser(java.lang.String username, int max)
          Retrieve a list of recent Commits for the given user.
 java.util.List<UnassociatedCommit> BuildResultsSummaryManagerImpl.getCommitsForUser(java.lang.String username, int max)
           
 



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