Class RebuildValidatorSuppressor
- java.lang.Object
-
- com.sonyericsson.rebuild.RebuildValidator
-
- hudson.plugins.project_inheritance.projects.rebuild.RebuildValidatorSuppressor
-
- All Implemented Interfaces:
ExtensionPoint
,Serializable
@Extension public class RebuildValidatorSuppressor extends com.sonyericsson.rebuild.RebuildValidator
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description RebuildValidatorSuppressor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isApplicable(AbstractBuild build)
Method for acknowledge that another plug-ins wants handle the Rebuild functionality itself.
-
-
-
Method Detail
-
isApplicable
public boolean isApplicable(AbstractBuild build)
Method for acknowledge that another plug-ins wants handle the Rebuild functionality itself.- Overrides:
isApplicable
in classcom.sonyericsson.rebuild.RebuildValidator
- 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.
-
-