Uses of Interface
dev.galasa.framework.spi.IManager
Packages that use IManager
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
zOS Console Manager - oeconsol Internal Implementation
-
Uses of IManager in dev.galasa.framework
Methods in dev.galasa.framework that return types with arguments of type IManagerModifier and TypeMethodDescriptionITestRunManagers.getActiveManagers()
TestRunManagers.getActiveManagers()
-
Uses of IManager in dev.galasa.framework.spi
Classes in dev.galasa.framework.spi that implement IManagerModifier and TypeClassDescriptionclass
class
An abstract manager which attempts to provide all the boilerplate code necessary to write a Manager in Galasa.Methods in dev.galasa.framework.spi with parameters of type IManagerModifier and TypeMethodDescriptionboolean
AbstractManager.areYouProvisionalDependentOn
(@NotNull IManager otherManager) boolean
IManager.areYouProvisionalDependentOn
(@NotNull IManager otherManager) Is this Manager dependent on the other Manager.Method parameters in dev.galasa.framework.spi with type arguments of type IManagerModifier 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 requiredvoid
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.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 IManager in dev.galasa.zosconsole.oeconsol.manager
Classes in dev.galasa.zosconsole.oeconsol.manager that implement IManagerModifier and TypeClassDescriptionclass
zOS Console Manager implemented using zOS/MFMethods in dev.galasa.zosconsole.oeconsol.manager with parameters of type IManagerModifier and TypeMethodDescriptionboolean
OeconsolZosConsoleManagerImpl.areYouProvisionalDependentOn
(@NotNull IManager otherManager) Method parameters in dev.galasa.zosconsole.oeconsol.manager with type arguments of type IManagerModifier and TypeMethodDescriptionvoid
OeconsolZosConsoleManagerImpl.initialise
(@NotNull IFramework framework, @NotNull List<IManager> allManagers, @NotNull List<IManager> activeManagers, @NotNull GalasaTest galasaTest) void
OeconsolZosConsoleManagerImpl.youAreRequired
(@NotNull List<IManager> allManagers, @NotNull List<IManager> activeManagers, @NotNull GalasaTest galasaTest)