Uses of Class
jenkins.plugins.logstash.configuration.LogstashIndexer
-
Packages that use LogstashIndexer Package Description jenkins.plugins.logstash jenkins.plugins.logstash.configuration -
-
Uses of LogstashIndexer in jenkins.plugins.logstash
Methods in jenkins.plugins.logstash that return LogstashIndexer Modifier and Type Method Description LogstashIndexer<?>
LogstashConfiguration. getLogstashIndexer()
Returns the current logstash indexer configuration.Methods in jenkins.plugins.logstash that return types with arguments of type LogstashIndexer Modifier and Type Method Description DescriptorExtensionList<LogstashIndexer<?>,Descriptor<LogstashIndexer<?>>>
PluginImpl. getAllIndexers()
DescriptorExtensionList<LogstashIndexer<?>,Descriptor<LogstashIndexer<?>>>
PluginImpl. getAllIndexers()
Methods in jenkins.plugins.logstash with parameters of type LogstashIndexer Modifier and Type Method Description void
LogstashConfiguration. setLogstashIndexer(LogstashIndexer<?> logstashIndexer)
-
Uses of LogstashIndexer in jenkins.plugins.logstash.configuration
Subclasses of LogstashIndexer in jenkins.plugins.logstash.configuration Modifier and Type Class Description class
ElasticSearch
class
HostBasedLogstashIndexer<T extends AbstractLogstashIndexerDao>
class
Logstash
class
RabbitMq
class
Redis
class
Syslog
Methods in jenkins.plugins.logstash.configuration that return LogstashIndexer Modifier and Type Method Description LogstashIndexer<T>
LogstashIndexer. reconfigure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject form)
Methods in jenkins.plugins.logstash.configuration that return types with arguments of type LogstashIndexer Modifier and Type Method Description static DescriptorExtensionList<LogstashIndexer<?>,Descriptor<LogstashIndexer<?>>>
LogstashIndexer. all()
static DescriptorExtensionList<LogstashIndexer<?>,Descriptor<LogstashIndexer<?>>>
LogstashIndexer. all()
-