Uses of Class
org.thoughtslive.jenkins.plugins.hubot.service.HubotService
-
Packages that use HubotService Package Description org.thoughtslive.jenkins.plugins.hubot.util -
-
Uses of HubotService in org.thoughtslive.jenkins.plugins.hubot.util
Fields in org.thoughtslive.jenkins.plugins.hubot.util declared as HubotService Modifier and Type Field Description protected HubotService
HubotAbstractSynchronousNonBlockingStepExecution. hubotService
protected HubotService
HubotStepExecution. hubotService
Methods in org.thoughtslive.jenkins.plugins.hubot.util with parameters of type HubotService Modifier and Type Method Description void
HubotAbstractSynchronousNonBlockingStepExecution. setHubotService(HubotService service)
void
HubotStepExecution. setHubotService(HubotService service)
-