| Modifier and Type | Class and Description |
|---|---|
class |
TestRail.Suites.Add |
class |
TestRail.Suites.Delete |
class |
TestRail.Suites.Get |
class |
TestRail.Suites.List |
class |
TestRail.Suites.Update |
| Constructor and Description |
|---|
Suites() |
| Modifier and Type | Method and Description |
|---|---|
TestRail.Suites.Add |
add(int projectId,
Suite suite)
Creates a new test suite.
|
TestRail.Suites.Delete |
delete(int suiteId)
Deletes an existing test suite.
|
TestRail.Suites.Get |
get(int suiteId)
Returns an existing test suite.
|
TestRail.Suites.List |
list(int projectId)
Returns a list of test suites for a project.
|
TestRail.Suites.Update |
update(Suite suite)
Updates an existing test suite.
|
@Generated(value="lombok") public Suites()
public TestRail.Suites.Get get(int suiteId)
suiteId - the ID of the test suiteIllegalArgumentException - if suiteId is not positivepublic TestRail.Suites.List list(int projectId)
projectId - the ID of the project to get the test suites forIllegalArgumentException - if projectId is not positivepublic TestRail.Suites.Add add(int projectId, @NonNull Suite suite)
projectId - the ID of the project to add the test suite tosuite - the test suite to be addedIllegalArgumentException - if projectId is not positiveNullPointerException - if suite is nullpublic TestRail.Suites.Update update(@NonNull Suite suite)
suite - the test suite to be updatedNullPointerException - if suite is nullpublic TestRail.Suites.Delete delete(int suiteId)
suiteId - the ID of the test suite to be deletedIllegalArgumentException - if suiteId is not positiveCopyright © 2017. All rights reserved.