public class SavedBuildSelector extends BuildSelector
| Modifier and Type | Field and Description |
|---|---|
static hudson.model.Descriptor<BuildSelector> |
DESCRIPTOR |
| Constructor and Description |
|---|
SavedBuildSelector() |
| Modifier and Type | Method and Description |
|---|---|
protected 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.
|
getBuild, getBuild@Extension(ordinal=50.0) public static final hudson.model.Descriptor<BuildSelector> DESCRIPTOR
protected boolean isSelectable(hudson.model.Run<?,?> run,
hudson.EnvVars env)
BuildSelectorisSelectable in class BuildSelectorrun - Build to checkenv - Environment for build that is copying artifactsCopyright © 2004-2014 Hudson. All Rights Reserved.