Class RunSummaryModel


public class RunSummaryModel extends SerializableEntity
An abstracted reference to some other resource. This class is used to provide the build data contracts with a uniform way to reference other resources in a way that provides easy traversal through links.
  • Constructor Details

    • RunSummaryModel

      public RunSummaryModel()
  • Method Details

    • getDuration

      public Integer getDuration()
    • setDuration

      public void setDuration(Integer duration)
    • getResultCount

      public Integer getResultCount()
    • setResultCount

      public void setResultCount(Integer resultCount)
    • getTestOutcome

      public TestOutcome getTestOutcome()
    • setTestOutcome

      public void setTestOutcome(TestOutcome testOutcome)