Class SCMSourceRetriever.DescriptorImpl

All Implemented Interfaces:
Saveable, OnMaster, org.jenkinsci.plugins.structs.describable.CustomDescribableModel
Enclosing class:
SCMSourceRetriever

@Symbol("modernSCM") @Extension public static class SCMSourceRetriever.DescriptorImpl extends SCMBasedRetriever.SCMBasedRetrieverDescriptor implements org.jenkinsci.plugins.structs.describable.CustomDescribableModel
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Overrides:
      getDisplayName in class Descriptor<LibraryRetriever>
    • getSCMDescriptors

      @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public Collection<jenkins.scm.api.SCMSourceDescriptor> getSCMDescriptors()
      Returns only implementations overriding SCMSource.retrieve(String, TaskListener) or SCMSource.retrieve(String, TaskListener, Item).
    • 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