Class VkNotifierCustomSendStep

  • All Implemented Interfaces:
    hudson.ExtensionPoint, hudson.model.Describable<org.jenkinsci.plugins.workflow.steps.Step>

    public class VkNotifierCustomSendStep
    extends org.jenkinsci.plugins.workflow.steps.Step
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  VkNotifierCustomSendStep.DescriptorImpl  
      • Nested classes/interfaces inherited from interface hudson.ExtensionPoint

        hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()  
      java.lang.String getPeer()  
      void setPeer​(java.lang.String peer)  
      org.jenkinsci.plugins.workflow.steps.StepExecution start​(org.jenkinsci.plugins.workflow.steps.StepContext context)  
      • Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step

        getDescriptor
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VkNotifierCustomSendStep

        @DataBoundConstructor
        public VkNotifierCustomSendStep​(java.lang.String message)
    • Method Detail

      • start

        public org.jenkinsci.plugins.workflow.steps.StepExecution start​(org.jenkinsci.plugins.workflow.steps.StepContext context)
        Specified by:
        start in class org.jenkinsci.plugins.workflow.steps.Step
      • getMessage

        public java.lang.String getMessage()
      • getPeer

        public java.lang.String getPeer()
      • setPeer

        @DataBoundSetter
        public void setPeer​(java.lang.String peer)