Uses of Class
com.atlassian.bamboo.commit.UnassociatedCommit
-
Packages that use UnassociatedCommit Package Description 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 Modifier and Type Method Description @NotNull UnassociatedCommit
CommitView. getCommit()
Methods in com.atlassian.bamboo.commit that return types with arguments of type UnassociatedCommit Modifier and Type Method Description @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 UnassociatedCommit Constructor Description CommitView(@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 UnassociatedCommit Modifier and Type Method Description @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.
-