| Interface | Description |
|---|---|
| CopyMethod | Deprecated
as of 1.21
If you were implementing this interface, extend from
Copier instead. |
| Class | Description |
|---|---|
| BuildFilter |
Additional filter used by BuildSelector.
|
| BuildSelector |
Extension point for selecting the build to copy artifacts from.
|
| BuildSelectorParameter |
Build parameter to select a promotion level from the list of configured levels.
|
| BuildSelectorParameter.DescriptorImpl | |
| Copier |
Extension point for how files are copied.
|
| CopyArtifact |
Build step to copy artifacts from another project.
|
| CopyArtifact.ConverterImpl | |
| CopyArtifact.CopyArtifactRunListener | |
| CopyArtifact.DescriptorImpl | |
| CopyArtifact.ListenerImpl | |
| CopyArtifactPlugin |
Copy Artifact plugin.
|
| FilePathCopyMethod |
Default implementation of CopyMethod extension point,
using the Jenkins FilePath class.
|
| FingerprintingCopyMethod |
Performs fingerprinting during the copy.
|
| Messages | |
| ParameterizedBuildSelector |
Use a parameter to specify how the build is selected.
|
| ParametersBuildFilter |
Filter to find builds matching particular parameters.
|
| PermalinkBuildSelector |
Picks up a build through
PermalinkProjectAction.Permalink |
| PermalinkBuildSelector.DescriptorImpl | |
| SavedBuildSelector |
Copy artifacts from the latest saved build (marked "keep forever").
|
| SimpleBuildSelectorDescriptor |
Descriptor type for common case where no overrides are needed.
|
| SpecificBuildSelector |
Copy artifacts from a specific build.
|
| StatusBuildSelector |
Copy artifacts from the latest successful or stable build.
|
| TriggeredBuildSelector |
Copy artifacts from the build that triggered this build.
|
| WorkspaceSelector |
Copy artifacts from the *workspace* of the latest completed build.
|
Copyright © 2004-2014 Hudson. All Rights Reserved.