public class TestMethod extends Object implements Serializable
Constructor and Description |
---|
TestMethod()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getDataProvider() |
String |
getDurationMs()
Retrieves the duration in ms.
|
String |
getFinishedAt()
Retrieves the finishedAt.
|
String |
getIsConfig()
Retrieves the isConfig.
|
String |
getName()
Retrieves the name.
|
String |
getSignature()
Retrieves the signature.
|
String |
getStartedAt()
Retrieves the startedAt.
|
String |
getStatus()
Retrieves the status.
|
void |
setDataProvider(String dataProvider) |
void |
setDurationMs(String durationMs)
Sets the duration in ms.
|
void |
setFinishedAt(String finishedAt)
Sets the finishedAt.
|
void |
setIsConfig(String isConfig)
Sets the isConfig.
|
void |
setName(String name)
Sets the name.
|
void |
setSignature(String signature)
Sets the signature.
|
void |
setStartedAt(String startedAt)
Sets the startedAt.
|
void |
setStatus(String status)
Sets the status.
|
public String getStatus()
public void setStatus(String status)
status
- the status to setpublic String getSignature()
public void setSignature(String signature)
signature
- the signature to setpublic String getName()
public void setName(String name)
name
- the name to setpublic String getIsConfig()
public void setIsConfig(String isConfig)
isConfig
- the isConfig to setpublic String getDurationMs()
public void setDurationMs(String durationMs)
durationMs
- the duration in ms to set.public String getStartedAt()
public void setStartedAt(String startedAt)
startedAt
- the startedAt to setpublic String getFinishedAt()
public void setFinishedAt(String finishedAt)
finishedAt
- the finishedAt to setpublic String getDataProvider()
public void setDataProvider(String dataProvider)
dataProvider
- the dataProvider to setCopyright © 2010-2011 the Jenkins TestLink plug-in team-2013 Jenkins. All Rights Reserved.