Klasse MavenConsole.Descriptor

Alle implementierten Schnittstellen:
Saveable, OnMaster
Umschließende Klasse:
MavenConsole

@Symbol("mavenConsole") @Extension public static class MavenConsole.Descriptor extends AnalysisModelParser.AnalysisModelParserDescriptor
Descriptor for this static analysis tool.
  • Konstruktordetails

    • Descriptor

      public Descriptor()
      Creates the descriptor instance.
  • Methodendetails

    • isPostProcessingEnabled

      public boolean isPostProcessingEnabled()
      Beschreibung aus Klasse kopiert: Tool.ToolDescriptor
      Returns whether post-processing on the agent is enabled for this tool. If enabled, for all issues absolute paths, fingerprints, packages and modules will be detected. Additionally, all affected files will be saved in the build so that these files can be shown in the UI later on.,
      Setzt außer Kraft:
      isPostProcessingEnabled in Klasse Tool.ToolDescriptor
      Gibt zurück:
      true if post-processing is enabled, false otherwise