Uses of Class
com.atlassian.bamboo.commit.UnassociatedCommit
-
Uses of UnassociatedCommit in com.atlassian.bamboo.commit
Modifier and TypeMethodDescription@NotNull List<UnassociatedCommit>
CommitDao.getCommitsForUser
(@NotNull String username, int max) Find recent commits for a given user.@NotNull List<UnassociatedCommit>
CommitHibernateDao.getCommitsForUser
(@NotNull String username, int max) ModifierConstructorDescriptionCommitView
(@NotNull UnassociatedCommit commit, @NotNull List<ChainResultsSummary> summaries) -
Uses of UnassociatedCommit in com.atlassian.bamboo.resultsummary
Modifier and TypeMethodDescription@NotNull List<UnassociatedCommit>
BuildResultsSummaryManagerImpl.getCommitsForUser
(@NotNull String username, int max) @NotNull List<UnassociatedCommit>
ResultsSummaryManager.getCommitsForUser
(@NotNull String username, int max) Retrieve a list of recent Commits for the given user.