Interface IFunctionService
- All Known Implementing Classes:
BotMaestroSDK
public interface IFunctionService
-
Method Summary
Modifier and TypeMethodDescriptioncreateCredential
(String credentialLabel, String key, String value) createError
(Integer taskId, Exception exception, File fileScreenshot, Map<String, Object> tags, List<File> fileAttachmentList) createTask
(String label, Map<String, Object> params, boolean taskToTest) finishTask
(String taskId, String finishMessage, AutomationTask.FinishStatus status) byte[]
getArtifactFile
(String artifactId) byte[]
getLogFile
(String logName, Integer days) interruptTask
(String taskId) message
(List<String> email, List<String> users, String subject, String body, MessageType type, String group) newLogEntry
(String logName, Map<String, Object> columns) postArtifact
(String taskId, String artifactName, File artifactFile) restartTask
(String taskId)
-
Method Details
-
getTask
-
interruptTask
-
restartTask
-
finishTask
-
listTasks
PageTaskVO listTasks() -
listTasks
-
createTask
-
newLogEntry
-
getLogFile
-
newLog
-
getLog
-
deleteLog
-
postArtifact
-
getArtifactFile
-
listArtifact
List<ArtifactVO> listArtifact() -
alert
-
message
ResponseData message(List<String> email, List<String> users, String subject, String body, MessageType type, String group) -
createCredential
-
createError
-