public class WorkspaceSelector extends BuildSelector
| Modifier and Type | Field and Description |
|---|---|
static hudson.model.Descriptor<BuildSelector> |
DESCRIPTOR |
| Constructor and Description |
|---|
WorkspaceSelector() |
| Modifier and Type | Method and Description |
|---|---|
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=-20.0) public static final hudson.model.Descriptor<BuildSelector> DESCRIPTOR
public 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.