Class RegistryEndpointStep.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.StepDescriptor
org.jenkinsci.plugins.docker.workflow.RegistryEndpointStep.DescriptorImpl
All Implemented Interfaces:
Saveable, OnMaster, org.jenkinsci.plugins.structs.describable.CustomDescribableModel
Enclosing class:
RegistryEndpointStep

@Extension public static class RegistryEndpointStep.DescriptorImpl extends org.jenkinsci.plugins.workflow.steps.StepDescriptor implements org.jenkinsci.plugins.structs.describable.CustomDescribableModel
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • getFunctionName

      public String getFunctionName()
      Specified by:
      getFunctionName in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
    • getDisplayName

      @NonNull public String getDisplayName()
      Overrides:
      getDisplayName in class Descriptor<org.jenkinsci.plugins.workflow.steps.Step>
    • takesImplicitBlockArgument

      public boolean takesImplicitBlockArgument()
      Overrides:
      takesImplicitBlockArgument in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
    • isAdvanced

      public boolean isAdvanced()
      Overrides:
      isAdvanced in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
    • customInstantiate

      public Map<String,Object> customInstantiate(Map<String,Object> arguments)
      Specified by:
      customInstantiate in interface org.jenkinsci.plugins.structs.describable.CustomDescribableModel
    • customUninstantiate

      public org.jenkinsci.plugins.structs.describable.UninstantiatedDescribable customUninstantiate(org.jenkinsci.plugins.structs.describable.UninstantiatedDescribable ud)
      Specified by:
      customUninstantiate in interface org.jenkinsci.plugins.structs.describable.CustomDescribableModel
    • getRequiredContext

      public Set<? extends Class<?>> getRequiredContext()
      Specified by:
      getRequiredContext in class org.jenkinsci.plugins.workflow.steps.StepDescriptor