Package com.atlassian.bamboo.commit
Class CommitView
- java.lang.Object
-
- com.atlassian.bamboo.commit.CommitView
-
public class CommitView extends Object
-
-
Constructor Summary
Constructors Constructor Description CommitView(@NotNull UnassociatedCommit commit, @NotNull List<ChainResultsSummary> summaries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull UnassociatedCommit
getCommit()
@NotNull List<ChainResultsSummary>
getSummaries()
-
-
-
Constructor Detail
-
CommitView
public CommitView(@NotNull @NotNull UnassociatedCommit commit, @NotNull @NotNull List<ChainResultsSummary> summaries)
-
-
Method Detail
-
getSummaries
@NotNull public @NotNull List<ChainResultsSummary> getSummaries()
-
getCommit
@NotNull public @NotNull UnassociatedCommit getCommit()
-
-