| Package | Description |
|---|---|
| com.codepine.api.testrail | |
| com.codepine.api.testrail.model |
| Modifier and Type | Method and Description |
|---|---|
TestRail.Sections.Add |
TestRail.Sections.add(int projectId,
Section section)
Creates a new section.
|
TestRail.Sections.Update |
TestRail.Sections.update(Section section)
Updates an existing section.
|
| Modifier and Type | Method and Description |
|---|---|
Section |
Section.setDepth(int depth) |
Section |
Section.setDescription(String description) |
Section |
Section.setDisplayOrder(int displayOrder) |
Section |
Section.setId(int id) |
Section |
Section.setName(String name) |
Section |
Section.setParentId(Integer parentId) |
Section |
Section.setSuiteId(Integer suiteId) |
Copyright © 2017. All rights reserved.