| Modifier and Type | Class and Description |
|---|---|
class |
TestRail.Sections.Add |
class |
TestRail.Sections.Delete |
class |
TestRail.Sections.Get |
class |
TestRail.Sections.List |
class |
TestRail.Sections.Update |
| Constructor and Description |
|---|
Sections() |
| Modifier and Type | Method and Description |
|---|---|
TestRail.Sections.Add |
add(int projectId,
Section section)
Creates a new section.
|
TestRail.Sections.Delete |
delete(int sectionId)
Deletes an existing section.
|
TestRail.Sections.Get |
get(int sectionId)
Returns an existing section.
|
TestRail.Sections.List |
list(int projectId)
Returns a list of sections for a project.
|
TestRail.Sections.List |
list(int projectId,
int suiteId)
Returns a list of sections for a project and test suite.
|
TestRail.Sections.Update |
update(Section section)
Updates an existing section.
|
@Generated(value="lombok") public Sections()
public TestRail.Sections.Get get(int sectionId)
sectionId - the ID of the sectionIllegalArgumentException - if sectionId is not positivepublic TestRail.Sections.List list(int projectId)
projectId - the ID of the project which is operating in a single suite modeIllegalArgumentException - if projectId is not positivepublic TestRail.Sections.List list(int projectId, int suiteId)
projectId - the ID of the projectsuiteId - the ID of the suiteIllegalArgumentException - if any argument is not positivepublic TestRail.Sections.Add add(int projectId, @NonNull Section section)
projectId - the ID of the project to add the section tosection - the section to be addedNullPointerException - if section is nullpublic TestRail.Sections.Update update(@NonNull Section section)
section - the section to be updatedNullPointerException - if section is nullpublic TestRail.Sections.Delete delete(int sectionId)
sectionId - the ID of the section to be deletedIllegalArgumentException - if sectionId is not positiveCopyright © 2017. All rights reserved.