Uses of Class
dev.galasa.ManagerException
Packages that use ManagerException
Package
Description
Galasa - Testers Programming Interface (TPI)
Artifact Manager
CICS/TS Manager
Galasa Core Manager
Docker Manager
Galasa Framework - SPI
Galasa Ecosystem Manager
HTTP Client Manager
IP Network Manager
JMeter Manager
Kubernetes Manager
Linux Manager
Message Queueing Manager
Open Stack Manager
Selenium Manager
Galasa Text Scan Manager
z/OS Manager
zOS 3270 Terminal Manager - TPI
z/OS Batch Manager Batch interface
z/OS Manager Console interface
zOS Console Manager - oeconsol Internal Implementation
z/OS Manager File interface
zOS/MF Manager
zOS Program Manager
RSE API Manager
z/OS Manager TSO interface
z/OS Manager UNIX Command interface
-
Uses of ManagerException in dev.galasa
Methods in dev.galasa that throw ManagerException -
Uses of ManagerException in dev.galasa.artifact
Subclasses of ManagerException in dev.galasa.artifactModifier and TypeClassDescriptionclass
class
class
-
Uses of ManagerException in dev.galasa.cicsts
Subclasses of ManagerException in dev.galasa.cicstsModifier and TypeClassDescriptionclass
class
class
class
class
class
class
-
Uses of ManagerException in dev.galasa.cicsts.cicsresource
Subclasses of ManagerException in dev.galasa.cicsts.cicsresourceModifier and TypeClassDescriptionclass
class
class
class
-
Uses of ManagerException in dev.galasa.cicsts.spi
Methods in dev.galasa.cicsts.spi that throw ManagerExceptionModifier and TypeMethodDescriptionvoid
ICicsRegionProvisioner.cicsProvisionBuild()
void
ICicsRegionProvisioner.cicsProvisionGenerate()
void
ICicsRegionProvisioner.cicsProvisionStart()
ICicsRegionProvisioner.provision
(@NotNull String cicsTag, @NotNull String imageTag, @NotNull List<Annotation> annotations) -
Uses of ManagerException in dev.galasa.cloud
Subclasses of ManagerException in dev.galasa.cloud -
Uses of ManagerException in dev.galasa.cloud.spi
Methods in dev.galasa.cloud.spi that throw ManagerExceptionModifier and TypeMethodDescriptionICloudContainerProvider.generateCloudContainer
(@NotNull String tag, @NotNull String platform, @NotNull String image, @NotNull ICloudContainerPort[] ports, Properties environmentProperties, String[] runArguments) Generate a new Cloud Container -
Uses of ManagerException in dev.galasa.core.manager
Subclasses of ManagerException in dev.galasa.core.manager -
Uses of ManagerException in dev.galasa.db2
Subclasses of ManagerException in dev.galasa.db2 -
Uses of ManagerException in dev.galasa.docker
Subclasses of ManagerException in dev.galasa.dockerModifier and TypeClassDescriptionclass
class
class
-
Uses of ManagerException in dev.galasa.framework.spi
Methods in dev.galasa.framework.spi that throw ManagerExceptionModifier and TypeMethodDescriptionprotected <T> T
AbstractManager.addDependentManager
(@NotNull List<IManager> allManagers, @NotNull List<IManager> activeManagers, @NotNull GalasaTest galasaTest, @NotNull Class<T> dependentInterface) Helper method to find managers that implement an interface and tell them they are requiredAbstractManager.anyReasonTestClassShouldBeIgnored()
IManager.anyReasonTestClassShouldBeIgnored()
Should the test class be run at all? Used to set the Test Class to Ignored.AbstractManager.anyReasonTestMethodShouldBeIgnored
(@NotNull GalasaMethod galasaMethod) IManager.anyReasonTestMethodShouldBeIgnored
(@NotNull GalasaMethod galasaMethod) Should the Test Method be run at all? Used to set the Test Method to Ignored.AbstractManager.endOfTestClass
(@NotNull Result currentResult, Throwable currentException) IManager.endOfTestClass
(@NotNull Result currentResult, Throwable currentException) Called when the Test Class has finishedAbstractManager.endOfTestMethod
(@NotNull GalasaMethod galasaMethod, @NotNull Result currentResult, Throwable currentException) IManager.endOfTestMethod
(@NotNull GalasaMethod galasaMethod, @NotNull Result currentResult, Throwable currentException) Called when the Test Method has finishedvoid
AbstractManager.extraBundles
(@NotNull IFramework framework) IManager.extraBundles
(@NotNull IFramework framework) Gives the ability for the Manager to request additional bundles to be loaded dependent of CPS Properties.void
AbstractManager.fillAnnotatedFields
(Object instanstiatedTestClass) void
IManager.fillAnnotatedFields
(Object instantiatedTestClass) Fill/refill the annotated fields that belong to this Manager.protected void
AbstractManager.generateAnnotatedFields
(Class<? extends Annotation> managerAnnotation) Will callGenerateAnnotatedField
methods in the parent class to generate instances for each of the Test Class fields The annotated methods in the parent class must: be public return the interface of the field annotation have 2 parameters ofField
andList
void
AbstractManager.initialise
(@NotNull IFramework framework, @NotNull List<IManager> allManagers, @NotNull List<IManager> activeManagers, @NotNull GalasaTest galasaTest) void
IManager.initialise
(@NotNull IFramework framework, @NotNull List<IManager> allManagers, @NotNull List<IManager> activeManagers, @NotNull GalasaTest galasaTest) Initialise the Manager, if required.void
AbstractManager.provisionBuild()
void
IManager.provisionBuild()
Build everything that is needed for this Test Run.void
AbstractManager.provisionGenerate()
void
IManager.provisionGenerate()
Provision resource names, resource pools, settings etc, ready for building.void
AbstractManager.provisionStart()
void
IManager.provisionStart()
Start the provisioned environment.AbstractGherkinManager.registerStatements
(@NotNull GherkinTest test, @NotNull IStatementOwner[] owners) void
AbstractManager.startOfTestClass()
void
IManager.startOfTestClass()
Called when we have instantiated the Test Class and ready to start running it.void
AbstractManager.startOfTestMethod
(@NotNull GalasaMethod galasaMethod) void
IManager.startOfTestMethod
(@NotNull GalasaMethod galasaMethod) Called when we are about to start the Test Method.void
AbstractManager.testClassResult
(@NotNull String finalResult, Throwable finalException) void
IManager.testClassResult
(@NotNull String finalResult, Throwable finalException) Called once the Test Class result is resolved, can be used to emit the result to another server, for examplevoid
AbstractManager.testMethodResult
(@NotNull String finalResult, Throwable finalException) void
IManager.testMethodResult
(@NotNull String finalResult, Throwable finalException) Called once the Test Method result is resolved, can be used to emit the result to another server, for examplevoid
AbstractManager.youAreRequired
(@NotNull List<IManager> allManagers, @NotNull List<IManager> activeManagers, @NotNull GalasaTest galasaTest) void
IManager.youAreRequired
(@NotNull List<IManager> allManagers, @NotNull List<IManager> activeManagers, @NotNull GalasaTest galasaTest) Called if another Manager requires this one. -
Uses of ManagerException in dev.galasa.framework.spi.language.gherkin
Methods in dev.galasa.framework.spi.language.gherkin that throw ManagerException -
Uses of ManagerException in dev.galasa.galasaecosystem
Subclasses of ManagerException in dev.galasa.galasaecosystem -
Uses of ManagerException in dev.galasa.githubissue
Subclasses of ManagerException in dev.galasa.githubissue -
Uses of ManagerException in dev.galasa.http
Subclasses of ManagerException in dev.galasa.http -
Uses of ManagerException in dev.galasa.ipnetwork
Subclasses of ManagerException in dev.galasa.ipnetworkModifier and TypeClassDescriptionclass
class
class
zOS Command exception indicating an error in SSH -
Uses of ManagerException in dev.galasa.java
Subclasses of ManagerException in dev.galasa.java -
Uses of ManagerException in dev.galasa.java.ubuntu
Subclasses of ManagerException in dev.galasa.java.ubuntu -
Uses of ManagerException in dev.galasa.java.windows
Subclasses of ManagerException in dev.galasa.java.windows -
Uses of ManagerException in dev.galasa.jmeter
Subclasses of ManagerException in dev.galasa.jmeter -
Uses of ManagerException in dev.galasa.kubernetes
Subclasses of ManagerException in dev.galasa.kubernetes -
Uses of ManagerException in dev.galasa.linux
Subclasses of ManagerException in dev.galasa.linux -
Uses of ManagerException in dev.galasa.linux.spi
Methods in dev.galasa.linux.spi that throw ManagerExceptionModifier and TypeMethodDescriptionILinuxProvisioner.provisionLinux
(@NotNull String tag, @NotNull OperatingSystem operatingSystem, @NotNull List<String> capabilities) -
Uses of ManagerException in dev.galasa.mq
Subclasses of ManagerException in dev.galasa.mq -
Uses of ManagerException in dev.galasa.openstack.manager
Subclasses of ManagerException in dev.galasa.openstack.managerModifier and TypeClassDescriptionclass
class
class
-
Uses of ManagerException in dev.galasa.sdv
Subclasses of ManagerException in dev.galasa.sdvModifier and TypeClassDescriptionclass
This class provides a generic Exception which can be thrown throughout the SDV Manager. -
Uses of ManagerException in dev.galasa.selenium
Subclasses of ManagerException in dev.galasa.selenium -
Uses of ManagerException in dev.galasa.textscan
Subclasses of ManagerException in dev.galasa.textscanModifier and TypeClassDescriptionclass
class
class
class
class
class
-
Uses of ManagerException in dev.galasa.vtp.manager
Subclasses of ManagerException in dev.galasa.vtp.manager -
Uses of ManagerException in dev.galasa.windows
Subclasses of ManagerException in dev.galasa.windows -
Uses of ManagerException in dev.galasa.windows.spi
Methods in dev.galasa.windows.spi that throw ManagerExceptionModifier and TypeMethodDescriptionIWindowsProvisioner.provisionWindows
(@NotNull String tag, @NotNull List<String> capabilities) -
Uses of ManagerException in dev.galasa.zos
Subclasses of ManagerException in dev.galasa.zos -
Uses of ManagerException in dev.galasa.zos3270
Subclasses of ManagerException in dev.galasa.zos3270 -
Uses of ManagerException in dev.galasa.zosbatch
Subclasses of ManagerException in dev.galasa.zosbatch -
Uses of ManagerException in dev.galasa.zosconsole
Subclasses of ManagerException in dev.galasa.zosconsole -
Uses of ManagerException in dev.galasa.zosconsole.oeconsol.manager
Methods in dev.galasa.zosconsole.oeconsol.manager that throw ManagerExceptionModifier and TypeMethodDescriptionvoid
OeconsolZosConsoleManagerImpl.initialise
(@NotNull IFramework framework, @NotNull List<IManager> allManagers, @NotNull List<IManager> activeManagers, @NotNull GalasaTest galasaTest) void
OeconsolZosConsoleManagerImpl.provisionGenerate()
void
OeconsolZosConsoleManagerImpl.youAreRequired
(@NotNull List<IManager> allManagers, @NotNull List<IManager> activeManagers, @NotNull GalasaTest galasaTest) -
Uses of ManagerException in dev.galasa.zosfile
Subclasses of ManagerException in dev.galasa.zosfileModifier and TypeClassDescriptionclass
class
class
class
-
Uses of ManagerException in dev.galasa.zosliberty
Subclasses of ManagerException in dev.galasa.zoslibertyModifier and TypeClassDescriptionclass
class
-
Uses of ManagerException in dev.galasa.zosliberty.angel
Subclasses of ManagerException in dev.galasa.zosliberty.angelModifier and TypeClassDescriptionclass
class
-
Uses of ManagerException in dev.galasa.zosmf
Subclasses of ManagerException in dev.galasa.zosmf -
Uses of ManagerException in dev.galasa.zosprogram
Subclasses of ManagerException in dev.galasa.zosprogram -
Uses of ManagerException in dev.galasa.zosrseapi
Subclasses of ManagerException in dev.galasa.zosrseapi -
Uses of ManagerException in dev.galasa.zostsocommand
Subclasses of ManagerException in dev.galasa.zostsocommandModifier and TypeClassDescriptionclass
class
-
Uses of ManagerException in dev.galasa.zosunixcommand
Subclasses of ManagerException in dev.galasa.zosunixcommandModifier and TypeClassDescriptionclass
class
class