Klasse ToolSelection.ToolSelectionDescriptor

java.lang.Object
hudson.model.Descriptor<ToolSelection>
io.jenkins.plugins.analysis.core.model.ToolSelection.ToolSelectionDescriptor
Alle implementierten Schnittstellen:
Saveable, OnMaster
Umschließende Klasse:
ToolSelection

@Extension public static class ToolSelection.ToolSelectionDescriptor extends Descriptor<ToolSelection>
Descriptor for ToolSelection.
  • Konstruktordetails

    • ToolSelectionDescriptor

      public ToolSelectionDescriptor()
  • Methodendetails

    • doFillIdItems

      @POST public ComboBoxModel doFillIdItems(@AncestorInPath BuildableItem project)
      Returns a model that contains all static analysis tool IDs of all jobs.
      Parameter:
      project - the project that is configured
      Gibt zurück:
      a model with all static analysis tool IDs of all jobs
    • doCheckId

      @POST public FormValidation doCheckId(@AncestorInPath BuildableItem project, @QueryParameter String id)
      Performs on-the-fly validation of the ID.
      Parameter:
      project - the project that is configured
      id - the ID of the tool
      Gibt zurück:
      the validation result