Class JSMTriggerStep

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

    public class JSMTriggerStep
    extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
    • Constructor Detail

      • JSMTriggerStep

        @DataBoundConstructor
        public JSMTriggerStep()
    • Method Detail

      • getEnable

        public boolean getEnable()
      • setEnable

        @DataBoundSetter
        public void setEnable​(boolean enable)
      • getNotifyBuildStart

        public boolean getNotifyBuildStart()
      • setNotifyBuildStart

        @DataBoundSetter
        public void setNotifyBuildStart​(boolean notifyBuildStart)
      • setTags

        @DataBoundSetter
        public void setTags​(String tags)
      • setTeams

        @DataBoundSetter
        public void setTeams​(String teams)
      • getApiKey

        public Secret getApiKey()
      • setApiKey

        @DataBoundSetter
        public void setApiKey​(Secret apiKey)
      • getApiUrl

        public String getApiUrl()
      • setApiUrl

        @DataBoundSetter
        public void setApiUrl​(String apiUrl)
      • getTags

        public String getTags()
      • getTeams

        public String getTeams()
      • getPriority

        public String getPriority()
      • setPriority

        @DataBoundSetter
        public void setPriority​(String priority)
      • getBuildStartPriority

        public String getBuildStartPriority()
      • setBuildStartPriority

        @DataBoundSetter
        public void setBuildStartPriority​(String buildStartPriority)