Class SonarToGerritPublisher.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<Publisher>
org.jenkinsci.plugins.sonargerrit.SonarToGerritPublisher.DescriptorImpl
- 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.
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
Field Summary
Modifier and TypeFieldDescriptionstatic final boolean
static final String
static final boolean
static final String
static final String
static final boolean
static final boolean
static final Integer
static final String
static final me.redaalaoui.gerrit_rest_java_client.thirdparty.com.google.gerrit.extensions.api.changes.NotifyHandling
static final me.redaalaoui.gerrit_rest_java_client.thirdparty.com.google.gerrit.extensions.api.changes.NotifyHandling
static final me.redaalaoui.gerrit_rest_java_client.thirdparty.com.google.gerrit.extensions.api.changes.NotifyHandling
static final String
static final String
static final Integer
static final String
static final String
static final String
Fields inherited from class hudson.model.Descriptor
clazz
-
Constructor Summary
ConstructorDescriptionIn order to load the persisted global configuration, you have to call load() in the constructor. -
Method Summary
Modifier and TypeMethodDescriptionThis human readable name is used in the configuration screen.boolean
isApplicable
(Class<? extends AbstractProject> aClass) Methods inherited from class hudson.tasks.BuildStepDescriptor
filter
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
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
- See Also:
-
SONAR_REPORT_PATH
- See Also:
-
SONAR_URL
- See Also:
-
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
-
SOME_ISSUES_TEXT
-
ISSUE_COMMENT_TEXT
-
ISSUE_OMIT_DUPLICATE_COMMENTS
public static final boolean ISSUE_OMIT_DUPLICATE_COMMENTS- See Also:
-
CATEGORY
- See Also:
-
NO_ISSUES_SCORE
-
SOME_ISSUES_SCORE
-
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
-
isApplicable
- Specified by:
isApplicable
in classBuildStepDescriptor<Publisher>
-
getDisplayName
This human readable name is used in the configuration screen.- Overrides:
getDisplayName
in classDescriptor<Publisher>
-