public class Suite extends Object implements Serializable
Constructor and Description |
---|
Suite()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
addTest(Test test)
Adds a test into the list of
|
String |
getDurationMs()
Retrieves the duration in ms.
|
String |
getFile() |
String |
getFinishedAt()
Retrieves the finished at.
|
String |
getName()
Retrieves the name.
|
String |
getStartedAt()
Retrieves the started at.
|
List<Test> |
getTests()
Retrieves the list of
|
boolean |
removeTest(Test test)
Removes a test from the list of
|
void |
setDurationMs(String durationMs)
Sets the duration in ms.
|
void |
setFile(String file) |
void |
setFinishedAt(String finishedAt)
Sets the finished at.
|
void |
setName(String name)
Sets the name.
|
void |
setStartedAt(String startedAt)
Sets the started at.
|
public String getName()
public void setName(String name)
name
- the name to setpublic String getDurationMs()
public void setDurationMs(String durationMs)
durationMs
- the durationMs to setpublic String getStartedAt()
public void setStartedAt(String startedAt)
startedAt
- the startedAt to setpublic String getFinishedAt()
public void setFinishedAt(String finishedAt)
finishedAt
- the finishedAt to setpublic boolean addTest(Test test)
test
- the test.public boolean removeTest(Test test)
test
- the test.public void setFile(String file)
public String getFile()
Copyright © 2010-2011 the Jenkins TestLink plug-in team-2013 Jenkins. All Rights Reserved.