Uses of Class
org.jenkinsci.plugins.workflow.job.WorkflowRun
Packages that use WorkflowRun
Package
Description
-
Uses of WorkflowRun in org.jenkinsci.plugins.workflow.job
Methods in org.jenkinsci.plugins.workflow.job that return WorkflowRunModifier and TypeMethodDescriptionDeprecated.WorkflowJob.getBuildByNumber
(int n) WorkflowJob.getFirstBuild()
WorkflowJob.getLastBuild()
WorkflowJob.getNearestBuild
(int n) WorkflowJob.getNearestOldBuild
(int n) WorkflowRun.getNextBuild()
WorkflowRun.getPreviousBuild()
Methods in org.jenkinsci.plugins.workflow.job that return types with arguments of type WorkflowRunModifier 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) Methods in org.jenkinsci.plugins.workflow.job with parameters of type WorkflowRun -
Uses of WorkflowRun in org.jenkinsci.plugins.workflow.job.console
Methods in org.jenkinsci.plugins.workflow.job.console with parameters of type WorkflowRunModifier 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
Fields in org.jenkinsci.plugins.workflow.job.views declared as WorkflowRunModifier and TypeFieldDescriptionfinal WorkflowRun
FlowGraphAction.run
final WorkflowRun
FlowGraphTableAction.run
Methods in org.jenkinsci.plugins.workflow.job.views that return types with arguments of type WorkflowRunModifier and TypeMethodDescriptionFlowGraphAction.Factory.type()
FlowGraphTableAction.Factory.type()
Methods in org.jenkinsci.plugins.workflow.job.views with parameters of type WorkflowRunModifier and TypeMethodDescriptionCollection<? extends Action>
FlowGraphAction.Factory.createFor
(WorkflowRun run) Collection<? extends Action>
FlowGraphTableAction.Factory.createFor
(WorkflowRun run)