| Modifier and Type | Class and Description |
|---|---|
class |
TestRail.Runs.Add |
class |
TestRail.Runs.Close |
class |
TestRail.Runs.Delete |
class |
TestRail.Runs.Get |
class |
TestRail.Runs.List |
class |
TestRail.Runs.Update |
| Constructor and Description |
|---|
Runs() |
| Modifier and Type | Method and Description |
|---|---|
TestRail.Runs.Add |
add(int projectId,
Run run)
Creates a new test run.
|
TestRail.Runs.Close |
close(int runId)
Closes an existing test run and archives its tests & results.
|
TestRail.Runs.Delete |
delete(int runId)
Deletes an existing test run.
|
TestRail.Runs.Get |
get(int runId)
Returns an existing test run.
|
TestRail.Runs.List |
list(int projectId)
Returns a list of test runs for a project.
|
TestRail.Runs.Update |
update(Run run)
Updates an existing test run.
|
@Generated(value="lombok") public Runs()
public TestRail.Runs.Get get(int runId)
runId - the ID of the test runIllegalArgumentException - if runId is not positivepublic TestRail.Runs.List list(int projectId)
projectId - the ID of the project to get the runs forIllegalArgumentException - if projectId is not positivepublic TestRail.Runs.Add add(int projectId, @NonNull Run run)
projectId - the ID of the project to add the run torun - the test run to be addedIllegalArgumentException - if projectId is not positiveNullPointerException - if run is nullpublic TestRail.Runs.Update update(@NonNull Run run)
run - the test run to be updatedNullPointerException - if run is nullpublic TestRail.Runs.Close close(int runId)
runId - the ID of the test run to be closedIllegalArgumentException - if runId is not positivepublic TestRail.Runs.Delete delete(int runId)
runId - the ID of the test run to be deletedIllegalArgumentException - if runId is not positiveCopyright © 2017. All rights reserved.