| Package | Description |
|---|---|
| org.thoughtslive.jenkins.plugins.hubot.service | |
| org.thoughtslive.jenkins.plugins.hubot.util |
| Modifier and Type | Method and Description |
|---|---|
ResponseData<Void> |
HubotService.sendMessage(String room,
String message)
Sends message to given room.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> ResponseData<T> |
Common.buildErrorResponse(Exception e)
Builds error response from the given exception.
|
protected <T> ResponseData<T> |
HubotStepExecution.logResponse(ResponseData<T> response)
Log code and error message if any.
|
protected <T> ResponseData<T> |
HubotAbstractSynchronousNonBlockingStepExecution.logResponse(ResponseData<T> response)
Log code and error message if any.
|
static <T> ResponseData<T> |
Common.parseResponse(retrofit2.Response<T> response)
Converts Retrofit's
Response to ResponseData |
protected <T> ResponseData<T> |
HubotStepExecution.verifyCommon(BasicHubotStep step) |
protected <T> ResponseData<T> |
HubotAbstractSynchronousNonBlockingStepExecution.verifyCommon(BasicHubotStep step) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> ResponseData<T> |
HubotStepExecution.logResponse(ResponseData<T> response)
Log code and error message if any.
|
protected <T> ResponseData<T> |
HubotAbstractSynchronousNonBlockingStepExecution.logResponse(ResponseData<T> response)
Log code and error message if any.
|
Copyright © 2016–2017 ThoughtsLive. All rights reserved.