Class JenkinsBuild

java.lang.Object
edu.hm.hafner.echarts.Build
io.jenkins.plugins.analysis.core.charts.JenkinsBuild
All Implemented Interfaces:
Comparable<edu.hm.hafner.echarts.Build>

public class JenkinsBuild extends edu.hm.hafner.echarts.Build
A build that has been executed by a Jenkins Run.
Author:
Ullrich Hafner
  • Constructor Summary

    Constructors
    Constructor
    Description
    JenkinsBuild(Run<?,?> build)
    Creates a new build.
  • Method Summary

    Methods inherited from class edu.hm.hafner.echarts.Build

    compareTo, equals, getBuildTime, getDisplayName, getNumber, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • JenkinsBuild

      public JenkinsBuild(Run<?,?> build)
      Creates a new build.
      Parameters:
      build - the Jenkins build