public static interface BatchReport.IssueOrBuilder extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getEffortToFix()
optional double effort_to_fix = 6; |
BatchReport.Flow |
getFlow(int index)
repeated .Flow flow = 8; |
int |
getFlowCount()
repeated .Flow flow = 8; |
List<BatchReport.Flow> |
getFlowList()
repeated .Flow flow = 8; |
BatchReport.FlowOrBuilder |
getFlowOrBuilder(int index)
repeated .Flow flow = 8; |
List<? extends BatchReport.FlowOrBuilder> |
getFlowOrBuilderList()
repeated .Flow flow = 8; |
int |
getLine()
optional int32 line = 3; |
String |
getMsg()
optional string msg = 4; |
com.google.protobuf.ByteString |
getMsgBytes()
optional string msg = 4; |
String |
getRuleKey()
optional string rule_key = 2; |
com.google.protobuf.ByteString |
getRuleKeyBytes()
optional string rule_key = 2; |
String |
getRuleRepository()
optional string rule_repository = 1; |
com.google.protobuf.ByteString |
getRuleRepositoryBytes()
optional string rule_repository = 1; |
Constants.Severity |
getSeverity()
optional .Severity severity = 5; |
BatchReport.TextRange |
getTextRange()
optional .TextRange text_range = 7; |
BatchReport.TextRangeOrBuilder |
getTextRangeOrBuilder()
optional .TextRange text_range = 7; |
boolean |
hasEffortToFix()
optional double effort_to_fix = 6; |
boolean |
hasLine()
optional int32 line = 3; |
boolean |
hasMsg()
optional string msg = 4; |
boolean |
hasRuleKey()
optional string rule_key = 2; |
boolean |
hasRuleRepository()
optional string rule_repository = 1; |
boolean |
hasSeverity()
optional .Severity severity = 5; |
boolean |
hasTextRange()
optional .TextRange text_range = 7; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRuleRepository()
optional string rule_repository = 1;String getRuleRepository()
optional string rule_repository = 1;com.google.protobuf.ByteString getRuleRepositoryBytes()
optional string rule_repository = 1;boolean hasRuleKey()
optional string rule_key = 2;String getRuleKey()
optional string rule_key = 2;com.google.protobuf.ByteString getRuleKeyBytes()
optional string rule_key = 2;boolean hasLine()
optional int32 line = 3;
Only when issue component is a file. Can also be empty for a file if this is an issue global to the file. TODO To be removed. Use first line of text_range instead
int getLine()
optional int32 line = 3;
Only when issue component is a file. Can also be empty for a file if this is an issue global to the file. TODO To be removed. Use first line of text_range instead
boolean hasMsg()
optional string msg = 4;com.google.protobuf.ByteString getMsgBytes()
optional string msg = 4;boolean hasSeverity()
optional .Severity severity = 5;Constants.Severity getSeverity()
optional .Severity severity = 5;boolean hasEffortToFix()
optional double effort_to_fix = 6;double getEffortToFix()
optional double effort_to_fix = 6;boolean hasTextRange()
optional .TextRange text_range = 7;
Only when issue component is a file. Can also be empty for a file if this is an issue global to the file.
BatchReport.TextRange getTextRange()
optional .TextRange text_range = 7;
Only when issue component is a file. Can also be empty for a file if this is an issue global to the file.
BatchReport.TextRangeOrBuilder getTextRangeOrBuilder()
optional .TextRange text_range = 7;
Only when issue component is a file. Can also be empty for a file if this is an issue global to the file.
List<BatchReport.Flow> getFlowList()
repeated .Flow flow = 8;BatchReport.Flow getFlow(int index)
repeated .Flow flow = 8;int getFlowCount()
repeated .Flow flow = 8;List<? extends BatchReport.FlowOrBuilder> getFlowOrBuilderList()
repeated .Flow flow = 8;BatchReport.FlowOrBuilder getFlowOrBuilder(int index)
repeated .Flow flow = 8;Copyright © 2009–2016 SonarSource. All rights reserved.