Class ScoreConfig
java.lang.Object
hudson.model.AbstractDescribableImpl<ScoreConfig>
org.jenkinsci.plugins.sonargerrit.gerrit.ScoreConfig
- All Implemented Interfaces:
Describable<ScoreConfig>
Project: Sonar-Gerrit Plugin Author: Tatiana Didik Created: 09.11.2017 13:20 $Id$
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionScoreConfig
(IssueFilterConfig issueFilterConfig, String category, Integer noIssuesScore, Integer issuesScore) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setCategory
(String category) void
setIssueFilterConfig
(IssueFilterConfig scoreIssueFilterConfig) void
setIssuesScore
(Integer issuesScore) void
setNoIssuesScore
(Integer noIssuesScore)
-
Constructor Details
-
ScoreConfig
public ScoreConfig(IssueFilterConfig issueFilterConfig, String category, Integer noIssuesScore, Integer issuesScore) -
ScoreConfig
@DataBoundConstructor public ScoreConfig()
-
-
Method Details
-
getIssueFilterConfig
-
setIssueFilterConfig
-
getNoIssuesScore
-
setNoIssuesScore
-
getIssuesScore
-
setIssuesScore
-
getCategory
-
setCategory
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<ScoreConfig>
- Overrides:
getDescriptor
in classAbstractDescribableImpl<ScoreConfig>
-