com.atlassian.bamboo.commit
Class CommitView

java.lang.Object
  extended by com.atlassian.bamboo.commit.CommitView

public class CommitView
extends java.lang.Object


Constructor Summary
CommitView(UnassociatedCommit commit, java.util.List<ResultWithPlanInfo<ChainResultsSummary>> summaries)
           
 
Method Summary
 UnassociatedCommit getCommit()
           
 java.util.List<ResultWithPlanInfo<ChainResultsSummary>> getSummaries()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommitView

public CommitView(@NotNull
                  UnassociatedCommit commit,
                  @NotNull
                  java.util.List<ResultWithPlanInfo<ChainResultsSummary>> summaries)
Method Detail

getSummaries

@NotNull
public java.util.List<ResultWithPlanInfo<ChainResultsSummary>> getSummaries()

getCommit

@NotNull
public UnassociatedCommit getCommit()


Copyright © 2012 Atlassian. All Rights Reserved.