Class VkNotifierEndSendStep
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.Step
-
- ru.spliterash.jenkinsVkNotifier.jenkins.pipeline.VkNotifierEndSendStep
-
- All Implemented Interfaces:
hudson.ExtensionPoint
,hudson.model.Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class VkNotifierEndSendStep extends org.jenkinsci.plugins.workflow.steps.Step
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VkNotifierEndSendStep.DescriptorImpl
-
Constructor Summary
Constructors Constructor Description VkNotifierEndSendStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getPeer()
void
setPeer(java.lang.String peer)
org.jenkinsci.plugins.workflow.steps.StepExecution
start(org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
-
Method Detail
-
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context)
- Specified by:
start
in classorg.jenkinsci.plugins.workflow.steps.Step
-
getPeer
public java.lang.String getPeer()
-
setPeer
@DataBoundSetter public void setPeer(java.lang.String peer)
-
-