public class BearyChatSendStep
extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BearyChatSendStep.BearyChatSendStepExecution |
static class |
BearyChatSendStep.DescriptorImpl |
| 构造器和说明 |
|---|
BearyChatSendStep(String message) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAttachmentText() |
String |
getChannel() |
String |
getColor() |
String |
getMessage() |
String |
getNotification() |
String |
getTitle() |
String |
getUrl() |
String |
getWebhook() |
boolean |
isFailOnError() |
void |
setAttachmentText(String text) |
void |
setChannel(String channel) |
void |
setColor(String color) |
void |
setFailOnError(boolean failOnError) |
void |
setNotification(String notification) |
void |
setTitle(String title) |
void |
setUrl(String url) |
void |
setWebhook(String webhook) |
public String getMessage()
public String getAttachmentText()
@DataBoundSetter public void setAttachmentText(String text)
public String getTitle()
public String getNotification()
@DataBoundSetter public void setNotification(String notification)
@DataBoundSetter public void setTitle(String title)
public String getUrl()
@DataBoundSetter public void setUrl(String url)
public String getColor()
@DataBoundSetter public void setColor(String color)
public String getWebhook()
@DataBoundSetter public void setWebhook(String webhook)
public String getChannel()
@DataBoundSetter public void setChannel(String channel)
public boolean isFailOnError()
@DataBoundSetter public void setFailOnError(boolean failOnError)
Copyright © 2016–2017. All rights reserved.