Class WorkflowJobTrend

java.lang.Object
jenkins.util.ProgressiveRendering
io.jenkins.plugins.agent_build_history.WorkflowJobTrend

public class WorkflowJobTrend extends ProgressiveRendering
  • Constructor Details

    • WorkflowJobTrend

      public WorkflowJobTrend(Iterable<? extends org.jenkinsci.plugins.workflow.job.WorkflowRun> runs, String statusFilter, String agentFilter)
  • Method Details

    • compute

      protected void compute() throws Exception
      Specified by:
      compute in class ProgressiveRendering
      Throws:
      Exception
    • data

      protected net.sf.json.JSON data()
      Specified by:
      data in class ProgressiveRendering
    • getDurationString

      public String getDurationString(org.jenkinsci.plugins.workflow.graph.BlockStartNode startNode, org.jenkinsci.plugins.workflow.graph.BlockEndNode endNode)