All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.server.batch.issues-example.proto Maven / Gradle / Ivy

There is a newer version: 7.2.1
Show newest version
# return a list of the following protocol buffer message, in protocol buffer format
message ServerIssue {
  optional string key = 1;
  optional string module_key = 2;
  optional string path = 3;
  optional string rule_repository = 4;
  optional string rule_key = 5;
  optional int32 line = 6;
  optional string msg = 7;
  optional Severity severity = 8;
  optional bool manual_severity = 9;
  optional string resolution = 10;
  optional string status = 11;
  optional string checksum = 12;
  optional string assignee_login = 13;
  optional int64 creation_date = 14;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy