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 TypeMethodDescriptionboolean
ITestRunManagers.anyReasonTestClassShouldBeIgnored()
boolean
TestRunManagers.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) void
ITestRunManagers.fillAnnotatedFields
(Object testClassObject) void
TestRunManagers.fillAnnotatedFields
(Object testClassObject) FrameworkRuns.getActiveRunNames()
FrameworkRuns.getActiveRuns()
FrameworkRuns.getAllGroupedRuns
(@NotNull String groupName) FrameworkRuns.getAllRuns()
Framework.getFrameworkRuns()
FrameworkRuns.getQueuedRuns()
static void
BundleManagement.loadAllGherkinManagerBundles
(org.apache.felix.bundlerepository.RepositoryAdmin repositoryAdmin, org.osgi.framework.BundleContext bundleContext) void
IBundleManager.loadAllGherkinManagerBundles
(org.apache.felix.bundlerepository.RepositoryAdmin repositoryAdmin, org.osgi.framework.BundleContext bundleContext) static void
BundleManagement.loadBundle
(org.apache.felix.bundlerepository.RepositoryAdmin repositoryAdmin, org.osgi.framework.BundleContext bundleContext, String bundleSymbolicName) Load a bundle from the OSGi Bundle Repositoryvoid
IBundleManager.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) void
ITestRunManagers.provisionBuild()
void
TestRunManagers.provisionBuild()
void
ITestRunManagers.provisionGenerate()
void
TestRunManagers.provisionGenerate()
void
ITestRunManagers.provisionStart()
void
TestRunManagers.provisionStart()
void
Framework.setTestRunName
(String runName) Set the run name if it is a test runvoid
IFrameworkInitialisationStrategy.setTestRunName
(Framework framework, IConfigurationPropertyStoreService cps) void
SetupEcosystem.setup
(Properties bootstrapProperties, Properties overrideProperties) Setup the Ecosystem for remote usagevoid
ValidateEcosystem.setup
(Properties bootstrapProperties, Properties overrideProperties) Validate the Ecosystem will work for remote accessvoid
Framework.shutdown()
void
Framework.shutdown
(org.apache.commons.logging.Log shutdownLogger) void
IFrameworkInitialisationStrategy.startLoggingCapture
(Framework framework) void
ITestRunManagers.startOfTestClass()
void
TestRunManagers.startOfTestClass()
void
ITestRunManagers.startOfTestMethod
(@NotNull GalasaMethod galasaMethod) void
TestRunManagers.startOfTestMethod
(@NotNull GalasaMethod galasaMethod) @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, 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) 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.HttpServletResponse
BaseRoute.handleDeleteRequest
(String pathInfo, HttpRequestContext requestContext, javax.servlet.http.HttpServletResponse response) javax.servlet.http.HttpServletResponse
IRoute.handleDeleteRequest
(String pathInfo, HttpRequestContext requestContext, javax.servlet.http.HttpServletResponse response) javax.servlet.http.HttpServletResponse
BaseRoute.handleGetRequest
(String pathInfo, QueryParameters queryParams, HttpRequestContext requestContext, javax.servlet.http.HttpServletResponse response) javax.servlet.http.HttpServletResponse
IRoute.handleGetRequest
(String pathInfo, QueryParameters queryParams, HttpRequestContext requestContext, javax.servlet.http.HttpServletResponse response) javax.servlet.http.HttpServletResponse
BaseRoute.handlePostRequest
(String pathInfo, HttpRequestContext requestContext, javax.servlet.http.HttpServletResponse response) javax.servlet.http.HttpServletResponse
IRoute.handlePostRequest
(String pathInfo, HttpRequestContext requestContext, javax.servlet.http.HttpServletResponse response) javax.servlet.http.HttpServletResponse
BaseRoute.handlePutRequest
(String pathInfo, HttpRequestContext requestContext, javax.servlet.http.HttpServletResponse response) javax.servlet.http.HttpServletResponse
IRoute.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, 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 TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
Methods in dev.galasa.framework.spi that throw FrameworkExceptionModifier and TypeMethodDescriptionIFrameworkRuns.getActiveRunNames()
IFrameworkRuns.getActiveRuns()
IFrameworkRuns.getAllGroupedRuns
(@NotNull String groupName) IFrameworkRuns.getAllRuns()
IFramework.getFrameworkRuns()
IFrameworkRuns.getQueuedRuns()
void
IShuttableFramework.shutdown()
@NotNull IRun
IFrameworkRuns.submitRun
(String type, String requestor, String bundleName, String testName, String groupName, String mavenRepository, String obr, String stream, boolean local, boolean trace, 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