...
String removeRunner(String name) :
Project Management
Vector<Vector<String>> getAllProjects()
...
Returns an array of Project names array.
Code Block | ||||
---|---|---|---|---|
| ||||
projects = gp.getAllProjects() |
Repository Management
Vector<Object> getRegisteredRepository(Vector<Object> repositoryParams);
...
String removeRepository(String repositoryUid);
Vector<Object> getAllSpecificationRepositories()
...
Code Block | ||||
---|---|---|---|---|
| ||||
specRepoList = gp.getAllSpecificationRepositories() |
Vector<Object> getSpecificationRepositoriesOfAssociatedProject(Vector<Object> repositoryParams);
...
Vector<Object> getSystemUnderTestsOfAssociatedProject(Vector<Object> repositoryParams);
Vector<Object> getSystemUnderTestsOfProject(String projectName
...
)
Code Block | ||
---|---|---|
| ||
sutList = gp.getSystemUnderTestsOfProject('GREENPEPPERDEMO') |
String addSpecificationSystemUnderTest(Vector<Object> systemUnderTestParams, Vector<Object> specificationParams);
...
Vector<Object> getSpecifications(Vector<Object> systemUnderTestParams, Vector<Object> repositoryParams);
Vector<Vector<String>> getListOfSpecificationLocations(String repositoryUID, String systemUnderTestName) :
Returns a list of arrays giving Specification Definitions of the formĀ
...