public abstract class AuditLogger extends Object implements hudson.model.Describable<AuditLogger>, hudson.ExtensionPoint
| Constructor and Description |
|---|
AuditLogger() |
| Modifier and Type | Method and Description |
|---|---|
static hudson.DescriptorExtensionList<AuditLogger,hudson.model.Descriptor<AuditLogger>> |
all()
Returns all the registered
AuditLogger descriptors. |
void |
cleanUp()
Clean up any resource used by this logger.
|
hudson.model.Descriptor<AuditLogger> |
getDescriptor() |
abstract void |
log(String event) |
public abstract void log(String event)
public hudson.model.Descriptor<AuditLogger> getDescriptor()
getDescriptor in interface hudson.model.Describable<AuditLogger>public void cleanUp()
throws SecurityException
SecurityException - if a security manager exists and if
the caller does not have LoggingPermission("control").public static hudson.DescriptorExtensionList<AuditLogger,hudson.model.Descriptor<AuditLogger>> all()
AuditLogger descriptors.Copyright © 2016–2020. All rights reserved.