Uses of Class
org.thoughtslive.jenkins.plugins.hubot.api.ResponseData
-
Packages that use ResponseData Package Description org.thoughtslive.jenkins.plugins.hubot.service org.thoughtslive.jenkins.plugins.hubot.util -
-
Uses of ResponseData in org.thoughtslive.jenkins.plugins.hubot.service
Methods in org.thoughtslive.jenkins.plugins.hubot.service that return ResponseData Modifier and Type Method Description ResponseData<Void>HubotService. sendMessage(Message message)Sends message to given room. -
Uses of ResponseData in org.thoughtslive.jenkins.plugins.hubot.util
Methods in org.thoughtslive.jenkins.plugins.hubot.util that return ResponseData Modifier and Type Method Description static <T> ResponseData<T>Common. buildErrorResponse(Exception e)Builds error response from the given exception.static <T> ResponseData<T>Common. logResponse(ResponseData<T> response, PrintStream logger, boolean failOnError)Log code and error message if any.static <T> ResponseData<T>Common. parseResponse(retrofit2.Response<T> response)Converts Retrofit'sResponsetoResponseDataprotected <T> ResponseData<T>HubotAbstractSynchronousNonBlockingStepExecution. verifyCommon(BasicHubotStep step)protected <T> ResponseData<T>HubotStepExecution. verifyCommon(BasicHubotStep step)Methods in org.thoughtslive.jenkins.plugins.hubot.util with parameters of type ResponseData Modifier and Type Method Description static <T> ResponseData<T>Common. logResponse(ResponseData<T> response, PrintStream logger, boolean failOnError)Log code and error message if any.
-