Class WithMavenStep.DescriptorImpl

  • All Implemented Interfaces:
    Saveable, OnMaster
    Enclosing class:
    WithMavenStep

    @Extension
    public static class WithMavenStep.DescriptorImpl
    extends org.jenkinsci.plugins.workflow.steps.StepDescriptor
    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • getFunctionName

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

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

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

        @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
        public SettingsProvider getDefaultSettingsProvider()
      • doFillMavenItems

        @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
        public ListBoxModel doFillMavenItems​(@AncestorInPath
                                             Item item)
      • doFillJdkItems

        @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
        public ListBoxModel doFillJdkItems​(@AncestorInPath
                                           Item item)
      • doFillMavenSettingsConfigItems

        @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
        public ListBoxModel doFillMavenSettingsConfigItems​(@AncestorInPath
                                                           Item item,
                                                           @AncestorInPath
                                                           ItemGroup context)
      • doFillGlobalMavenSettingsConfigItems

        @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
        public ListBoxModel doFillGlobalMavenSettingsConfigItems​(@AncestorInPath
                                                                 Item item,
                                                                 @AncestorInPath
                                                                 ItemGroup context)
      • doFillPublisherStrategyItems

        @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
        public ListBoxModel doFillPublisherStrategyItems​(@AncestorInPath
                                                         Item item,
                                                         @AncestorInPath
                                                         ItemGroup context)