|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.copyartifact.BuildSelector
hudson.plugins.copyartifact.SavedBuildSelector
public class SavedBuildSelector
Copy artifacts from the latest saved build (marked "keep forever").
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Field Summary | |
|---|---|
static hudson.model.Descriptor<BuildSelector> |
DESCRIPTOR
|
| Constructor Summary | |
|---|---|
SavedBuildSelector()
|
|
| Method Summary | |
|---|---|
boolean |
isSelectable(hudson.model.Run<?,?> run,
hudson.EnvVars env)
Should this build be selected? Override just this method to use a standard loop through completed builds, starting with the most recent. |
| Methods inherited from class hudson.plugins.copyartifact.BuildSelector |
|---|
getBuild, getDescriptor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@Extension(ordinal=50.0) public static final hudson.model.Descriptor<BuildSelector> DESCRIPTOR
| Constructor Detail |
|---|
@DataBoundConstructor public SavedBuildSelector()
| Method Detail |
|---|
public boolean isSelectable(hudson.model.Run<?,?> run,
hudson.EnvVars env)
BuildSelector
isSelectable in class BuildSelectorrun - Build to checkenv - Environment for build that is copying artifacts
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||