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