Class SonarToGerritPublisher.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<Publisher>
org.jenkinsci.plugins.sonargerrit.SonarToGerritPublisher.DescriptorImpl
All Implemented Interfaces:
Saveable, OnMaster
Enclosing class:
SonarToGerritPublisher

@Symbol("sonarToGerrit") @Extension public static final class SonarToGerritPublisher.DescriptorImpl extends BuildStepDescriptor<Publisher>
Descriptor for SonarToGerritPublisher. Used as a singleton. The class is marked as public so that it can be accessed from views.

See src/main/resources/hudson/plugins/hello_world/SonarToGerritBuilder/*.jelly for the actual HTML fragment for the configuration screen.

  • Field Details

    • NOTIFICATION_RECIPIENT_NO_ISSUES

      public static final me.redaalaoui.gerrit_rest_java_client.thirdparty.com.google.gerrit.extensions.api.changes.NotifyHandling NOTIFICATION_RECIPIENT_NO_ISSUES
    • NOTIFICATION_RECIPIENT_SOME_ISSUES

      public static final me.redaalaoui.gerrit_rest_java_client.thirdparty.com.google.gerrit.extensions.api.changes.NotifyHandling NOTIFICATION_RECIPIENT_SOME_ISSUES
    • NOTIFICATION_RECIPIENT_NEGATIVE_SCORE

      public static final me.redaalaoui.gerrit_rest_java_client.thirdparty.com.google.gerrit.extensions.api.changes.NotifyHandling NOTIFICATION_RECIPIENT_NEGATIVE_SCORE
    • PROJECT_PATH

      public static final String PROJECT_PATH
      See Also:
    • SONAR_REPORT_PATH

      public static final String SONAR_REPORT_PATH
      See Also:
    • SONAR_URL

      public static final String SONAR_URL
      See Also:
    • DEFAULT_INSPECTION_CONFIG_TYPE

      public static final String DEFAULT_INSPECTION_CONFIG_TYPE
      See Also:
    • AUTO_MATCH_INSPECTION_AND_REVISION_PATHS

      public static final boolean AUTO_MATCH_INSPECTION_AND_REVISION_PATHS
      See Also:
    • NO_ISSUES_TEXT

      public static final String NO_ISSUES_TEXT
    • SOME_ISSUES_TEXT

      public static final String SOME_ISSUES_TEXT
    • ISSUE_COMMENT_TEXT

      public static final String ISSUE_COMMENT_TEXT
    • ISSUE_OMIT_DUPLICATE_COMMENTS

      public static final boolean ISSUE_OMIT_DUPLICATE_COMMENTS
      See Also:
    • CATEGORY

      public static final String CATEGORY
      See Also:
    • NO_ISSUES_SCORE

      public static final Integer NO_ISSUES_SCORE
    • SOME_ISSUES_SCORE

      public static final Integer SOME_ISSUES_SCORE
    • SEVERITY

      public static final String SEVERITY
    • NEW_ISSUES_ONLY

      public static final boolean NEW_ISSUES_ONLY
      See Also:
    • CHANGED_LINES_ONLY

      public static final boolean CHANGED_LINES_ONLY
      See Also:
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
      In order to load the persisted global configuration, you have to call load() in the constructor.
  • Method Details