Uses of Interface
org.datadog.jenkins.plugins.datadog.util.json.ToJson
-
Packages that use ToJson Package Description org.datadog.jenkins.plugins.datadog.model org.datadog.jenkins.plugins.datadog.util.json -
-
Uses of ToJson in org.datadog.jenkins.plugins.datadog.model
Classes in org.datadog.jenkins.plugins.datadog.model that implement ToJson Modifier and Type Class Description class
StageData
Keeps the information of a Stage to calculate the Stage breakdown. -
Uses of ToJson in org.datadog.jenkins.plugins.datadog.util.json
Method parameters in org.datadog.jenkins.plugins.datadog.util.json with type arguments of type ToJson Modifier and Type Method Description static String
JsonUtils. toJson(List<ToJson> data)
-