|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Beta public interface AnalyzerIssueBuilder
Builder for AnalyzerIssue.
| Method Summary | |
|---|---|
AnalyzerIssueBuilder |
atLine(int line)
Line of the issue. |
AnalyzerIssue |
build()
Build the issue. |
AnalyzerIssueBuilder |
effortToFix(Double effortToFix)
Effort to fix the issue. |
AnalyzerIssueBuilder |
message(String message)
Message of the issue. |
AnalyzerIssueBuilder |
onFile(InputFile file)
The InputFile the issue belongs to. |
AnalyzerIssueBuilder |
onProject()
Tell that the issue is global to the project. |
AnalyzerIssueBuilder |
ruleKey(RuleKey ruleKey)
The RuleKey of the issue. |
| Method Detail |
|---|
AnalyzerIssueBuilder ruleKey(RuleKey ruleKey)
RuleKey of the issue.
AnalyzerIssueBuilder onFile(InputFile file)
InputFile the issue belongs to. For global issues call onProject().
AnalyzerIssueBuilder onProject()
AnalyzerIssueBuilder atLine(int line)
AnalyzerIssueBuilder effortToFix(@Nullable
Double effortToFix)
AnalyzerIssueBuilder message(String message)
AnalyzerIssue build()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||