jenkins.plugins.logstash
public class LogstashNotifier extends hudson.tasks.Notifier
| Modifier and Type | Class and Description |
|---|---|
static class |
LogstashNotifier.Descriptor |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Modifier | Constructor and Description |
|---|---|
|
LogstashNotifier(int maxLines,
boolean failBuild) |
protected |
LogstashNotifier(int maxLines,
boolean failBuild,
String jenkinsUrl) |
| Modifier and Type | Method and Description |
|---|---|
protected LogstashIndexerDao |
getDao() |
LogstashNotifier.Descriptor |
getDescriptor() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuild@DataBoundConstructor
public LogstashNotifier(int maxLines,
boolean failBuild)
protected LogstashNotifier(int maxLines,
boolean failBuild,
String jenkinsUrl)
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerprotected LogstashIndexerDao getDao() throws InstantiationException
InstantiationExceptionpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public LogstashNotifier.Descriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.NotifierCopyright © 2004-2015. All Rights Reserved.