Package hudson.triggers
Class SCMTrigger.AdministrativeMonitorImpl
java.lang.Object
hudson.model.AbstractModelObject
hudson.model.AdministrativeMonitor
hudson.triggers.SCMTrigger.AdministrativeMonitorImpl
- All Implemented Interfaces:
- ExtensionPoint,- ModelObject,- SearchableModelObject,- SearchItem,- org.kohsuke.stapler.StaplerProxy
- Enclosing class:
- SCMTrigger
@Extension
public static final class SCMTrigger.AdministrativeMonitorImpl
extends AdministrativeMonitor
- 
Nested Class SummaryNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Field SummaryFields inherited from class hudson.model.AdministrativeMonitorid
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturns true if this monitor is activated and wants to produce a warning message.Methods inherited from class hudson.model.AdministrativeMonitorall, checkRequiredPermission, disable, doDisable, getRequiredPermission, getSearchUrl, getTarget, getUrl, hasPermissionToDisplay, hasRequiredPermission, isActivationFake, isEnabled, isSecurityMethods inherited from class hudson.model.AbstractModelObjectgetSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError, sendError, sendError, sendErrorMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.search.SearchItemgetSearchGroup, getSearchIcon
- 
Constructor Details- 
AdministrativeMonitorImplpublic AdministrativeMonitorImpl()
 
- 
- 
Method Details- 
getDisplayName- Specified by:
- getDisplayNamein interface- ModelObject
- Overrides:
- getDisplayNamein class- AdministrativeMonitor
 
- 
isActivatedpublic boolean isActivated()Description copied from class:AdministrativeMonitorReturns true if this monitor is activated and wants to produce a warning message.This method is called from the HTML rendering thread, so it should run efficiently. - Specified by:
- isActivatedin class- AdministrativeMonitor
 
 
-