public class EnvironmentSpecificConfiguration extends Object
Constructor and Description |
---|
EnvironmentSpecificConfiguration(EnvironmentVariables environmentVariables) |
public EnvironmentSpecificConfiguration(EnvironmentVariables environmentVariables)
public Properties getPropertiesWithPrefix(String prefix)
public static boolean areDefinedIn(EnvironmentVariables environmentVariables)
public Optional<String> getOptionalProperty(ThucydidesSystemProperty propertyName)
public String getProperty(ThucydidesSystemProperty propertyName)
public Integer getIntegerProperty(ThucydidesSystemProperty propertyName)
public boolean getBooleanProperty(ThucydidesSystemProperty propertyName)
public List<String> getListOfValues(ThucydidesSystemProperty propertyName)
public boolean getBooleanProperty(ThucydidesSystemProperty propertyName, boolean defaultValue)
public Optional<String> getOptionalProperty(ThucydidesSystemProperty... properties)
public boolean propertyGroupIsDefinedFor(String propertyGroupName)
public static EnvironmentSpecificConfiguration from(EnvironmentVariables environmentVariables)
Copyright © 2022. All rights reserved.