Uses of Class
jenkins.plugins.logstash.persistence.LogstashIndexerDao.IndexerType
-
Packages that use LogstashIndexerDao.IndexerType Package Description jenkins.plugins.logstash jenkins.plugins.logstash.persistence -
-
Uses of LogstashIndexerDao.IndexerType in jenkins.plugins.logstash
Methods in jenkins.plugins.logstash that return LogstashIndexerDao.IndexerType Modifier and Type Method Description LogstashIndexerDao.IndexerType
LogstashInstallation.Descriptor. getType()
-
Uses of LogstashIndexerDao.IndexerType in jenkins.plugins.logstash.persistence
Methods in jenkins.plugins.logstash.persistence that return LogstashIndexerDao.IndexerType Modifier and Type Method Description static LogstashIndexerDao.IndexerType
LogstashIndexerDao.IndexerType. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static LogstashIndexerDao.IndexerType[]
LogstashIndexerDao.IndexerType. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-