Class IssueFilterConfig
java.lang.Object
hudson.model.AbstractDescribableImpl<IssueFilterConfig>
org.jenkinsci.plugins.sonargerrit.sonar.IssueFilterConfig
- All Implemented Interfaces:
Describable<IssueFilterConfig>
Project: Sonar-Gerrit Plugin Author: Tatiana Didik Created: 11.10.2017 19:53 $Id$
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionIssueFilterConfig
(String severity, boolean newIssuesOnly, boolean changedLinesOnly) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setChangedLinesOnly
(boolean changedLinesOnly) void
setExcludedPathsGlobPattern
(String excludedPathsGlobPattern) void
setIncludedPathsGlobPattern
(String includedPathsGlobPattern) void
setNewIssuesOnly
(boolean newIssuesOnly) void
setSeverity
(String severity)
-
Constructor Details
-
IssueFilterConfig
-
IssueFilterConfig
@DataBoundConstructor public IssueFilterConfig()
-
-
Method Details
-
getSeverity
-
setSeverity
-
isNewIssuesOnly
public boolean isNewIssuesOnly() -
setNewIssuesOnly
@DataBoundSetter public void setNewIssuesOnly(boolean newIssuesOnly) -
isChangedLinesOnly
public boolean isChangedLinesOnly() -
setChangedLinesOnly
@DataBoundSetter public void setChangedLinesOnly(boolean changedLinesOnly) -
getIncludedPathsGlobPattern
-
setIncludedPathsGlobPattern
-
getExcludedPathsGlobPattern
-
setExcludedPathsGlobPattern
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<IssueFilterConfig>
- Overrides:
getDescriptor
in classAbstractDescribableImpl<IssueFilterConfig>
-