| Package | Description |
|---|---|
| com.codepine.api.testrail | |
| com.codepine.api.testrail.model |
| Modifier and Type | Method and Description |
|---|---|
TestRail.Plans.AddEntry |
TestRail.Plans.addEntry(int planId,
Plan.Entry entry)
Adds one or more new test runs to a test plan.
|
TestRail.Plans.UpdateEntry |
TestRail.Plans.updateEntry(int planId,
Plan.Entry entry)
Updates one or more existing test runs in a plan.
|
| Modifier and Type | Method and Description |
|---|---|
Plan.Entry |
Plan.Entry.setAssignedtoId(Integer assignedtoId) |
Plan.Entry |
Plan.Entry.setCaseIds(List<Integer> caseIds) |
Plan.Entry |
Plan.Entry.setConfigIds(List<Integer> configIds) |
Plan.Entry |
Plan.Entry.setId(String id) |
Plan.Entry |
Plan.Entry.setIncludeAll(Boolean includeAll) |
Plan.Entry |
Plan.Entry.setName(String name) |
Plan.Entry |
Plan.Entry.setRuns(List<Plan.Entry.Run> runs) |
Plan.Entry |
Plan.Entry.setSuiteId(Integer suiteId) |
| Modifier and Type | Method and Description |
|---|---|
List<Plan.Entry> |
Plan.getEntries() |
| Modifier and Type | Method and Description |
|---|---|
Plan |
Plan.setEntries(List<Plan.Entry> entries) |
Copyright © 2017. All rights reserved.