Uses of Class
dev.botcity.maestro_sdk.model.ResponseData
Package
Description
-
Uses of ResponseData in dev.botcity.maestro_sdk
Modifier and TypeMethodDescriptionBotMaestroSDK.createError
(Integer taskId, Exception exception, File fileScreenshot, Map<String, Object> tags, List<File> fileAttachmentList) BotMaestroSDK.message
(List<String> email, List<String> users, String subject, String body, MessageType messageType, String group) Deprecated.BotMaestroSDK.newLogEntry
(String logId, Object[][] columns) BotMaestroSDK.newLogEntry
(String logId, Map<String, Object> columns) BotMaestroSDK.postArtifact
(String taskId, String artifactName, File artifactFile) -
Uses of ResponseData in dev.botcity.maestro_sdk.functions
Modifier and TypeMethodDescriptionFunctionsService.createError
(Integer taskId, Exception exception, File fileScreenshot, Map<String, Object> tags, List<File> fileAttachmentList) START Error FunctionsIFunctionService.createError
(Integer taskId, Exception exception, File fileScreenshot, Map<String, Object> tags, List<File> fileAttachmentList) FunctionsService.message
(List<String> email, String subject, String body, MessageType type, String group) IFunctionService.message
(List<String> email, List<String> users, String subject, String body, MessageType type, String group) FunctionsService.newLogEntry
(String logId, Map<String, Object> columns) START Log FunctionsIFunctionService.newLogEntry
(String logName, Map<String, Object> columns) FunctionsService.postArtifact
(String taskId, String name, File artifactFile) START Artifact FunctionsIFunctionService.postArtifact
(String taskId, String artifactName, File artifactFile) -
Uses of ResponseData in dev.botcity.maestro_sdk.util
Modifier and TypeMethodDescriptionstatic ResponseData
ResponseHandler.respException
(String message, org.springframework.http.HttpStatus status) static ResponseData
ResponseHandler.respSuccess
(String message, org.springframework.http.HttpStatus status, Object... content)
BotMaestroSDK.message(List, String, String, MessageType)