Class WorkflowJobTrend
java.lang.Object
jenkins.util.ProgressiveRendering
io.jenkins.plugins.agent_build_history.WorkflowJobTrend
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowJobTrend(Iterable<? extends org.jenkinsci.plugins.workflow.job.WorkflowRun> runs, String statusFilter, String agentFilter) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcompute()protected net.sf.json.JSONdata()getDurationString(org.jenkinsci.plugins.workflow.graph.BlockStartNode startNode, org.jenkinsci.plugins.workflow.graph.BlockEndNode endNode) Methods inherited from class jenkins.util.ProgressiveRendering
canceled, executorService, news, progress, start, timeout
-
Constructor Details
-
WorkflowJobTrend
-
-
Method Details
-
compute
- Specified by:
computein classProgressiveRendering- Throws:
Exception
-
data
protected net.sf.json.JSON data()- Specified by:
datain classProgressiveRendering
-
getDurationString
public String getDurationString(org.jenkinsci.plugins.workflow.graph.BlockStartNode startNode, org.jenkinsci.plugins.workflow.graph.BlockEndNode endNode)
-