Uses of Class
dev.botcity.maestro_sdk.model.ResponseData
Packages that use ResponseData
Package
Description
-
Uses of ResponseData in dev.botcity.maestro_sdk
Methods in dev.botcity.maestro_sdk that return ResponseDataModifier 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
Methods in dev.botcity.maestro_sdk.functions that return ResponseDataModifier 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
Methods in dev.botcity.maestro_sdk.util that return ResponseDataModifier and TypeMethodDescriptionstatic ResponseDataResponseHandler.respException(String message, org.springframework.http.HttpStatus status) static ResponseDataResponseHandler.respSuccess(String message, org.springframework.http.HttpStatus status, Object... content)
BotMaestroSDK.message(List, String, String, MessageType)