Uses of Class
org.jenkinsci.plugins.workflow.job.WorkflowRun
Package
Description
-
Uses of WorkflowRun in org.jenkinsci.plugins.workflow.job
Modifier and TypeMethodDescriptionDeprecated.WorkflowJob.getBuildByNumber
(int n) WorkflowJob.getFirstBuild()
WorkflowJob.getLastBuild()
WorkflowJob.getNearestBuild
(int n) WorkflowJob.getNearestOldBuild
(int n) WorkflowRun.getNextBuild()
WorkflowRun.getPreviousBuild()
Modifier and TypeMethodDescriptionprotected RunMap<WorkflowRun>
WorkflowJob._getRuns()
protected BuildReference<WorkflowRun>
WorkflowRun.createReference()
protected List<WorkflowRun>
WorkflowJob.getEstimatedDurationCandidates()
WorkflowJob.getLazyBuildMixIn()
WorkflowRun.getRunMixIn()
WorkflowJob.scheduleBuild2
(int quietPeriod, Action... actions) -
Uses of WorkflowRun in org.jenkinsci.plugins.workflow.job.console
Modifier and TypeMethodDescriptionNewNodeConsoleNote.annotate
(WorkflowRun context, MarkupText text, int charPos) static StringBuilder
NewNodeConsoleNote.startTagFor
(WorkflowRun context, String id, String start, String enclosing) -
Uses of WorkflowRun in org.jenkinsci.plugins.workflow.job.views
Modifier and TypeFieldDescriptionfinal WorkflowRun
FlowGraphAction.run
final WorkflowRun
FlowGraphTableAction.run
final WorkflowRun
GraphVizAction.run
Modifier and TypeMethodDescriptionFlowGraphAction.Factory.type()
FlowGraphTableAction.Factory.type()
GraphVizAction.Factory.type()
Modifier and TypeMethodDescriptionCollection<? extends Action>
FlowGraphAction.Factory.createFor
(WorkflowRun run) Collection<? extends Action>
FlowGraphTableAction.Factory.createFor
(WorkflowRun run) Collection<? extends Action>
GraphVizAction.Factory.createFor
(WorkflowRun run)