Class NPMRegistry.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<NPMRegistry>
jenkins.plugins.nodejs.configfiles.NPMRegistry.DescriptorImpl
All Implemented Interfaces:
Saveable, OnMaster
Enclosing class:
NPMRegistry

@Extension public static class NPMRegistry.DescriptorImpl extends Descriptor<NPMRegistry>
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • doCheckScopes

      public FormValidation doCheckScopes(@CheckForNull @QueryParameter boolean hasScopes, @CheckForNull @QueryParameter String scopes)
    • doCheckUrl

      public FormValidation doCheckUrl(@CheckForNull @QueryParameter String url)
    • doCheckCredentialsId

      @POST public FormValidation doCheckCredentialsId(@CheckForNull @AncestorInPath Item projectOrFolder, @QueryParameter String credentialsId, @QueryParameter String serverUrl)
    • doFillCredentialsIdItems

      @POST public ListBoxModel doFillCredentialsIdItems(@CheckForNull @AncestorInPath ItemGroup<?> context, @CheckForNull @AncestorInPath Item projectOrFolder, @QueryParameter String credentialsId, @QueryParameter String url)
    • getAuthentication

      @NonNull protected Authentication getAuthentication(Item item)
    • getDisplayName

      public String getDisplayName()
      Overrides:
      getDisplayName in class Descriptor<NPMRegistry>