toJson method

Map<String, Object?> toJson()

Encodes this CockpitTestEvidenceIndexEntry as a JSON object.

Implementation

Map<String, Object?> toJson() => <String, Object?>{
  'stepResultIndex': stepResultIndex,
  'stepExecutionId': stepExecutionId,
  'artifactIds': artifactIds,
};