Uses of Class
dev.galasa.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
-
Uses of ManagerException in dev.galasa.artifact
Modifier and TypeClassDescriptionclass
class
class
-
Uses of ManagerException in dev.galasa.cicsts
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
-
Uses of ManagerException in dev.galasa.cicsts.cicsresource
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of ManagerException in dev.galasa.cicsts.spi
Modifier 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
-
Uses of ManagerException in dev.galasa.cloud.spi
Modifier 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
-
Uses of ManagerException in dev.galasa.db2
-
Uses of ManagerException in dev.galasa.docker
Modifier and TypeClassDescriptionclass
class
class
-
Uses of ManagerException in dev.galasa.framework.spi
Modifier 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
-
Uses of ManagerException in dev.galasa.galasaecosystem
-
Uses of ManagerException in dev.galasa.githubissue
-
Uses of ManagerException in dev.galasa.http
-
Uses of ManagerException in dev.galasa.ipnetwork
Modifier and TypeClassDescriptionclass
class
class
zOS Command exception indicating an error in SSH -
Uses of ManagerException in dev.galasa.java
-
Uses of ManagerException in dev.galasa.java.ubuntu
-
Uses of ManagerException in dev.galasa.java.windows
-
Uses of ManagerException in dev.galasa.jmeter
-
Uses of ManagerException in dev.galasa.kubernetes
-
Uses of ManagerException in dev.galasa.linux
-
Uses of ManagerException in dev.galasa.linux.spi
Modifier and TypeMethodDescriptionILinuxProvisioner.provisionLinux
(@NotNull String tag, @NotNull OperatingSystem operatingSystem, @NotNull List<String> capabilities) -
Uses of ManagerException in dev.galasa.mq
-
Uses of ManagerException in dev.galasa.openstack.manager
Modifier and TypeClassDescriptionclass
class
class
-
Uses of ManagerException in dev.galasa.sdv
Modifier and TypeClassDescriptionclass
This class provides a generic Exception which can be thrown throughout the SDV Manager. -
Uses of ManagerException in dev.galasa.selenium
-
Uses of ManagerException in dev.galasa.textscan
Modifier and TypeClassDescriptionclass
class
class
class
class
class
-
Uses of ManagerException in dev.galasa.vtp.manager
-
Uses of ManagerException in dev.galasa.windows
-
Uses of ManagerException in dev.galasa.windows.spi
Modifier and TypeMethodDescriptionIWindowsProvisioner.provisionWindows
(@NotNull String tag, @NotNull List<String> capabilities) -
Uses of ManagerException in dev.galasa.zos
-
Uses of ManagerException in dev.galasa.zos3270
-
Uses of ManagerException in dev.galasa.zosbatch
-
Uses of ManagerException in dev.galasa.zosconsole
-
Uses of ManagerException in dev.galasa.zosconsole.oeconsol.manager
Modifier 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
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of ManagerException in dev.galasa.zosliberty
Modifier and TypeClassDescriptionclass
class
-
Uses of ManagerException in dev.galasa.zosliberty.angel
Modifier and TypeClassDescriptionclass
class
-
Uses of ManagerException in dev.galasa.zosmf
-
Uses of ManagerException in dev.galasa.zosprogram
-
Uses of ManagerException in dev.galasa.zosrseapi
-
Uses of ManagerException in dev.galasa.zostsocommand
Modifier and TypeClassDescriptionclass
class
-
Uses of ManagerException in dev.galasa.zosunixcommand
Modifier and TypeClassDescriptionclass
class
class