public interface DoctorEndpointRequest
Modifier and Type | Method and Description |
---|---|
Optional<BuildId> |
getBuildId() |
Optional<String> |
getEndpointMessage() |
String |
getLogDirPath() |
Optional<String> |
getMachineReadableLog()
For more information how MachineReadableLog works check
MachineReadableLoggerListener . |
Optional<String> |
getReportUrl() |
static DoctorEndpointRequest |
of(Optional<? extends BuildId> buildId,
String logDirPath,
Optional<String> machineReadableLog,
Optional<String> endpointMessage,
Optional<String> reportUrl) |
String getLogDirPath()
Optional<String> getMachineReadableLog()
MachineReadableLoggerListener
.Optional<String> getEndpointMessage()
Optional<String> getReportUrl()