Package | Description |
---|---|
com.atlassian.bamboo.commit | |
com.atlassian.bamboo.resultsummary |
Modifier and Type | Method and Description |
---|---|
UnassociatedCommit |
CommitView.getCommit() |
Modifier and Type | Method and Description |
---|---|
List<UnassociatedCommit> |
CommitHibernateDao.getCommitsForUser(String username,
int max) |
List<UnassociatedCommit> |
CommitDao.getCommitsForUser(String username,
int max)
Find recent commits for a given user.
|
Constructor and Description |
---|
CommitView(UnassociatedCommit commit,
List<ChainResultsSummary> summaries) |
Modifier and Type | Method and Description |
---|---|
List<UnassociatedCommit> |
BuildResultsSummaryManagerImpl.getCommitsForUser(String username,
int max) |
List<UnassociatedCommit> |
ResultsSummaryManager.getCommitsForUser(String username,
int max)
Retrieve a list of recent Commits for the given user.
|
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.