Class StashManager.CopyStashesAndArtifacts
java.lang.Object
org.jenkinsci.plugins.workflow.flow.FlowCopier
org.jenkinsci.plugins.workflow.flow.FlowCopier.ByRun
org.jenkinsci.plugins.workflow.flow.StashManager.CopyStashesAndArtifacts
- All Implemented Interfaces:
- ExtensionPoint
- Enclosing class:
- StashManager
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
@Extension
public static class StashManager.CopyStashesAndArtifacts
extends FlowCopier.ByRun
- 
Nested Class SummaryNested classes/interfaces inherited from class org.jenkinsci.plugins.workflow.flow.FlowCopierFlowCopier.ByRun, FlowCopier.StandardActionsNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcopy(Run<?, ?> original, Run<?, ?> copy, TaskListener listener) Copies metadata between builds.Methods inherited from class org.jenkinsci.plugins.workflow.flow.FlowCopier.ByRuncopy
- 
Constructor Details- 
CopyStashesAndArtifactspublic CopyStashesAndArtifacts()
 
- 
- 
Method Details- 
copypublic void copy(Run<?, ?> original, Run<?, throws IOException, InterruptedException?> copy, TaskListener listener) Description copied from class:FlowCopier.ByRunCopies metadata between builds.- Specified by:
- copyin class- FlowCopier.ByRun
- listener- a way of logging messages to the copy
- Throws:
- IOException
- InterruptedException
 
 
-