Uses of Enum Class
dev.galasa.framework.spi.IFrameworkRuns.SharedEnvironmentPhase
Packages that use IFrameworkRuns.SharedEnvironmentPhase
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
- 
Uses of IFrameworkRuns.SharedEnvironmentPhase in dev.galasa.framework
Methods in dev.galasa.framework with parameters of type IFrameworkRuns.SharedEnvironmentPhaseModifier and TypeMethodDescription@NotNull @NotNull IRunFrameworkRuns.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)  - 
Uses of IFrameworkRuns.SharedEnvironmentPhase in dev.galasa.framework.beans
Methods in dev.galasa.framework.beans that return IFrameworkRuns.SharedEnvironmentPhaseMethods in dev.galasa.framework.beans with parameters of type IFrameworkRuns.SharedEnvironmentPhaseModifier and TypeMethodDescriptionvoidSubmitRunRequest.setSharedEnvironmentPhase(IFrameworkRuns.SharedEnvironmentPhase sharedEnvironmentPhase) Constructors in dev.galasa.framework.beans with parameters of type IFrameworkRuns.SharedEnvironmentPhaseModifierConstructorDescriptionSubmitRunRequest(String runType, String requestor, String bundleName, String testName, String groupName, String submissionId, String mavenRepository, String obr, String stream, boolean isLocalRun, boolean isTraceEnabled, Set<String> tags, Properties overrides, IFrameworkRuns.SharedEnvironmentPhase sharedEnvironmentPhase, String sharedEnvironmentRunName, String language)  - 
Uses of IFrameworkRuns.SharedEnvironmentPhase in dev.galasa.framework.spi
Methods in dev.galasa.framework.spi that return IFrameworkRuns.SharedEnvironmentPhaseModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.IFrameworkRuns.SharedEnvironmentPhase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.galasa.framework.spi with parameters of type IFrameworkRuns.SharedEnvironmentPhaseModifier and TypeMethodDescription@NotNull IRunIFrameworkRuns.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)