Klasse SourceCodeDirectory.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<SourceCodeDirectory>
io.jenkins.plugins.prism.SourceCodeDirectory.DescriptorImpl
Alle implementierten Schnittstellen:
Saveable, OnMaster
Umschließende Klasse:
SourceCodeDirectory

@Extension public static class SourceCodeDirectory.DescriptorImpl extends Descriptor<SourceCodeDirectory>
Descriptor to validate SourceCodeDirectory.
Autor:
Ullrich Hafner
  • Konstruktordetails

    • DescriptorImpl

      public DescriptorImpl()
  • Methodendetails

    • getDisplayName

      @NonNull public String getDisplayName()
      Setzt außer Kraft:
      getDisplayName in Klasse Descriptor<SourceCodeDirectory>
    • doCheckPath

      @POST public FormValidation doCheckPath(@AncestorInPath AbstractProject<?,?> project, @QueryParameter String path)
      Performs on-the-fly validation of the source code directory.
      Parameter:
      project - the project that is configured
      path - the relative or absolute path
      Gibt zurück:
      the validation result