hudson.plugins.copyartifact
Class BuildFilter
java.lang.Object
hudson.plugins.copyartifact.BuildFilter
- Direct Known Subclasses:
- ParametersBuildFilter
public class BuildFilter
- extends Object
Additional filter used by BuildSelector.
- Author:
- Alan Harder
|
Method Summary |
boolean |
isSelectable(hudson.model.Run<?,?> run,
hudson.EnvVars env)
Can this build be selected? |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuildFilter
public BuildFilter()
isSelectable
public boolean isSelectable(hudson.model.Run<?,?> run,
hudson.EnvVars env)
- Can this build be selected?
- Parameters:
run - Build to checkenv - Environment for build that is copying artifacts
- Returns:
- True if this build may be selected; default implementation always returns true.
Copyright © 2004-2012 Hudson. All Rights Reserved.