public class ExecutionResult
extends java.lang.Object
ExecutionPlanningService| Constructor and Description |
|---|
ExecutionResult() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBuild()
Gets the build of this result.
|
TestDefinitionResult |
getCleanupTestDef()
Gets the result of the cleanup task.
|
int |
getExecDefId()
Gets the ID of the execution plan to which this result belongs.
|
java.lang.String |
getExecDefName()
Gets the name of the execution plan to which this result belongs.
|
java.lang.String |
getExecServerName()
Gets the name of the execution server on which the tests were running on.
|
java.lang.String[] |
getKeywords()
Gets the keywords that were used for the execution run.
|
java.lang.String |
getManualTester()
Gets the username of the tester who committed the results of the manual tests.
|
TestDefinitionResult |
getSetupTestDef()
Gets the result of the setup task.
|
TestDefinitionResult[] |
getTestDefResult()
Gets the results of the executed test plan.
|
void |
setBuild(java.lang.String build)
Sets the build of this result.
|
void |
setCleanupTestDef(TestDefinitionResult cleanupTestDef)
Sets the result of the cleanup task.
|
void |
setExecDefId(int execDefId)
Sets the ID of the execution plan to which this result belongs.
|
void |
setExecDefName(java.lang.String execDefName)
Sets the name of the execution plan to which this result belongs.
|
void |
setExecServerName(java.lang.String execServerName)
Sets the name of the execution server on which the tests were running on.
|
void |
setKeywords(java.lang.String[] keywords)
Sets the keywords that were used for the execution run.
|
void |
setManualTester(java.lang.String manualTester)
Sets the username of the tester who committed the results of the manual tests.
|
void |
setSetupTestDef(TestDefinitionResult setupTestDef)
Sets the result of the setup task.
|
void |
setTestDefResult(TestDefinitionResult[] testDefResult)
Sets the results of the executed test plan.
|
public java.lang.String getExecDefName()
public void setExecDefName(java.lang.String execDefName)
execDefName - the name of the execution planpublic java.lang.String getBuild()
public void setBuild(java.lang.String build)
build - build for this resultpublic java.lang.String getManualTester()
public void setManualTester(java.lang.String manualTester)
manualTester - the manual tester's usernamepublic java.lang.String getExecServerName()
public void setExecServerName(java.lang.String execServerName)
execServerName - the name of the execution serverpublic TestDefinitionResult[] getTestDefResult()
TestDefinitionResult objectspublic void setTestDefResult(TestDefinitionResult[] testDefResult)
testDefResult - an array of TestDefinitionResult objectspublic TestDefinitionResult getSetupTestDef()
public void setSetupTestDef(TestDefinitionResult setupTestDef)
setupTestDef - the result of the setup taskpublic TestDefinitionResult getCleanupTestDef()
public void setCleanupTestDef(TestDefinitionResult cleanupTestDef)
cleanupTestDef - the result of the cleanup taskpublic int getExecDefId()
public void setExecDefId(int execDefId)
execDefId - the ID of the execution planpublic void setKeywords(java.lang.String[] keywords)
keywords - the keywords that were used for the execution runpublic java.lang.String[] getKeywords()
Copyright © Micro Focus 2004-2019. All rights reserved.