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