Uses of Class
com.chutneytesting.jira.xrayapi.XrayEvidence
-
Packages that use XrayEvidence Package Description com.chutneytesting.jira.xrayapi -
-
Uses of XrayEvidence in com.chutneytesting.jira.xrayapi
Methods in com.chutneytesting.jira.xrayapi that return types with arguments of type XrayEvidence Modifier and Type Method Description List<XrayEvidence>XrayTest. getEvidences()Method parameters in com.chutneytesting.jira.xrayapi with type arguments of type XrayEvidence Modifier and Type Method Description voidXrayTest. setEvidences(List<XrayEvidence> evidences)Constructor parameters in com.chutneytesting.jira.xrayapi with type arguments of type XrayEvidence Constructor Description XrayTest(String testKey, String start, String finish, String comment, String status, List<XrayEvidence> evidences)
-