@ApplicationScoped public class ScenarioRunnerServiceImpl extends AbstractKieContainerService implements ScenarioRunnerService
Constructor and Description |
---|
ScenarioRunnerServiceImpl() |
Modifier and Type | Method and Description |
---|---|
org.drools.scenariosimulation.backend.runner.ScenarioRunnerProvider |
getOrCreateRunnerSupplier(org.drools.scenariosimulation.api.model.SimulationDescriptor simulationDescriptor) |
List<org.guvnor.common.services.shared.test.TestResultMessage> |
runAllTests(String identifier,
org.uberfire.backend.vfs.Path path) |
SimulationRunResult |
runTest(String identifier,
org.uberfire.backend.vfs.Path path,
org.drools.scenariosimulation.api.model.SimulationDescriptor simulationDescriptor,
List<org.drools.scenariosimulation.api.model.ScenarioWithIndex> scenarios) |
void |
setRunnerSupplier(org.drools.scenariosimulation.backend.runner.ScenarioRunnerProvider runnerSupplier) |
getKieContainer
public List<org.guvnor.common.services.shared.test.TestResultMessage> runAllTests(String identifier, org.uberfire.backend.vfs.Path path)
runAllTests
in interface org.guvnor.common.services.shared.test.TestService
public SimulationRunResult runTest(String identifier, org.uberfire.backend.vfs.Path path, org.drools.scenariosimulation.api.model.SimulationDescriptor simulationDescriptor, List<org.drools.scenariosimulation.api.model.ScenarioWithIndex> scenarios)
runTest
in interface ScenarioRunnerService
public org.drools.scenariosimulation.backend.runner.ScenarioRunnerProvider getOrCreateRunnerSupplier(org.drools.scenariosimulation.api.model.SimulationDescriptor simulationDescriptor)
public void setRunnerSupplier(org.drools.scenariosimulation.backend.runner.ScenarioRunnerProvider runnerSupplier)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.