Class Syslog
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<LogstashIndexer<?>>
-
- jenkins.plugins.logstash.configuration.LogstashIndexer<T>
-
- jenkins.plugins.logstash.configuration.HostBasedLogstashIndexer<SyslogDao>
-
- jenkins.plugins.logstash.configuration.Syslog
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<LogstashIndexer<?>>
,ReconfigurableDescribable<LogstashIndexer<?>>
public class Syslog extends HostBasedLogstashIndexer<SyslogDao>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Syslog.SyslogDescriptor
-
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 Syslog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SyslogDao
createIndexerInstance()
Creates a newAbstractLogstashIndexerDao
instance corresponding to this configuration.boolean
equals(Object obj)
com.cloudbees.syslog.MessageFormat
getMessageFormat()
LogstashIndexerDao.SyslogProtocol
getSyslogProtocol()
int
hashCode()
void
setMessageFormat(com.cloudbees.syslog.MessageFormat messageFormat)
void
setSyslogProtocol(LogstashIndexerDao.SyslogProtocol syslogProtocol)
-
Methods inherited from class jenkins.plugins.logstash.configuration.HostBasedLogstashIndexer
getHost, getPort, 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
-
getMessageFormat
public com.cloudbees.syslog.MessageFormat getMessageFormat()
-
setMessageFormat
@DataBoundSetter public void setMessageFormat(com.cloudbees.syslog.MessageFormat messageFormat)
-
getSyslogProtocol
public LogstashIndexerDao.SyslogProtocol getSyslogProtocol()
-
setSyslogProtocol
@DataBoundSetter public void setSyslogProtocol(LogstashIndexerDao.SyslogProtocol syslogProtocol)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classHostBasedLogstashIndexer<SyslogDao>
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classHostBasedLogstashIndexer<SyslogDao>
-
createIndexerInstance
public SyslogDao createIndexerInstance()
Description copied from class:LogstashIndexer
Creates a newAbstractLogstashIndexerDao
instance corresponding to this configuration.- Specified by:
createIndexerInstance
in classLogstashIndexer<SyslogDao>
- Returns:
AbstractLogstashIndexerDao
instance
-
-