- LogstashBuildWrapper - Class in jenkins.plugins.logstash
-
Build wrapper that decorates the build's logger to insert a
LogstashNote on each output line.
- LogstashBuildWrapper() - Constructor for class jenkins.plugins.logstash.LogstashBuildWrapper
-
- LogstashBuildWrapper.DescriptorImpl - Class in jenkins.plugins.logstash
-
- LogstashBuildWrapper.DescriptorImpl() - Constructor for class jenkins.plugins.logstash.LogstashBuildWrapper.DescriptorImpl
-
- LogstashIndexerDao - Interface in jenkins.plugins.logstash.persistence
-
Interface describing data access objects for Logstash indexers.
- LogstashIndexerDao.IndexerType - Enum in jenkins.plugins.logstash.persistence
-
- LogstashInstallation - Class in jenkins.plugins.logstash
-
POJO for storing global configurations shared between components.
- LogstashInstallation(String, String, List<? extends ToolProperty<?>>) - Constructor for class jenkins.plugins.logstash.LogstashInstallation
-
- LogstashInstallation.Descriptor - Class in jenkins.plugins.logstash
-
- LogstashInstallation.Descriptor() - Constructor for class jenkins.plugins.logstash.LogstashInstallation.Descriptor
-
- LogstashNotifier - Class in jenkins.plugins.logstash
-
Post-build action to push build log to Logstash.
- LogstashNotifier(int, boolean) - Constructor for class jenkins.plugins.logstash.LogstashNotifier
-
- LogstashNotifier.Descriptor - Class in jenkins.plugins.logstash
-
- LogstashNotifier.Descriptor() - Constructor for class jenkins.plugins.logstash.LogstashNotifier.Descriptor
-
- LogstashOutputStream - Class in jenkins.plugins.logstash
-
Output stream that writes each line to the provided delegate output stream
and also sends it to an indexer for logstash to consume.
- LogstashOutputStream(OutputStream, LogstashWriter) - Constructor for class jenkins.plugins.logstash.LogstashOutputStream
-
- LogstashWriter - Class in jenkins.plugins.logstash
-
A writer that wraps all Logstash DAOs.
- LogstashWriter(AbstractBuild<?, ?>, OutputStream) - Constructor for class jenkins.plugins.logstash.LogstashWriter
-