Uses of Interface
dev.galasa.framework.spi.Environment
Packages that use Environment
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
-
Uses of Environment in dev.galasa.framework
Methods in dev.galasa.framework with parameters of type EnvironmentModifier and TypeMethodDescriptionFrameworkInitialisation.getGalasaHome
(Environment env) Obtain the location of the galasa home directoryConstructors in dev.galasa.framework with parameters of type EnvironmentModifierConstructorDescriptionFrameworkInitialisation
(Properties bootstrapProperties, Properties overrideProperties, boolean testrun, org.apache.commons.logging.Log initLogger, org.osgi.framework.BundleContext bundleContext, IFileSystem fileSystem, Environment env) -
Uses of Environment in dev.galasa.framework.spi
Classes in dev.galasa.framework.spi that implement EnvironmentModifier and TypeClassDescriptionclass
An implementation of the Environment interface which allows code to get environment variables from the real system. -
Uses of Environment in dev.galasa.framework.spi.creds
Constructors in dev.galasa.framework.spi.creds with parameters of type EnvironmentModifierConstructorDescriptionCredentials
(SecretKeySpec key, IFileSystem fileSystem, Environment environment) EncryptionKeys
(IFileSystem fileSystem, Environment environment) FrameworkEncryptionService
(SecretKeySpec encryptionKey, IFileSystem fileSystem, Environment environment) FrameworkEncryptionService
(SecretKeySpec encryptionKey, IFileSystem fileSystem, Environment environment, SecureRandom secureRandom)