Uses of Class
dev.galasa.framework.spi.RunRasAction
Packages that use RunRasAction
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
-
Uses of RunRasAction in dev.galasa.framework
Methods in dev.galasa.framework that return types with arguments of type RunRasActionMethods in dev.galasa.framework with parameters of type RunRasActionModifier and TypeMethodDescriptionvoid
FrameworkRuns.addRunRasAction
(IRun run, RunRasAction rasActionToAdd) Method parameters in dev.galasa.framework with type arguments of type RunRasActionModifier and TypeMethodDescriptionvoid
RunRasActionProcessor.processRasActions
(String runName, List<RunRasAction> rasActions) -
Uses of RunRasAction in dev.galasa.framework.spi
Methods in dev.galasa.framework.spi that return types with arguments of type RunRasActionMethods in dev.galasa.framework.spi with parameters of type RunRasActionModifier and TypeMethodDescriptionvoid
IFrameworkRuns.addRunRasAction
(IRun run, RunRasAction rasActionToAdd) Method parameters in dev.galasa.framework.spi with type arguments of type RunRasActionModifier and TypeMethodDescriptionvoid
IRunRasActionProcessor.processRasActions
(String runName, List<RunRasAction> rasActions)