Extension Points defined in Copy Artifact Plugin

This site is the new docs site currently being tested. For the actual docs in use please go to https://www.jenkins.io/doc.

BuildSelector

jenkinsdoc:copyartifact:hudson.plugins.copyartifact.BuildSelector]

Extension point for selecting the build to copy artifacts from. In a subclass override just isSelectable() for a standard loop through completed builds, starting with the most recent. Otherwise override getBuild() to provide different build selection logic.

Implementations:

Copier

jenkinsdoc:copyartifact:hudson.plugins.copyartifact.Copier]

Extension point for how files are copied. CopyArtifact plugin provides a default implementation using methods available in the Jenkins FilePath class.

Implementations: