public class Project extends Object
Constructor and Description |
---|
Project() |
Project(String name) |
Project(String name,
String comment,
String deployDate,
String exported,
String version) |
Modifier and Type | Method and Description |
---|---|
void |
addTestCase(TestCase testcase) |
void |
addTestcaseList(List<TestCase> testcaseList) |
TestCase |
createTestCase() |
static Project |
findProjectByprojectname(List<Project> projectlist,
String projectname) |
String |
getComment() |
String |
getDeployDate() |
String |
getExported() |
String |
getName() |
List<TestCase> |
getTestcaseList() |
String |
getVersion() |
void |
setComment(String comment) |
void |
setDeployDate(String deployDate) |
void |
setExported(String exported) |
void |
setName(String name) |
void |
setTestcaseList(List<TestCase> testcaseList) |
void |
setVersion(String version) |
public Project()
@DataBoundConstructor public Project(String name, String comment, String deployDate, String exported, String version)
public Project(String name)
public String getName()
public String getComment()
public String getDeployDate()
public String getExported()
public String getVersion()
public void addTestCase(TestCase testcase)
public TestCase createTestCase()
public void setName(String name)
public void setComment(String comment)
public void setDeployDate(String deployDate)
public void setExported(String exported)
public void setVersion(String version)
Copyright © 2004-2015. All Rights Reserved.