| Package | Description |
|---|---|
| br.eti.kinoshita.testlinkjavaapi | |
| br.eti.kinoshita.testlinkjavaapi.util |
| Modifier and Type | Method and Description |
|---|---|
TestPlan |
TestLinkAPI.createTestPlan(String planName,
String projectName,
String notes,
Boolean isActive,
Boolean isPublic)
Creates a Test Plan.
|
TestPlan[] |
TestLinkAPI.getProjectTestPlans(Integer projectId)
Retrieves an array of Test Plans associated to a Test Project.
|
TestPlan |
TestLinkAPI.getTestPlanByName(String planName,
String projectName)
Retrieves a Test Plan by its name.
|
| Modifier and Type | Method and Description |
|---|---|
static TestPlan |
Util.getTestPlan(Map<String,Object> map) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
Util.getTestPlanMap(TestPlan plan) |
Copyright © 2010–2020. All rights reserved.