Uses of Class
org.thoughtslive.jenkins.plugins.hubot.steps.BasicHubotStep
-
Packages that use BasicHubotStep Package Description org.thoughtslive.jenkins.plugins.hubot.steps org.thoughtslive.jenkins.plugins.hubot.util -
-
Uses of BasicHubotStep in org.thoughtslive.jenkins.plugins.hubot.steps
Subclasses of BasicHubotStep in org.thoughtslive.jenkins.plugins.hubot.steps Modifier and Type Class Description class
ApproveStep
Sends an approval message to Hubot.class
SendStep
Sends a message to hubot -
Uses of BasicHubotStep in org.thoughtslive.jenkins.plugins.hubot.util
Methods in org.thoughtslive.jenkins.plugins.hubot.util with parameters of type BasicHubotStep Modifier and Type Method Description protected <T> ResponseData<T>
HubotAbstractSynchronousNonBlockingStepExecution. verifyCommon(BasicHubotStep step)
protected <T> ResponseData<T>
HubotStepExecution. verifyCommon(BasicHubotStep step)
-