Uses of Class
dev.aherscu.qa.orcanos.publisher.maven.plugin.model.ExecutionSetRunResults.Run
-
Packages that use ExecutionSetRunResults.Run Package Description dev.aherscu.qa.orcanos.publisher.maven.plugin.model -
-
Uses of ExecutionSetRunResults.Run in dev.aherscu.qa.orcanos.publisher.maven.plugin.model
Fields in dev.aherscu.qa.orcanos.publisher.maven.plugin.model declared as ExecutionSetRunResults.Run Modifier and Type Field Description protected ExecutionSetRunResults.Run
ExecutionSetRunResults. run
Methods in dev.aherscu.qa.orcanos.publisher.maven.plugin.model that return ExecutionSetRunResults.Run Modifier and Type Method Description ExecutionSetRunResults.Run
ObjectFactory. createExecutionSetRunResultsRun()
Create an instance ofExecutionSetRunResults.Run
ExecutionSetRunResults.Run
ExecutionSetRunResults. getRun()
Gets the value of the run property.Methods in dev.aherscu.qa.orcanos.publisher.maven.plugin.model with parameters of type ExecutionSetRunResults.Run Modifier and Type Method Description void
ExecutionSetRunResults. setRun(ExecutionSetRunResults.Run value)
Sets the value of the run property.
-