Skip navigation links
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(ApproveStep, StepContext) - 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.
buildUrl - Variable in class org.thoughtslive.jenkins.plugins.hubot.util.HubotAbstractSynchronousNonBlockingStepExecution
 
buildUrl - Variable in class org.thoughtslive.jenkins.plugins.hubot.util.HubotStepExecution
 
buildUser - Variable in class org.thoughtslive.jenkins.plugins.hubot.util.HubotAbstractSynchronousNonBlockingStepExecution
 
buildUser - Variable in class org.thoughtslive.jenkins.plugins.hubot.util.HubotStepExecution
 

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
 
getJobName(EnvVars) - Static method in class org.thoughtslive.jenkins.plugins.hubot.util.Common
 
getRequiredContext() - Method in class org.thoughtslive.jenkins.plugins.hubot.steps.ApproveStep.DescriptorImpl
 
getRequiredContext() - Method in class org.thoughtslive.jenkins.plugins.hubot.steps.SendStep.DescriptorImpl
 
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(StepContext) - 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(StepContext) - 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
prepareBuildUser(List<Cause>) - Static method in class org.thoughtslive.jenkins.plugins.hubot.util.HubotAbstractSynchronousNonBlockingStepExecution
Return the current build user.
prepareBuildUser(List<Cause>) - Static method in class org.thoughtslive.jenkins.plugins.hubot.util.HubotStepExecution
Return the current build user.

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
 
room - Variable in class org.thoughtslive.jenkins.plugins.hubot.util.HubotAbstractSynchronousNonBlockingStepExecution
 
room - Variable in class org.thoughtslive.jenkins.plugins.hubot.util.HubotStepExecution
 
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(SendStep, StepContext) - Constructor for class org.thoughtslive.jenkins.plugins.hubot.steps.SendStep.SendStepExecution
 
setHubotService(HubotService) - Method in class org.thoughtslive.jenkins.plugins.hubot.util.HubotAbstractSynchronousNonBlockingStepExecution
 
setHubotService(HubotService) - Method in class org.thoughtslive.jenkins.plugins.hubot.util.HubotStepExecution
 
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
 
start(StepContext) - Method in class org.thoughtslive.jenkins.plugins.hubot.steps.ApproveStep
 
start(StepContext) - Method in class org.thoughtslive.jenkins.plugins.hubot.steps.SendStep
 
stop(Throwable) - Method in class org.thoughtslive.jenkins.plugins.hubot.steps.ApproveStep.ApproveStepExecution
 

V

verifyCommon(BasicHubotStep) - Method in class org.thoughtslive.jenkins.plugins.hubot.util.HubotAbstractSynchronousNonBlockingStepExecution
 
verifyCommon(BasicHubotStep) - 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

Copyright © 2016–2017 ThoughtsLive. All rights reserved.