Plugin.DummyImpl| Constructor and Description |
|---|
AuditTrailPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
FormValidation |
doRegexCheck(String value)
Validate regular expression syntax.
|
boolean |
getLogBuildCause() |
DescriptorExtensionList<AuditLogger,Descriptor<AuditLogger>> |
getLoggerDescriptors() |
List<AuditLogger> |
getLoggers() |
String |
getPattern() |
void |
onFinalized(AbstractBuild build) |
void |
onFinalized(Run run) |
void |
start() |
configure, doDynamic, getConfigXml, getWrapper, load, postInitialize, save, setServletContext, stoppublic String getPattern()
public boolean getLogBuildCause()
public List<AuditLogger> getLoggers()
public void configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws IOException,
javax.servlet.ServletException,
Descriptor.FormException
configure in class PluginIOExceptionjavax.servlet.ServletExceptionDescriptor.FormExceptionpublic DescriptorExtensionList<AuditLogger,Descriptor<AuditLogger>> getLoggerDescriptors()
public void onFinalized(Run run)
public void onFinalized(AbstractBuild build)
public FormValidation doRegexCheck(@QueryParameter String value) throws IOException, javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionCopyright © 2016–2019. All rights reserved.