Class MavenConsole.Descriptor

All Implemented Interfaces:
Saveable, Loadable, OnMaster
Enclosing class:
MavenConsole

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

    • Descriptor

      public Descriptor()
      Creates the descriptor instance.
  • Method Details

    • isPostProcessingEnabled

      public boolean isPostProcessingEnabled()
      Description copied from class: 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.,
      Overrides:
      isPostProcessingEnabled in class Tool.ToolDescriptor
      Returns:
      true if post-processing is enabled, false otherwise