public class TestRunDetails extends Object
| Constructor and Description |
|---|
TestRunDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBenchmarkId() |
String |
getCopyOf()
Gets if to create a copy of an old test
|
String |
getDescription()
Gets the test description
|
String |
getName() |
String |
getOldName()
gets the old test name (in case of copy)
|
int |
getVersion() |
void |
setBenchmarkId(String benchmarkId)
Sets Benchmark ID
|
void |
setCopyOf(String copyOf)
Sets if to create a copy of an old test
|
void |
setDescription(String description)
Sets the test description
|
void |
setName(String name)
Sets the test name
|
void |
setOldName(String oldName)
sets the old test name (in case of copy)
|
void |
setVersion(int version)
Sets the test version
|
public String getName()
public void setName(String name)
name - (String) test namepublic String getOldName()
public void setOldName(String oldName)
oldName - (String) old test namepublic String getCopyOf()
public void setCopyOf(String copyOf)
public int getVersion()
public void setVersion(int version)
version - (int)public String getDescription()
public void setDescription(String description)
public String getBenchmarkId()
public void setBenchmarkId(String benchmarkId)
Copyright © 2005–2018 Alfresco Software. All rights reserved.