Class SendMessageStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
io.jenkins.plugins.matrix_communication.SendMessageStep
- All Implemented Interfaces:
ExtensionPoint,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class SendMessageStep
extends org.jenkinsci.plugins.workflow.steps.Step
- Author:
- Réda Housni Alaoui
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBody()getPort()getType()booleanisHttps()voidsetAccessTokenCredentialsId(String accessTokenCredentialsId) voidvoidvoidsetFormattedBody(String formattedBody) voidsetHostname(String hostname) voidsetHttps(boolean https) voidvoidvoidorg.jenkinsci.plugins.workflow.steps.StepExecutionstart(org.jenkinsci.plugins.workflow.steps.StepContext context) Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
SendMessageStep
@DataBoundConstructor public SendMessageStep()
-
-
Method Details
-
isHttps
public boolean isHttps() -
setHttps
@DataBoundSetter public void setHttps(boolean https) -
getHostname
-
setHostname
-
getPort
-
setPort
-
getAccessTokenCredentialsId
-
setAccessTokenCredentialsId
-
getRoomId
-
setRoomId
-
getBody
-
setBody
-
getFormat
-
setFormat
-
getFormattedBody
-
setFormattedBody
-
getType
-
setType
-
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) - Specified by:
startin classorg.jenkinsci.plugins.workflow.steps.Step
-