Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

String removeRunner(String name) :

Project Management

Vector<Vector<String>> getAllProjects()

...

Returns an array of Project names array.

Code Block
languagepy
titleExample usage
projects = gp.getAllProjects()

Repository Management

Vector<Object> getRegisteredRepository(Vector<Object> repositoryParams);

...

String removeRepository(String repositoryUid);

Vector<Object> getAllSpecificationRepositories()

...

Code Block
languagepy
titleExample usage
specRepoList = gp.getAllSpecificationRepositories()

Vector<Object> getSpecificationRepositoriesOfAssociatedProject(Vector<Object> repositoryParams);

...

Vector<Object> getSystemUnderTestsOfAssociatedProject(Vector<Object> repositoryParams);

Vector<Object> getSystemUnderTestsOfProject(String projectName

...

)

Code Block
languagepy
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Ā 

...