Class WorkflowJobTrend
java.lang.Object
io.jenkins.plugins.agent_build_history.WorkflowJobTrend
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionWorkflowJobTrend(org.jenkinsci.plugins.workflow.job.WorkflowJob job, String statusFilter, String agentFilter, int startBuild, int limit) -
Method Summary
Modifier and TypeMethodDescriptiongetAgentDuration(org.jenkinsci.plugins.workflow.graph.BlockStartNode startNode, org.jenkinsci.plugins.workflow.graph.BlockEndNode endNode) org.jenkinsci.plugins.workflow.job.WorkflowJobgetJob()intintintintintboolean
-
Constructor Details
-
WorkflowJobTrend
-
-
Method Details
-
getJob
@Exported public org.jenkinsci.plugins.workflow.job.WorkflowJob getJob() -
getFullName
-
getStartNewer
public int getStartNewer() -
getStartOlder
public int getStartOlder() -
getOldestBuild
public int getOldestBuild() -
getNewestBuild
public int getNewestBuild() -
getStartBuild
public int getStartBuild() -
isHasMoreRuns
public boolean isHasMoreRuns() -
getResults
@Exported(visibility=999, name="runs") public List<WorkflowJobTrend.WorkflowRunResult> getResults() throws Exception- Throws:
Exception
-
getAgentDuration
public WorkflowJobTrend.AgentDuration getAgentDuration(org.jenkinsci.plugins.workflow.graph.BlockStartNode startNode, org.jenkinsci.plugins.workflow.graph.BlockEndNode endNode)
-