Uses of Interface
dev.galasa.framework.spi.IRun
Packages that use IRun
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
-
Uses of IRun in dev.galasa.framework
Classes in dev.galasa.framework that implement IRunFields in dev.galasa.framework declared as IRunMethods in dev.galasa.framework that return IRunModifier and TypeMethodDescriptionITestRunnerDataProvider.getRun()
Framework.getTestRun()
@NotNull @NotNull IRun
FrameworkRuns.submitRun
(String runType, String requestor, String bundleName, @NotNull String testName, String groupName, String mavenRepository, String obr, String stream, boolean local, boolean trace, Set<String> tags, Properties overrides, IFrameworkRuns.SharedEnvironmentPhase sharedEnvironmentPhase, String sharedEnvironmentRunName, String language, String submissionId) Methods in dev.galasa.framework that return types with arguments of type IRunModifier and TypeMethodDescriptionFrameworkRuns.getActiveRuns()
FrameworkRuns.getAllGroupedRuns
(@NotNull String groupName) FrameworkRuns.getAllRuns()
FrameworkRuns.getQueuedRuns()
Methods in dev.galasa.framework with parameters of type IRunModifier and TypeMethodDescriptionvoid
FrameworkRuns.addRunRasAction
(IRun run, RunRasAction rasActionToAdd) protected TestStructure
BaseTestRunner.createNewTestStructure
(IRun run) Create a new test structure, and populate it with as much information as we can from the DSS.protected void
BaseTestRunner.incrimentMetric
(IDynamicStatusStoreService dss, IRun run) -
Uses of IRun in dev.galasa.framework.spi
Methods in dev.galasa.framework.spi that return IRunModifier and TypeMethodDescriptionIFramework.getTestRun()
@NotNull IRun
IFrameworkRuns.submitRun
(String type, String requestor, String bundleName, String testName, String groupName, String mavenRepository, String obr, String stream, boolean local, boolean trace, Set<String> tags, Properties overrides, IFrameworkRuns.SharedEnvironmentPhase sharedEnvironmentPhase, String sharedEnvironmentRunName, String language, String submissionId) Methods in dev.galasa.framework.spi that return types with arguments of type IRunModifier and TypeMethodDescriptionIFrameworkRuns.getActiveRuns()
IFrameworkRuns.getAllGroupedRuns
(@NotNull String groupName) IFrameworkRuns.getAllRuns()
IFrameworkRuns.getQueuedRuns()
Methods in dev.galasa.framework.spi with parameters of type IRunModifier and TypeMethodDescriptionvoid
IFrameworkRuns.addRunRasAction
(IRun run, RunRasAction rasActionToAdd) -
Uses of IRun in dev.galasa.framework.spi.language.gherkin
Constructors in dev.galasa.framework.spi.language.gherkin with parameters of type IRunModifierConstructorDescriptionGherkinTest
(IRun run, TestStructure testStructure) GherkinTest
(IRun run, TestStructure testStructure, IFileSystem fs)