Class CreatePackageURLStep
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.Step
-
- com.axis.jenkins.plugins.eiffel.eiffelbroadcaster.pipeline.CreatePackageURLStep
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class CreatePackageURLStep extends org.jenkinsci.plugins.workflow.steps.Step
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreatePackageURLStep.Descriptor
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description CreatePackageURLStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
String
getNamespace()
Map<String,String>
getQualifiers()
String
getSubpath()
String
getType()
String
getVersion()
void
setName(String name)
void
setNamespace(String namespace)
void
setQualifiers(Map<String,String> qualifiers)
void
setSubpath(String subpath)
void
setType(String type)
void
setVersion(String version)
org.jenkinsci.plugins.workflow.steps.StepExecution
start(org.jenkinsci.plugins.workflow.steps.StepContext stepContext)
-
-
-
Method Detail
-
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext stepContext) throws Exception
- Specified by:
start
in classorg.jenkinsci.plugins.workflow.steps.Step
- Throws:
Exception
-
getName
@CheckForNull public String getName()
-
setName
@DataBoundSetter public void setName(@CheckForNull String name)
-
getNamespace
@CheckForNull public String getNamespace()
-
setNamespace
@DataBoundSetter public void setNamespace(@CheckForNull String namespace)
-
getSubpath
@CheckForNull public String getSubpath()
-
setSubpath
@DataBoundSetter public void setSubpath(@CheckForNull String subpath)
-
getType
@CheckForNull public String getType()
-
setType
@DataBoundSetter public void setType(@CheckForNull String type)
-
getVersion
@CheckForNull public String getVersion()
-
setVersion
@DataBoundSetter public void setVersion(@CheckForNull String version)
-
-