Uses of Class
net.azae.xray.XrayTestSuite
-
-
Uses of XrayTestSuite in net.azae.xray
Methods in net.azae.xray that return XrayTestSuite Modifier and Type Method Description static XrayTestSuiteMapper. suiteFromJson(java.lang.String s)static XrayTestSuiteXrayTestSuite. withInfos(java.lang.String summary, java.util.List<java.lang.String> envs)Methods in net.azae.xray that return types with arguments of type XrayTestSuite Modifier and Type Method Description java.util.Optional<XrayTestSuite>XrayTestSuite. cloneToUpload()Methods in net.azae.xray with parameters of type XrayTestSuite Modifier and Type Method Description static java.lang.StringMapper. toJson(XrayTestSuite suite)static java.util.Optional<java.lang.String>Mapper. ToJsonAsOptional(XrayTestSuite suite)
-