Package | Description |
---|---|
br.eti.kinoshita.testlinkjavaapi | |
br.eti.kinoshita.testlinkjavaapi.util |
Modifier and Type | Method and Description |
---|---|
Build |
TestLinkAPI.createBuild(Integer testPlanId,
String buildName,
String buildNotes)
Creates a Build.
|
Build[] |
TestLinkAPI.getBuildsForTestPlan(Integer testPlanId)
Retrieves an Array of Builds for a given Test Plan.
|
Build |
TestLinkAPI.getLatestBuildForTestPlan(Integer testPlanId)
Retrieves the latest Build for a given Test Plan.
|
Modifier and Type | Method and Description |
---|---|
static Build |
Util.getBuild(Map<String,Object> map) |
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
Util.getBuildMap(Build build) |
Copyright © 2010–2020. All rights reserved.