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/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
getType()
void
void
setNamespace
(String namespace) void
setQualifiers
(Map<String, String> qualifiers) void
setSubpath
(String subpath) void
void
setVersion
(String version) org.jenkinsci.plugins.workflow.steps.StepExecution
start
(org.jenkinsci.plugins.workflow.steps.StepContext stepContext) Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
CreatePackageURLStep
@DataBoundConstructor public CreatePackageURLStep()
-
-
Method Details
-
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
-
setName
-
getNamespace
-
setNamespace
-
getQualifiers
-
setQualifiers
-
getSubpath
-
setSubpath
-
getType
-
setType
-
getVersion
-
setVersion
-