Merge "Support arbitrary properties on robot comments"
This commit is contained in:
@@ -102,6 +102,7 @@ public class ReviewInput {
|
||||
public String robotId;
|
||||
public String robotRunId;
|
||||
public String url;
|
||||
public Map<String, String> properties;
|
||||
}
|
||||
|
||||
public ReviewInput message(String msg) {
|
||||
|
||||
@@ -14,8 +14,11 @@
|
||||
|
||||
package com.google.gerrit.extensions.common;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
public class RobotCommentInfo extends CommentInfo {
|
||||
public String robotId;
|
||||
public String robotRunId;
|
||||
public String url;
|
||||
public Map<String, String> properties;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user