Uses of Class
dev.galasa.api.ras.RasTestMethod
Packages that use RasTestMethod
- 
Uses of RasTestMethod in dev.galasa.api.ras
Methods in dev.galasa.api.ras that return types with arguments of type RasTestMethodModifier and TypeMethodDescriptionRasTestMethod.getAfters()RasTestMethod.getBefores()RasTestStructure.getMethods()Method parameters in dev.galasa.api.ras with type arguments of type RasTestMethodModifier and TypeMethodDescriptionvoidRasTestMethod.setAfters(List<RasTestMethod> afters) voidRasTestMethod.setBefores(List<RasTestMethod> befores) voidRasTestStructure.setMethods(List<RasTestMethod> methods) Constructor parameters in dev.galasa.api.ras with type arguments of type RasTestMethodModifierConstructorDescriptionRasTestMethod(String className, String methodName, String type, String status, String result, Instant startTime, Instant endTime, long runLogStart, long runLogEnd, List<RasTestMethod> befores, List<RasTestMethod> afters) RasTestStructure(String runName, String bundle, String testName, String testShortName, String requestor, String status, String result, Instant queued, Instant startTime, Instant endTime, List<RasTestMethod> methods, String group, String submissionId, Set<String> tags)