Uses of Class
dev.galasa.framework.spi.FrameworkException
Packages that use FrameworkException
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
- 
Uses of FrameworkException in dev.galasa.framework
Methods in dev.galasa.framework that throw FrameworkExceptionModifier and TypeMethodDescriptionbooleanITestRunManagers.anyReasonTestClassShouldBeIgnored()booleanTestRunManagers.anyReasonTestClassShouldBeIgnored()ITestRunManagers.anyReasonTestMethodShouldBeIgnored(@NotNull GalasaMethod galasaMethod) TestRunManagers.anyReasonTestMethodShouldBeIgnored(@NotNull GalasaMethod galasaMethod) ITestRunManagers.endOfTestClass(@NotNull Result result, Throwable currentException) TestRunManagers.endOfTestClass(@NotNull Result result, Throwable currentException) ITestRunManagers.endOfTestMethod(@NotNull GalasaMethod galasaMethod, @NotNull Result currentResult, Throwable currentException) TestRunManagers.endOfTestMethod(@NotNull GalasaMethod galasaMethod, @NotNull Result currentResult, Throwable currentException) voidITestRunManagers.fillAnnotatedFields(Object testClassObject) voidTestRunManagers.fillAnnotatedFields(Object testClassObject) FrameworkRuns.getActiveRunNames()FrameworkRuns.getActiveRuns()FrameworkRuns.getAllGroupedRuns(@NotNull String groupName) FrameworkRuns.getAllRuns()Framework.getFrameworkRuns()FrameworkRuns.getQueuedRuns()static voidBundleManagement.loadAllGherkinManagerBundles(org.apache.felix.bundlerepository.RepositoryAdmin repositoryAdmin, org.osgi.framework.BundleContext bundleContext) voidBundleManager.loadAllGherkinManagerBundles(org.apache.felix.bundlerepository.RepositoryAdmin repositoryAdmin, org.osgi.framework.BundleContext bundleContext) voidIBundleManager.loadAllGherkinManagerBundles(org.apache.felix.bundlerepository.RepositoryAdmin repositoryAdmin, org.osgi.framework.BundleContext bundleContext) static voidBundleManagement.loadBundle(org.apache.felix.bundlerepository.RepositoryAdmin repositoryAdmin, org.osgi.framework.BundleContext bundleContext, String bundleSymbolicName) Load a bundle from the OSGi Bundle RepositoryvoidBundleManager.loadBundle(org.apache.felix.bundlerepository.RepositoryAdmin repositoryAdmin, org.osgi.framework.BundleContext bundleContext, String bundleSymbolicName) voidIBundleManager.loadBundle(org.apache.felix.bundlerepository.RepositoryAdmin repositoryAdmin, org.osgi.framework.BundleContext bundleContext, String bundleSymbolicName) GalasaFactory.newFrameworkInitialisation(Properties bootstrapProperties, Properties overrideProperties, org.apache.commons.logging.Log initLogger, org.osgi.framework.BundleContext bundleContext, IFileSystem fileSystem, Environment env, IFrameworkInitialisationStrategy initStrategy) voidITestRunManagers.provisionBuild()voidTestRunManagers.provisionBuild()voidITestRunManagers.provisionGenerate()voidTestRunManagers.provisionGenerate()voidITestRunManagers.provisionStart()voidTestRunManagers.provisionStart()voidFramework.setTestRunName(String runName) Set the run name if it is a test runvoidIFrameworkInitialisationStrategy.setTestRunName(Framework framework, IConfigurationPropertyStoreService cps) voidSetupEcosystem.setup(Properties bootstrapProperties, Properties overrideProperties) Setup the Ecosystem for remote usagevoidValidateEcosystem.setup(Properties bootstrapProperties, Properties overrideProperties) Validate the Ecosystem will work for remote accessvoidFramework.shutdown()voidFramework.shutdown(org.apache.commons.logging.Log shutdownLogger) voidIFrameworkInitialisationStrategy.startLoggingCapture(Framework framework) voidITestRunManagers.startOfTestClass()voidTestRunManagers.startOfTestClass()voidITestRunManagers.startOfTestMethod(@NotNull GalasaMethod galasaMethod) voidTestRunManagers.startOfTestMethod(@NotNull GalasaMethod galasaMethod) @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) Constructors in dev.galasa.framework that throw FrameworkExceptionModifierConstructorDescriptionFrameworkInitialisation(Properties bootstrapProperties, Properties overrideProperties) FrameworkInitialisation(Properties bootstrapProperties, Properties overrideProperties, boolean isTestRun) Deprecated, for removal: This API element is subject to removal in a future version.Use one of the other constructors.FrameworkInitialisation(Properties bootstrapProperties, Properties overrideProperties, boolean isTestRun, org.apache.commons.logging.Log initLogger) Deprecated, for removal: This API element is subject to removal in a future version.Use one of the other constructors.FrameworkInitialisation(Properties bootstrapProperties, Properties overrideProperties, boolean isTestRun, org.apache.commons.logging.Log initLogger, org.osgi.framework.BundleContext bundleContext, IFileSystem fileSystem, Environment env) Deprecated, for removal: This API element is subject to removal in a future version.Use one of the other constructors.FrameworkInitialisation(Properties bootstrapProperties, Properties overrideProperties, IFrameworkInitialisationStrategy initStrategy) FrameworkInitialisation(Properties bootstrapProperties, Properties overrideProperties, org.apache.commons.logging.Log initLogger, org.osgi.framework.BundleContext bundleContext, IFileSystem fileSystem, Environment env, IFrameworkInitialisationStrategy initStrategy) FrameworkRuns(IFramework framework) FrameworkRuns(IFramework framework, ITimeService timeService) TestRunManagers(IFramework framework, GalasaTest galasaTest)  - 
Uses of FrameworkException in dev.galasa.framework.api.common
Subclasses of FrameworkException in dev.galasa.framework.api.commonMethods in dev.galasa.framework.api.common that throw FrameworkExceptionModifier and TypeMethodDescriptionjavax.servlet.http.HttpServletResponseBaseRoute.handleDeleteRequest(String pathInfo, HttpRequestContext requestContext, javax.servlet.http.HttpServletResponse response) javax.servlet.http.HttpServletResponseIRoute.handleDeleteRequest(String pathInfo, HttpRequestContext requestContext, javax.servlet.http.HttpServletResponse response) javax.servlet.http.HttpServletResponseBaseRoute.handleGetRequest(String pathInfo, QueryParameters queryParams, HttpRequestContext requestContext, javax.servlet.http.HttpServletResponse response) javax.servlet.http.HttpServletResponseIRoute.handleGetRequest(String pathInfo, QueryParameters queryParams, HttpRequestContext requestContext, javax.servlet.http.HttpServletResponse response) javax.servlet.http.HttpServletResponseBaseRoute.handlePostRequest(String pathInfo, HttpRequestContext requestContext, javax.servlet.http.HttpServletResponse response) javax.servlet.http.HttpServletResponseIRoute.handlePostRequest(String pathInfo, HttpRequestContext requestContext, javax.servlet.http.HttpServletResponse response) javax.servlet.http.HttpServletResponseBaseRoute.handlePutRequest(String pathInfo, HttpRequestContext requestContext, javax.servlet.http.HttpServletResponse response) javax.servlet.http.HttpServletResponseIRoute.handlePutRequest(String pathInfo, HttpRequestContext requestContext, javax.servlet.http.HttpServletResponse response)  - 
Uses of FrameworkException in dev.galasa.framework.beans
Methods in dev.galasa.framework.beans that throw FrameworkExceptionConstructors in dev.galasa.framework.beans that throw FrameworkExceptionModifierConstructorDescriptionSubmitRunRequest(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 FrameworkException in dev.galasa.framework.spi
Subclasses of FrameworkException in dev.galasa.framework.spiModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassMethods in dev.galasa.framework.spi that throw FrameworkExceptionModifier and TypeMethodDescriptionIFrameworkRuns.getActiveRunNames()IFrameworkRuns.getActiveRuns()IFrameworkRuns.getAllGroupedRuns(@NotNull String groupName) IFrameworkRuns.getAllRuns()IFramework.getFrameworkRuns()IFrameworkRuns.getQueuedRuns()voidIShuttableFramework.shutdown()@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)  - 
Uses of FrameworkException in dev.galasa.framework.spi.auth
Subclasses of FrameworkException in dev.galasa.framework.spi.auth - 
Uses of FrameworkException in dev.galasa.framework.spi.creds
Subclasses of FrameworkException in dev.galasa.framework.spi.creds - 
Uses of FrameworkException in dev.galasa.framework.spi.rbac
Subclasses of FrameworkException in dev.galasa.framework.spi.rbac - 
Uses of FrameworkException in dev.galasa.framework.spi.streams
Subclasses of FrameworkException in dev.galasa.framework.spi.streams