public class ProjectConfigHelper extends Object
Constructor and Description |
---|
ProjectConfigHelper(hudson.model.BuildListener listener,
String projectConfigFile)
ProjectConfigHelper constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addBlobResources(List<ResourceEntity> sharedResourceEntityList)
Add blob resources to sharedResourceEntityList
|
void |
addLocalResources(String workspacePath,
List<ResourceEntity> sharedResourceEntityList)
Add local resources to sharedResourceEntityList
|
Resources |
getResources()
Get resources
|
TestConfigs |
getTestConfigs()
Get TestConfigs
|
String |
getVersion()
Get version of project config
|
VmConfigs |
getVMConfigs()
Get VM configs
|
public ProjectConfigHelper(hudson.model.BuildListener listener, String projectConfigFile) throws IOException
listener
- BuildListenerprojectConfigFile
- project config file pathIOException
public void addLocalResources(String workspacePath, List<ResourceEntity> sharedResourceEntityList) throws FileNotFoundException
workspacePath
- workspace pathsharedResourceEntityList
- shared ResourceEntityListFileNotFoundException
public void addBlobResources(List<ResourceEntity> sharedResourceEntityList) throws FileNotFoundException
sharedResourceEntityList
- shared ResourceEntityListFileNotFoundException
public String getVersion()
public VmConfigs getVMConfigs()
public Resources getResources()
public TestConfigs getTestConfigs()
Copyright © 2016. All rights reserved.