br.eti.kinoshita.testlinkjavaapi.model
public class Build extends Object implements Serializable
TestLink Build object. Represents a Build in TestLink system. A build is, basically, an instance of a Test Plan.
| Constructor and Description |
|---|
Build() |
Build(Integer id,
Integer testPlanId,
String name,
String notes) |
public Integer getId()
public void setId(Integer id)
id - the id to setpublic Integer getTestPlanId()
public void setTestPlanId(Integer testPlanId)
testPlanId - the testPlanId to setpublic String getName()
public void setName(String name)
name - the buildName to setpublic String getNotes()
public void setNotes(String buildNotes)
buildNotes - the buildNotes to setCopyright © 2010-2011 the testlink-java-api team-2013. All Rights Reserved.