public class TypetalkBuildWrapperStep
extends org.jenkinsci.plugins.workflow.steps.Step
| Modifier and Type | Class and Description |
|---|---|
static class |
TypetalkBuildWrapperStep.Callback |
static class |
TypetalkBuildWrapperStep.DescriptorImpl |
static class |
TypetalkBuildWrapperStep.TypetalkBuildWrapperStepExecution |
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
TypetalkBuildWrapperStep(String name,
Long topicId,
Long talkId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getNotifyEndMessage() |
String |
getNotifyStartMessage() |
Long |
getTalkId() |
Long |
getTopicId() |
boolean |
isNotifyEnd() |
boolean |
isNotifyStart() |
void |
setNotifyEnd(boolean notifyEnd) |
void |
setNotifyEndMessage(String notifyEndMessage) |
void |
setNotifyStart(boolean notifyStart) |
void |
setNotifyStartMessage(String notifyStartMessage) |
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
@NonNull public String getName()
@NonNull public Long getTopicId()
@NonNull public Long getTalkId()
public boolean isNotifyStart()
@DataBoundSetter public void setNotifyStart(boolean notifyStart)
public String getNotifyStartMessage()
@DataBoundSetter public void setNotifyStartMessage(String notifyStartMessage)
public boolean isNotifyEnd()
@DataBoundSetter public void setNotifyEnd(boolean notifyEnd)
public String getNotifyEndMessage()
@DataBoundSetter public void setNotifyEndMessage(String notifyEndMessage)
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context)
start in class org.jenkinsci.plugins.workflow.steps.StepCopyright © 2016–2022. All rights reserved.