public class Test extends Object implements Serializable
Constructor and Description |
---|
Test()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
addClass(Class clazz)
Adds a class into the list of
|
List<Class> |
getClasses()
Retrieves the list of
|
String |
getDurationMs()
Retrieves the duration in ms.
|
String |
getFinishedAt()
Retrieves the finishedAt.
|
String |
getName()
Retrieves the name.
|
String |
getStartedAt()
Retrieves the startedAt.
|
boolean |
removeClass(Class clazz)
Removes a class from the list of
|
void |
setDurationMs(String durationMs)
Sets the duration in ms.
|
void |
setFinishedAt(String finishedAt)
Sets the finishedAt.
|
void |
setName(String name)
Sets the name.
|
void |
setStartedAt(String startedAt)
Sets the startedAt.
|
public String getName()
public void setName(String name)
name
- the name to setpublic String getDurationMs()
public void setDurationMs(String durationMs)
durationMs
- the duration 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 addClass(Class clazz)
clazz
- the classpublic boolean removeClass(Class clazz)
clazz
- the classCopyright © 2010-2013 Jenkins. All Rights Reserved.