public class EnvDependentConfigurationWrapper extends Object
BumblebeeConfiguration
. It resolves environment
variables in values of wrapped configuration using given EnvVars
.Constructor and Description |
---|
EnvDependentConfigurationWrapper(BumblebeeConfiguration config,
hudson.EnvVars envVars)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getCustomProperties() |
String |
getDomain() |
boolean |
getFailIfUploadFailed() |
String |
getFormat() |
String |
getMode() |
String |
getProjectName() |
String |
getResultPattern() |
String |
getTestLab() |
String |
getTestPlan() |
String |
getTestSet() |
public EnvDependentConfigurationWrapper(BumblebeeConfiguration config, hudson.EnvVars envVars)
config
- Instance of BumblebeeConfiguration
to wrap.envVars
- The EnvVars
instance.public String getProjectName()
BumblebeeConfiguration.getProjectName()
where
all environment variables resolved.public String getDomain()
BumblebeeConfiguration.getDomain()
where all
environment variables resolved.public String getTestPlan()
BumblebeeConfiguration.getTestPlan()
where all
environment variables resolved.public String getResultPattern()
BumblebeeConfiguration.getResultPattern()
where
all environment variables resolved.public String getCustomProperties()
BumblebeeConfiguration.getCustomProperties()
where all environment variables resolved.public String getTestLab()
BumblebeeConfiguration.getTestLab()
where all
environment variables resolved.public String getTestSet()
BumblebeeConfiguration.getTestSet()
where all
environment variables resolved.public String getFormat()
BumblebeeConfiguration.getFormat()
where all
environment variables resolved.public String getMode()
public boolean getFailIfUploadFailed()
Copyright © 2004-2016. All Rights Reserved.