public class AuditTrailPlugin
extends hudson.Plugin
| Constructor and Description |
|---|
AuditTrailPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.FormValidation |
doRegexCheck(String value)
Validate regular expression syntax.
|
boolean |
getLogBuildCause() |
hudson.DescriptorExtensionList<AuditLogger,hudson.model.Descriptor<AuditLogger>> |
getLoggerDescriptors() |
List<AuditLogger> |
getLoggers() |
String |
getPattern() |
void |
onFinalized(hudson.model.AbstractBuild build) |
void |
onFinalized(hudson.model.Run run) |
void |
start() |
public String getPattern()
public boolean getLogBuildCause()
public List<AuditLogger> getLoggers()
public void start()
throws Exception
start in class hudson.PluginExceptionpublic void configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws IOException,
javax.servlet.ServletException,
hudson.model.Descriptor.FormException
configure in class hudson.PluginIOExceptionjavax.servlet.ServletExceptionhudson.model.Descriptor.FormExceptionpublic hudson.DescriptorExtensionList<AuditLogger,hudson.model.Descriptor<AuditLogger>> getLoggerDescriptors()
public void onFinalized(hudson.model.Run run)
public void onFinalized(hudson.model.AbstractBuild build)
public hudson.util.FormValidation doRegexCheck(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionCopyright © 2004-2014. All Rights Reserved.