Package hudson.plugins.audit_trail
Class BypassablePatternMonitor
java.lang.Object
hudson.model.AbstractModelObject
hudson.model.AdministrativeMonitor
hudson.plugins.audit_trail.BypassablePatternMonitor
- All Implemented Interfaces:
ExtensionPoint
,ModelObject
,SearchableModelObject
,SearchItem
,org.kohsuke.stapler.StaplerProxy
Manages the default old patterns used by the plugin, subjects to SECURITY-1846
- Author:
- Pierre Beitz
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.model.AdministrativeMonitor
id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.kohsuke.stapler.HttpResponse
org.kohsuke.stapler.HttpResponse
boolean
boolean
Methods inherited from class hudson.model.AdministrativeMonitor
all, disable, doDisable, getDisplayName, getRequiredPermission, getSearchUrl, getTarget, getUrl, isEnabled
Methods inherited from class hudson.model.AbstractModelObject
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError
-
Constructor Details
-
BypassablePatternMonitor
public BypassablePatternMonitor()
-
-
Method Details
-
getMessage
-
doRedirectToConfig
public org.kohsuke.stapler.HttpResponse doRedirectToConfig() -
doApplyDefault
public org.kohsuke.stapler.HttpResponse doApplyDefault() -
isActivated
public boolean isActivated()- Specified by:
isActivated
in classAdministrativeMonitor
-
isSecurity
public boolean isSecurity()- Overrides:
isSecurity
in classAdministrativeMonitor
-