Uses of Class
jenkins.plugins.logstash.persistence.BuildData
-
Packages that use BuildData Package Description jenkins.plugins.logstash.persistence -
-
Uses of BuildData in jenkins.plugins.logstash.persistence
Methods in jenkins.plugins.logstash.persistence with parameters of type BuildData Modifier and Type Method Description net.sf.json.JSONObject
AbstractLogstashIndexerDao. buildPayload(BuildData buildData, String jenkinsUrl, List<String> logLines)
net.sf.json.JSONObject
LogstashIndexerDao. buildPayload(BuildData buildData, String jenkinsUrl, List<String> logLines)
Builds a JSON payload compatible with the Logstash schema.
-