Uses of Class
org.thoughtslive.jenkins.plugins.hubot.api.ResponseData
Packages that use ResponseData
Package
Description
-
Uses of ResponseData in org.thoughtslive.jenkins.plugins.hubot.service
Methods in org.thoughtslive.jenkins.plugins.hubot.service that return ResponseDataModifier and TypeMethodDescriptionHubotService.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 ResponseDataModifier and TypeMethodDescriptionstatic <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 ResponseDataModifier and TypeMethodDescriptionstatic <T> ResponseData<T> Common.logResponse(ResponseData<T> response, PrintStream logger, boolean failOnError) Log code and error message if any.