Uses of Class
dev.aherscu.qa.orcanos.publisher.maven.plugin.model.ExecutionSetRunResults.Run.TestInExecLine.ResultParams
-
Packages that use ExecutionSetRunResults.Run.TestInExecLine.ResultParams Package Description dev.aherscu.qa.orcanos.publisher.maven.plugin.model -
-
Uses of ExecutionSetRunResults.Run.TestInExecLine.ResultParams in dev.aherscu.qa.orcanos.publisher.maven.plugin.model
Fields in dev.aherscu.qa.orcanos.publisher.maven.plugin.model with type parameters of type ExecutionSetRunResults.Run.TestInExecLine.ResultParams Modifier and Type Field Description protected List<ExecutionSetRunResults.Run.TestInExecLine.ResultParams>
ExecutionSetRunResults.Run.TestInExecLine. resultParams
Methods in dev.aherscu.qa.orcanos.publisher.maven.plugin.model that return ExecutionSetRunResults.Run.TestInExecLine.ResultParams Modifier and Type Method Description ExecutionSetRunResults.Run.TestInExecLine.ResultParams
ObjectFactory. createExecutionSetRunResultsRunTestInExecLineResultParams()
Create an instance ofExecutionSetRunResults.Run.TestInExecLine.ResultParams
Methods in dev.aherscu.qa.orcanos.publisher.maven.plugin.model that return types with arguments of type ExecutionSetRunResults.Run.TestInExecLine.ResultParams Modifier and Type Method Description List<ExecutionSetRunResults.Run.TestInExecLine.ResultParams>
ExecutionSetRunResults.Run.TestInExecLine. getResultParams()
Gets the value of the resultParams property.
-