Package com.sonyericsson.rebuild
Class RebuildValidator
java.lang.Object
com.sonyericsson.rebuild.RebuildValidator
- All Implemented Interfaces:
ExtensionPoint
,Serializable
Extension point for allowing disabling of the rebuild-action, in case
other plug-ins provides similar functionality.
- Author:
- Gustaf Lundh <gustaf.lundh@sonyericsson.com>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isApplicable
(AbstractBuild build) Deprecated.boolean
isApplicable
(Run build) Method for acknowledge that another plug-ins wants handle the Rebuild functionality itself.
-
Constructor Details
-
RebuildValidator
public RebuildValidator()
-
-
Method Details
-
isApplicable
Method for acknowledge that another plug-ins wants handle the Rebuild functionality itself.- Parameters:
build
- Build to use when verifying applicability- Returns:
- true if the plug-in provides its own rebuild functionality. E.g. disable the rebuild action.
-
isApplicable
Deprecated.
-