public class ManageProject extends Object implements Serializable
| Constructor and Description |
|---|
ManageProject(String manageFile)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<com.vectorcast.plugins.vectorcastexecution.job.ManageProject.Group> |
getGroups()
Get groups
|
void |
parse()
Parse the project file
|
void |
parseFromPipeline()
When calling from the pipeline only the path is passed, need to read
in contents of the file to use the parseFromPipeline() method.
|
public ManageProject(String manageFile)
manageFile - manage file contentspublic List<com.vectorcast.plugins.vectorcastexecution.job.ManageProject.Group> getGroups()
public void parseFromPipeline()
throws IOException,
InvalidProjectFileException
IOException - exceptionInvalidProjectFileException - exceptionpublic void parse()
throws IOException,
InvalidProjectFileException
IOException - exceptionInvalidProjectFileException - exceptionCopyright © 2016–2023 Vector Informatik, GmbH. All rights reserved.