Class Logstash
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<LogstashIndexer<?>>
-
- jenkins.plugins.logstash.configuration.LogstashIndexer<T>
-
- jenkins.plugins.logstash.configuration.HostBasedLogstashIndexer<LogstashDao>
-
- jenkins.plugins.logstash.configuration.Logstash
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<LogstashIndexer<?>>
,ReconfigurableDescribable<LogstashIndexer<?>>
public class Logstash extends HostBasedLogstashIndexer<LogstashDao>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Logstash.Descriptor
-
Nested classes/interfaces inherited from class jenkins.plugins.logstash.configuration.LogstashIndexer
LogstashIndexer.LogstashIndexerDescriptor
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
-
Fields inherited from class jenkins.plugins.logstash.configuration.LogstashIndexer
instance
-
-
Constructor Summary
Constructors Constructor Description Logstash()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LogstashDao
createIndexerInstance()
Creates a newAbstractLogstashIndexerDao
instance corresponding to this configuration.-
Methods inherited from class jenkins.plugins.logstash.configuration.HostBasedLogstashIndexer
equals, getHost, getPort, hashCode, setHost, setPort
-
Methods inherited from class jenkins.plugins.logstash.configuration.LogstashIndexer
all, getInstance, reconfigure, validate
-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface hudson.model.Describable
getDescriptor
-
-
-
-
Method Detail
-
createIndexerInstance
protected LogstashDao createIndexerInstance()
Description copied from class:LogstashIndexer
Creates a newAbstractLogstashIndexerDao
instance corresponding to this configuration.- Specified by:
createIndexerInstance
in classLogstashIndexer<LogstashDao>
- Returns:
AbstractLogstashIndexerDao
instance
-
-