Class CreatePackageURLStep

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

    public class CreatePackageURLStep
    extends org.jenkinsci.plugins.workflow.steps.Step
    • Constructor Detail

      • CreatePackageURLStep

        @DataBoundConstructor
        public CreatePackageURLStep()
    • Method Detail

      • start

        public org.jenkinsci.plugins.workflow.steps.StepExecution start​(org.jenkinsci.plugins.workflow.steps.StepContext stepContext)
                                                                 throws Exception
        Specified by:
        start in class org.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)
      • setQualifiers

        @DataBoundSetter
        public void setQualifiers​(@NonNull
                                  Map<String,​String> qualifiers)
      • 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)