We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 403adaa commit 7b6594bCopy full SHA for 7b6594b
src/main/java/com/redhat/labs/lodestar/models/Engagement.java
@@ -1,6 +1,7 @@
1
package com.redhat.labs.lodestar.models;
2
3
import java.util.List;
4
+import java.util.Map;
5
6
import javax.json.bind.annotation.JsonbProperty;
7
@@ -54,5 +55,6 @@ public class Engagement {
54
55
private List<Artifact> artifacts;
56
private String commitMessage;
57
private List<UseCase> useCases;
58
+ private Map<String, Double> scores;
59
60
}
0 commit comments