File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
src/main/java/com/epam/ta/reportportal/ws/reporting Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 2121import com .fasterxml .jackson .annotation .JsonInclude .Include ;
2222import com .fasterxml .jackson .annotation .JsonProperty ;
2323import com .fasterxml .jackson .databind .annotation .JsonDeserialize ;
24- import lombok .Getter ;
25- import lombok .Setter ;
26- import lombok .ToString ;
27-
2824import java .time .Instant ;
2925import java .util .List ;
3026import java .util .Set ;
27+ import lombok .Getter ;
28+ import lombok .Setter ;
29+ import lombok .ToString ;
3130
3231/**
3332 * JSON Representation of Report Portal domain object
@@ -117,4 +116,7 @@ public class TestItemResource {
117116 @ JsonProperty (value = "path" )
118117 private String path ;
119118
119+ @ JsonProperty (value = "hasNestedSteps" )
120+ private boolean hasNestedSteps ;
121+
120122}
You can’t perform that action at this time.
0 commit comments