Uses of Class
com.atlassian.bamboo.commit.UnassociatedCommit
Packages that use UnassociatedCommit
-
Uses of UnassociatedCommit in com.atlassian.bamboo.commit
Methods in com.atlassian.bamboo.commit that return UnassociatedCommitMethods in com.atlassian.bamboo.commit that return types with arguments of type UnassociatedCommitModifier 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) Constructors in com.atlassian.bamboo.commit with parameters of type UnassociatedCommitModifierConstructorDescriptionCommitView(@NotNull UnassociatedCommit commit, @NotNull List<ChainResultsSummary> summaries) -
Uses of UnassociatedCommit in com.atlassian.bamboo.resultsummary
Methods in com.atlassian.bamboo.resultsummary that return types with arguments of type UnassociatedCommitModifier 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.