Class JSMTriggerStep
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.Step
-
- org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
-
- com.atlassian.jsm.integration.jenkins.pipeline.JSMTriggerStep
-
- All Implemented Interfaces:
ExtensionPoint,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class JSMTriggerStep extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJSMTriggerStep.DescriptorImplstatic classJSMTriggerStep.JSMTriggerStepExecution-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description JSMTriggerStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecretgetApiKey()StringgetApiUrl()StringgetBuildStartPriority()booleangetEnable()booleangetNotifyBuildStart()StringgetPriority()StringgetTags()StringgetTeams()voidsetApiKey(Secret apiKey)voidsetApiUrl(String apiUrl)voidsetBuildStartPriority(String buildStartPriority)voidsetEnable(boolean enable)voidsetNotifyBuildStart(boolean notifyBuildStart)voidsetPriority(String priority)voidsetTags(String tags)voidsetTeams(String teams)
-
-
-
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)
-
-