| Package | Description |
|---|---|
| com.codepine.api.testrail | |
| com.codepine.api.testrail.model |
| Modifier and Type | Method and Description |
|---|---|
TestRail.Plans.Add |
TestRail.Plans.add(int projectId,
Plan plan)
Creates a new test plan.
|
TestRail.Plans.Update |
TestRail.Plans.update(Plan plan)
Updates an existing test plan.
|
| Modifier and Type | Method and Description |
|---|---|
Plan |
Plan.setAssignedtoId(Integer assignedtoId) |
Plan |
Plan.setBlockedCount(int blockedCount) |
Plan |
Plan.setCompleted(boolean isCompleted) |
Plan |
Plan.setCompletedOn(Date completedOn) |
Plan |
Plan.setCreatedBy(int createdBy) |
Plan |
Plan.setCreatedOn(Date createdOn) |
Plan |
Plan.setCustomStatus1Count(int customStatus1Count) |
Plan |
Plan.setCustomStatus2Count(int customStatus2Count) |
Plan |
Plan.setCustomStatus3Count(int customStatus3Count) |
Plan |
Plan.setCustomStatus4Count(int customStatus4Count) |
Plan |
Plan.setCustomStatus5Count(int customStatus5Count) |
Plan |
Plan.setCustomStatus6Count(int customStatus6Count) |
Plan |
Plan.setCustomStatus7Count(int customStatus7Count) |
Plan |
Plan.setDescription(String description) |
Plan |
Plan.setEntries(List<Plan.Entry> entries) |
Plan |
Plan.setFailedCount(int failedCount) |
Plan |
Plan.setId(int id) |
Plan |
Plan.setMilestoneId(Integer milestoneId) |
Plan |
Plan.setName(String name) |
Plan |
Plan.setPassedCount(int passedCount) |
Plan |
Plan.setProjectId(int projectId) |
Plan |
Plan.setRetestCount(int retestCount) |
Plan |
Plan.setUntestedCount(int untestedCount) |
Plan |
Plan.setUrl(String url) |
Copyright © 2017. All rights reserved.