| Modifier and Type | Class and Description |
|---|---|
class |
TestRail.Projects.Add |
class |
TestRail.Projects.Delete |
class |
TestRail.Projects.Get |
class |
TestRail.Projects.List |
class |
TestRail.Projects.Update |
| Modifier and Type | Method and Description |
|---|---|
TestRail.Projects.Add |
add(Project project)
Creates a new project.
|
TestRail.Projects.Delete |
delete(int projectId)
Deletes an existing project.
|
TestRail.Projects.Get |
get(int projectId)
Returns an existing project.
|
TestRail.Projects.List |
list()
Returns the list of available projects.
|
TestRail.Projects.Update |
update(Project project)
Updates an existing project.
|
public TestRail.Projects.Get get(int projectId)
projectId - the ID of the projectIllegalArgumentException - if projectId is not positivepublic TestRail.Projects.List list()
public TestRail.Projects.Add add(@NonNull Project project)
project - the project to be addedNullPointerException - if project is nullpublic TestRail.Projects.Update update(@NonNull Project project)
project - the project to be updatedNullPointerException - if project is nullpublic TestRail.Projects.Delete delete(int projectId)
projectId - the ID of the project to be deletedIllegalArgumentException - if projectId is not positiveCopyright © 2017. All rights reserved.