Class BackCompatibilityHelper
java.lang.Object
org.jenkinsci.plugins.sonargerrit.util.BackCompatibilityHelper
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public final class BackCompatibilityHelper
extends Object
Project: Sonar-Gerrit Plugin Author: Tatiana Didik Created: 30.01.2018 13:04
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPath()
boolean
boolean
boolean
boolean
void
setCategory
(String category) void
setChangedLinesOnly
(Boolean changedLinesOnly) void
setHttpPassword
(String httpPassword) void
setHttpUsername
(String httpUsername) void
setIssueComment
(String issueComment) void
setIssuesNotification
(String notification) void
setIssuesScore
(String score) void
setNewIssuesOnly
(Boolean changedLinesOnly) void
setNoIssuesNotification
(String notification) void
setNoIssuesScore
(String score) void
setNoIssuesToPostText
(String noIssuesToPost) void
setOverrideCredentials
(Boolean overrideCredentials) void
void
setPostScore
(Boolean postScore) void
setProjectPath
(String path) void
setSeverity
(String severity) void
setSomeIssuesToPostText
(String someIssuesToPost) void
setSonarURL
(String sonarURL) void
setSubJobConfigs
(List<SubJobConfig> subJobConfigs)
-
Constructor Details
-
BackCompatibilityHelper
-
-
Method Details
-
setSonarURL
-
setProjectPath
-
setPath
-
setSubJobConfigs
-
setPostScore
-
setCategory
-
setNoIssuesScore
-
setIssuesScore
-
setSeverity
-
setNewIssuesOnly
-
setChangedLinesOnly
-
setNoIssuesToPostText
-
setSomeIssuesToPostText
-
setIssueComment
-
setOverrideCredentials
-
setHttpUsername
-
setHttpPassword
-
setNoIssuesNotification
-
setIssuesNotification
-
getSonarURL
-
getSubJobConfigs
-
getSeverity
-
isNewIssuesOnly
public boolean isNewIssuesOnly() -
isChangedLinesOnly
public boolean isChangedLinesOnly() -
getNoIssuesToPostText
-
getSomeIssuesToPostText
-
getIssueComment
-
isOverrideCredentials
public boolean isOverrideCredentials() -
getHttpUsername
-
getHttpPassword
-
isPostScore
public boolean isPostScore() -
getCategory
-
getNoIssuesScore
-
getIssuesScore
-
getNoIssuesNotification
-
getIssuesNotification
-
getProjectPath
-
getPath
-