Class WorkflowJobTrend

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

public class WorkflowJobTrend extends Object
  • Constructor Details

    • WorkflowJobTrend

      public WorkflowJobTrend(org.jenkinsci.plugins.workflow.job.WorkflowJob job, String statusFilter, String agentFilter, String startBuildString)
  • Method Details

    • getStartNewer

      public int getStartNewer()
    • getStartOlder

      public int getStartOlder()
    • getOldestBuild

      public int getOldestBuild()
    • getNewestBuild

      public int getNewestBuild()
    • getStartBuild

      public int getStartBuild()
    • run

      public WorkflowJobTrend run()
    • getResults

      public List<WorkflowJobTrend.WorkflowRunResult> getResults() throws Exception
      Throws:
      Exception
    • getDurationString

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