java.lang.Object
io.jenkins.plugins.pipelineoverview.stats.StatValue
All Implemented Interfaces:
Serializable

public final class StatValue extends Object implements Serializable
See Also:
  • Method Details

    • numeric

      public static StatValue numeric(double value, long fetchedAt)
    • text

      public static StatValue text(String value, long fetchedAt)
    • isNumeric

      public boolean isNumeric()
    • getNumeric

      public Double getNumeric()
    • getFetchedAt

      public long getFetchedAt()
    • getDisplay

      public String getDisplay()