Uses of Class
com.treescrub.spedran.requests.builders.run.RunStatusRequest
-
Packages that use RunStatusRequest Package Description com.treescrub.spedran com.treescrub.spedran.data Contains all the classes that represent resources on the SRC API.com.treescrub.spedran.requests.builders.run -
-
Uses of RunStatusRequest in com.treescrub.spedran
Methods in com.treescrub.spedran that return RunStatusRequest Modifier and Type Method Description static RunStatusRequestSpedran. setRunStatus(String runId)Gets aRunStatusRequestbuilder to change theRun's verification status. -
Uses of RunStatusRequest in com.treescrub.spedran.data
Methods in com.treescrub.spedran.data that return RunStatusRequest Modifier and Type Method Description RunStatusRequestRun. setStatus()Gets a newRunStatusRequestbuilder to change the status of this run. -
Uses of RunStatusRequest in com.treescrub.spedran.requests.builders.run
Methods in com.treescrub.spedran.requests.builders.run that return RunStatusRequest Modifier and Type Method Description RunStatusRequestRunStatusRequest. reject(String reason)Sets the status of theRuntoSubmissionStatus.REJECTEDwith the provided rejection reason.RunStatusRequestRunStatusRequest. verify()Sets the status of theRuntoSubmissionStatus.VERIFIED.
-