Class WorkflowRun.Checkouts
java.lang.Object
org.jenkinsci.plugins.workflow.flow.FlowCopier
org.jenkinsci.plugins.workflow.flow.FlowCopier.ByRun
org.jenkinsci.plugins.workflow.job.WorkflowRun.Checkouts
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- WorkflowRun
@Restricted(org.kohsuke.accmod.restrictions.DoNotUse.class)
@Extension
public static class WorkflowRun.Checkouts
extends org.jenkinsci.plugins.workflow.flow.FlowCopier.ByRun
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jenkinsci.plugins.workflow.flow.FlowCopier
org.jenkinsci.plugins.workflow.flow.FlowCopier.ByRun, org.jenkinsci.plugins.workflow.flow.FlowCopier.StandardActions
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
copy
(Run<?, ?> original, Run<?, ?> copy, TaskListener listener) Methods inherited from class org.jenkinsci.plugins.workflow.flow.FlowCopier.ByRun
copy
-
Constructor Details
-
Checkouts
public Checkouts()
-
-
Method Details
-
copy
public void copy(Run<?, ?> original, Run<?, throws IOException, InterruptedException?> copy, TaskListener listener) - Specified by:
copy
in classorg.jenkinsci.plugins.workflow.flow.FlowCopier.ByRun
- Throws:
IOException
InterruptedException
-