Class FlowCopier.StandardActions
java.lang.Object
org.jenkinsci.plugins.workflow.flow.FlowCopier
org.jenkinsci.plugins.workflow.flow.FlowCopier.ByRun
org.jenkinsci.plugins.workflow.flow.FlowCopier.StandardActions
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- FlowCopier
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
@Extension
public static class FlowCopier.StandardActions
extends FlowCopier.ByRun
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jenkinsci.plugins.workflow.flow.FlowCopier
FlowCopier.ByRun, 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) Copies metadata between builds.Methods inherited from class org.jenkinsci.plugins.workflow.flow.FlowCopier.ByRun
copy
-
Constructor Details
-
StandardActions
public StandardActions()
-
-
Method Details
-
copy
public void copy(Run<?, ?> original, Run<?, throws IOException, InterruptedException?> copy, TaskListener listener) Description copied from class:FlowCopier.ByRun
Copies metadata between builds.- Specified by:
copy
in classFlowCopier.ByRun
listener
- a way of logging messages to the copy- Throws:
IOException
InterruptedException
-