public abstract class RebuildValidator extends Object implements Serializable, hudson.ExtensionPoint
| Constructor and Description |
|---|
RebuildValidator() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
isApplicable(hudson.model.AbstractBuild build)
Method for acknowledge that another plug-ins wants handle the Rebuild functionality itself.
|
public abstract boolean isApplicable(hudson.model.AbstractBuild build)
build - Build to use when verifying applicabilityCopyright © 2004-2015 Hudson. All Rights Reserved.