public class HipChatSendStep
extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
HipChatSendStep.DescriptorImpl |
static class |
HipChatSendStep.HipChatSendStepExecution |
| Modifier and Type | Field and Description |
|---|---|
Notification.Color |
color |
String |
credentialId |
boolean |
failOnError |
String |
icon |
String |
message |
boolean |
notify |
String |
room |
String |
sendAs |
String |
server |
boolean |
textFormat |
String |
token
Deprecated.
Use
instead. |
Boolean |
v2enabled |
| Constructor and Description |
|---|
HipChatSendStep(String message) |
public final String message
@DataBoundSetter public Notification.Color color
@DataBoundSetter public String icon
@Deprecated @DataBoundSetter public String token
instead.@DataBoundSetter public String credentialId
@DataBoundSetter public String room
@DataBoundSetter public String server
@DataBoundSetter public boolean notify
@DataBoundSetter public boolean textFormat
@DataBoundSetter public Boolean v2enabled
@DataBoundSetter public String sendAs
@DataBoundSetter public boolean failOnError
Copyright © 2016–2018. All rights reserved.