Class 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 Detail

      • 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
      • AUTO_MATCH_INSPECTION_AND_REVISION_PATHS

        public static final boolean AUTO_MATCH_INSPECTION_AND_REVISION_PATHS
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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
    • Constructor Detail

      • DescriptorImpl

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