public class AuditTrailPlugin
extends hudson.Plugin
| Modifier and Type | Class and Description |
|---|---|
static class |
AuditTrailPlugin.AuditTrailRunListener |
| Modifier and Type | Field and Description |
|---|---|
static AuditTrailPlugin.AuditTrailRunListener |
LISTENER |
| 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.
|
int |
getCount() |
int |
getLimit() |
String |
getLog() |
boolean |
getLogBuildCause() |
String |
getPattern() |
void |
postInitialize() |
void |
start() |
@Extension public static final AuditTrailPlugin.AuditTrailRunListener LISTENER
public String getLog()
public int getLimit()
public int getCount()
public String getPattern()
public boolean getLogBuildCause()
public void start()
throws Exception
start in class hudson.PluginExceptionpublic void postInitialize()
postInitialize in class hudson.Pluginpublic 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.util.FormValidation doRegexCheck(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionCopyright © 2004-2013. All Rights Reserved.