public interface ElasTestSubmitter
| Modifier and Type | Interface and Description |
|---|---|
static class |
ElasTestSubmitter.SubmitterType |
| Modifier and Type | Method and Description |
|---|---|
String |
buildPayload(List<String> logLines,
ExternalJob externalJob)
Bulds a String playload compatible with the Logstash input.
|
String |
getDescription() |
ElasTestSubmitter.SubmitterType |
getSubmitterType() |
void |
push(String data)
Sends the log data to ElasTest.
|
String getDescription()
ElasTestSubmitter.SubmitterType getSubmitterType()
void push(String data) throws IOException
data - The serialized data, not nullIOException - The data is not written to the serverString buildPayload(List<String> logLines, ExternalJob externalJob)
logLines - externalJob - Copyright © 2016–2018. All rights reserved.