public class MQMessageStep
extends org.jenkinsci.plugins.workflow.steps.Step
| Modifier and Type | Class and Description |
|---|---|
static class |
MQMessageStep.Descriptor
Standard Descriptor.
|
| Constructor and Description |
|---|
MQMessageStep(String json)
DataBoundConstructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getJson() |
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
@DataBoundConstructor public MQMessageStep(String json)
json - mq message payloadpublic org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context)
throws Exception
start in class org.jenkinsci.plugins.workflow.steps.StepExceptionpublic String getJson()
Copyright © 2016–2020. All rights reserved.