JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
F
G
H
L
M
O
P
R
S
V
A
ApproveStep
- Class in
org.thoughtslive.jenkins.plugins.hubot.steps
Sends an approval message to Hubot.
ApproveStep(String, String)
- Constructor for class org.thoughtslive.jenkins.plugins.hubot.steps.
ApproveStep
ApproveStep.ApproveStepExecution
- Class in
org.thoughtslive.jenkins.plugins.hubot.steps
ApproveStep.DescriptorImpl
- Class in
org.thoughtslive.jenkins.plugins.hubot.steps
ApproveStepExecution()
- Constructor for class org.thoughtslive.jenkins.plugins.hubot.steps.
ApproveStep.ApproveStepExecution
B
BasicHubotStep
- Class in
org.thoughtslive.jenkins.plugins.hubot.steps
Base class for all hubot steps
BasicHubotStep()
- Constructor for class org.thoughtslive.jenkins.plugins.hubot.steps.
BasicHubotStep
buildErrorResponse(Exception)
- Static method in class org.thoughtslive.jenkins.plugins.hubot.util.
Common
Builds error response from the given exception.
C
Common
- Class in
org.thoughtslive.jenkins.plugins.hubot.util
Common utility functions.
Common()
- Constructor for class org.thoughtslive.jenkins.plugins.hubot.util.
Common
D
DescriptorImpl()
- Constructor for class org.thoughtslive.jenkins.plugins.hubot.steps.
ApproveStep.DescriptorImpl
DescriptorImpl()
- Constructor for class org.thoughtslive.jenkins.plugins.hubot.steps.
SendStep.DescriptorImpl
F
failOnError
- Variable in class org.thoughtslive.jenkins.plugins.hubot.util.
HubotAbstractSynchronousNonBlockingStepExecution
failOnError
- Variable in class org.thoughtslive.jenkins.plugins.hubot.util.
HubotStepExecution
G
getBuildNumber(PrintStream, EnvVars)
- Static method in class org.thoughtslive.jenkins.plugins.hubot.util.
Common
Returns build number from the given Environemnt Vars.
getDisplayName()
- Method in class org.thoughtslive.jenkins.plugins.hubot.steps.
ApproveStep.DescriptorImpl
getDisplayName()
- Method in class org.thoughtslive.jenkins.plugins.hubot.steps.
SendStep.DescriptorImpl
getFunctionName()
- Method in class org.thoughtslive.jenkins.plugins.hubot.steps.
ApproveStep.DescriptorImpl
getFunctionName()
- Method in class org.thoughtslive.jenkins.plugins.hubot.steps.
SendStep.DescriptorImpl
getHubotService(String)
- Method in class org.thoughtslive.jenkins.plugins.hubot.util.
HubotAbstractSynchronousNonBlockingStepExecution
getHubotService(String)
- Method in class org.thoughtslive.jenkins.plugins.hubot.util.
HubotStepExecution
getJobName(EnvVars)
- Static method in class org.thoughtslive.jenkins.plugins.hubot.util.
Common
getRootCause(Throwable)
- Static method in class org.thoughtslive.jenkins.plugins.hubot.util.
Common
Returns actual Cause from the given exception.
H
HubotAbstractSynchronousNonBlockingStepExecution
<
T
> - Class in
org.thoughtslive.jenkins.plugins.hubot.util
Common Execution for all Hubot steps.
HubotAbstractSynchronousNonBlockingStepExecution()
- Constructor for class org.thoughtslive.jenkins.plugins.hubot.util.
HubotAbstractSynchronousNonBlockingStepExecution
HubotEndPoints
- Interface in
org.thoughtslive.jenkins.plugins.hubot.service
HubotService
- Class in
org.thoughtslive.jenkins.plugins.hubot.service
HubotService(String)
- Constructor for class org.thoughtslive.jenkins.plugins.hubot.service.
HubotService
hubotService
- Variable in class org.thoughtslive.jenkins.plugins.hubot.util.
HubotAbstractSynchronousNonBlockingStepExecution
hubotService
- Variable in class org.thoughtslive.jenkins.plugins.hubot.util.
HubotStepExecution
HubotStepExecution
<
T
> - Class in
org.thoughtslive.jenkins.plugins.hubot.util
Common Execution for all Hubot steps.
HubotStepExecution()
- Constructor for class org.thoughtslive.jenkins.plugins.hubot.util.
HubotStepExecution
L
log(PrintStream, Object)
- Static method in class org.thoughtslive.jenkins.plugins.hubot.util.
Common
Write a message to the given print stream.
logger
- Variable in class org.thoughtslive.jenkins.plugins.hubot.util.
HubotAbstractSynchronousNonBlockingStepExecution
logger
- Variable in class org.thoughtslive.jenkins.plugins.hubot.util.
HubotStepExecution
logResponse(ResponseData<T>)
- Method in class org.thoughtslive.jenkins.plugins.hubot.util.
HubotAbstractSynchronousNonBlockingStepExecution
Log code and error message if any.
logResponse(ResponseData<T>)
- Method in class org.thoughtslive.jenkins.plugins.hubot.util.
HubotStepExecution
Log code and error message if any.
M
Message
- Class in
org.thoughtslive.jenkins.plugins.hubot.api
Message()
- Constructor for class org.thoughtslive.jenkins.plugins.hubot.api.
Message
message
- Variable in class org.thoughtslive.jenkins.plugins.hubot.steps.
BasicHubotStep
O
org.thoughtslive.jenkins.plugins.hubot.api
- package org.thoughtslive.jenkins.plugins.hubot.api
org.thoughtslive.jenkins.plugins.hubot.service
- package org.thoughtslive.jenkins.plugins.hubot.service
org.thoughtslive.jenkins.plugins.hubot.steps
- package org.thoughtslive.jenkins.plugins.hubot.steps
org.thoughtslive.jenkins.plugins.hubot.util
- package org.thoughtslive.jenkins.plugins.hubot.util
P
parseResponse(Response<T>)
- Static method in class org.thoughtslive.jenkins.plugins.hubot.util.
Common
Converts Retrofit's
Response
to
ResponseData
R
ResponseData
<
T
> - Class in
org.thoughtslive.jenkins.plugins.hubot.api
ResponseData()
- Constructor for class org.thoughtslive.jenkins.plugins.hubot.api.
ResponseData
room
- Variable in class org.thoughtslive.jenkins.plugins.hubot.steps.
BasicHubotStep
run()
- Method in class org.thoughtslive.jenkins.plugins.hubot.steps.
SendStep.SendStepExecution
S
sanitizeURL(String)
- Static method in class org.thoughtslive.jenkins.plugins.hubot.util.
Common
Attaches the "/" at end of given url.
sendMessage(String, Message)
- Method in interface org.thoughtslive.jenkins.plugins.hubot.service.
HubotEndPoints
sendMessage(String, String)
- Method in class org.thoughtslive.jenkins.plugins.hubot.service.
HubotService
Sends message to given room.
SendStep
- Class in
org.thoughtslive.jenkins.plugins.hubot.steps
Sends a message to hubot
SendStep(String, String)
- Constructor for class org.thoughtslive.jenkins.plugins.hubot.steps.
SendStep
SendStep.DescriptorImpl
- Class in
org.thoughtslive.jenkins.plugins.hubot.steps
SendStep.SendStepExecution
- Class in
org.thoughtslive.jenkins.plugins.hubot.steps
SendStepExecution()
- Constructor for class org.thoughtslive.jenkins.plugins.hubot.steps.
SendStep.SendStepExecution
siteName
- Variable in class org.thoughtslive.jenkins.plugins.hubot.util.
HubotAbstractSynchronousNonBlockingStepExecution
siteName
- Variable in class org.thoughtslive.jenkins.plugins.hubot.util.
HubotStepExecution
start()
- Method in class org.thoughtslive.jenkins.plugins.hubot.steps.
ApproveStep.ApproveStepExecution
stop(Throwable)
- Method in class org.thoughtslive.jenkins.plugins.hubot.steps.
ApproveStep.ApproveStepExecution
V
verifyCommon(BasicHubotStep, TaskListener, EnvVars)
- Method in class org.thoughtslive.jenkins.plugins.hubot.util.
HubotAbstractSynchronousNonBlockingStepExecution
verifyCommon(BasicHubotStep, TaskListener, EnvVars)
- Method in class org.thoughtslive.jenkins.plugins.hubot.util.
HubotStepExecution
A
B
C
D
F
G
H
L
M
O
P
R
S
V
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2016–2017
ThoughtsLive
. All rights reserved.