Class StoreSCM.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<SCM>
hudson.scm.SCMDescriptor<StoreSCM>
org.jenkinsci.plugins.visualworks_store.StoreSCM.DescriptorImpl
All Implemented Interfaces:
Saveable, OnMaster
Enclosing class:
StoreSCM

@Extension
public static final class StoreSCM.DescriptorImpl
extends SCMDescriptor<StoreSCM>
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Overrides:
      getDisplayName in class Descriptor<SCM>
    • configure

      public boolean configure​(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) throws Descriptor.FormException
      Overrides:
      configure in class Descriptor<SCM>
      Throws:
      Descriptor.FormException
    • doFillMinimumBlessingLevelItems

      public ListBoxModel doFillMinimumBlessingLevelItems()
      Generates a list of the standard Store blessing levels for use in the configuration form.
      Returns:
      The list of blessing levels.
    • getDefaultVersionRegex

      public String getDefaultVersionRegex()
    • getDefaultMinimumBlessingLevel

      public String getDefaultMinimumBlessingLevel()
    • getDefaultParcelBuilderInputFilename

      public String getDefaultParcelBuilderInputFilename()
    • getStoreScripts

      public StoreScript[] getStoreScripts()
    • setStoreScripts

      public void setStoreScripts​(StoreScript... scripts)