public class AutomationTestLog extends QTestBaseModel<AutomationTestLog>
NL, properties, RESERVED_NAME| Constructor and Description |
|---|
AutomationTestLog() |
| Modifier and Type | Method and Description |
|---|---|
AutomationTestLog |
addAttachment(Attachment attachment)
Adds attachment to test log.
|
AutomationTestLog |
addFieldValue(FieldValue fieldValue) |
AutomationTestLog |
addModuleName(java.lang.String moduleName) |
AutomationTestLog |
addTestStepLog(AutomationTestStepLog testStepLog)
Add the test step log.
|
protected TestLog |
clone() |
java.lang.String |
elementName() |
java.util.List<Attachment> |
getAttachments() |
java.lang.String |
getAutomationContent() |
java.lang.String |
getBuildNumber()
Get build number
|
java.lang.String |
getBuildUrl()
Get build url
|
java.util.Date |
getExecutionEndDate() |
java.util.Date |
getExecutionStartDate() |
java.util.List<FieldValue> |
getFieldValues() |
java.lang.Long |
getId() |
java.util.List<java.lang.String> |
getModuleNames() |
java.lang.String |
getName() |
java.lang.String |
getNote() |
java.lang.Long |
getOrder() |
java.lang.String |
getStatus() |
java.lang.String |
getSystemName() |
TestCase |
getTestCase() |
java.lang.Long |
getTestCaseId() |
java.lang.Long |
getTestCaseVersionId() |
java.util.List<AutomationTestStepLog> |
getTestStepLogs() |
java.lang.Long |
getUserId() |
java.lang.String |
jsonElementName() |
AutomationTestLog |
setAttachments(java.util.List<Attachment> attachments)
Sets the list of testlog's attachments.
|
AutomationTestLog |
setAutomationContent(java.lang.String automationContent)
Sets the automation content associated to test suite.
|
AutomationTestLog |
setBuildNumber(java.lang.String buildNumber)
Set build number to test log
|
AutomationTestLog |
setBuildUrl(java.lang.String buildUrl)
Set build url
|
AutomationTestLog |
setExecutionEndDate(java.util.Date executionEndDate)
Sets the execution end date.
|
AutomationTestLog |
setExecutionStartDate(java.util.Date executionStartDate)
Sets the time when starting running test run.
|
void |
setFieldValues(java.util.List<FieldValue> fieldValues) |
AutomationTestLog |
setId(java.lang.Long id)
Sets the test log identifier.
|
void |
setModuleNames(java.util.List<java.lang.String> moduleNames) |
AutomationTestLog |
setName(java.lang.String name)
Sets the automation name.
|
AutomationTestLog |
setNote(java.lang.String note)
Sets the test log note.
|
void |
setOrder(java.lang.Long order) |
AutomationTestLog |
setStatus(java.lang.String status)
Sets the test log status.
|
AutomationTestLog |
setSystemName(java.lang.String systemName)
Sets the system name.
|
AutomationTestLog |
setTestCase(TestCase testCase)
Sets the test case instance.
|
AutomationTestLog |
setTestCaseId(java.lang.Long testCaseId)
Sets test case id.
|
AutomationTestLog |
setTestCaseVersionId(java.lang.Long testCaseVersionId)
Sets test case version id.
|
AutomationTestLog |
setTestStepLogs(java.util.List<AutomationTestStepLog> testStepLogs)
Sets the test step logs.
|
AutomationTestLog |
setUserId(java.lang.Long userId)
Sets the id of user who ran test run.
|
AutomationTestLog |
withAttachments(java.util.List<Attachment> attachments)
Sets the list of testlog's attachments.
|
AutomationTestLog |
withAutomationContent(java.lang.String automationContent)
Sets the automation content associated to test suite.
|
AutomationTestLog |
withBuildNumber(java.lang.String buildNumber)
Set build number to test log
|
AutomationTestLog |
withBuildUrl(java.lang.String buildUrl)
Set build url
|
AutomationTestLog |
withExecutionEndDate(java.util.Date executionEndDate)
Sets the execution end date.
|
AutomationTestLog |
withExecutionStartDate(java.util.Date executionStartDate)
Sets the time when starting running test run.
|
AutomationTestLog |
withFieldValues(java.util.List<FieldValue> fieldValues) |
AutomationTestLog |
withId(java.lang.Long id)
Sets the test log identifier.
|
AutomationTestLog |
withModuleNames(java.util.List<java.lang.String> moduleNames) |
AutomationTestLog |
withName(java.lang.String name)
Sets the automation name.
|
AutomationTestLog |
withNote(java.lang.String note)
Sets the test log note.
|
AutomationTestLog |
withOrder(java.lang.Long order) |
AutomationTestLog |
withStatus(java.lang.String status)
Sets the test log status.
|
AutomationTestLog |
withSystemName(java.lang.String systemName)
Sets the system name.
|
AutomationTestLog |
withTestCase(TestCase testCase)
Sets the test case instance.
|
AutomationTestLog |
withTestCaseId(java.lang.Long testCaseId)
Sets test case id.
|
AutomationTestLog |
withTestCaseVersionId(java.lang.Long testCaseVersionId)
Sets test case version id.
|
AutomationTestLog |
withTestStepLogs(java.util.List<AutomationTestStepLog> testStepLogs)
Sets the test step logs.
|
AutomationTestLog |
withUserId(java.lang.Long userId)
Sets the id of user who ran test run.
|
getBinaryFromInputStream, getLinks, getWebUrl, setLinks, setWebUrl, validateInputStream, withLinks, withWebUrlappendPropertiesTo, appendPropertiesTo, asDate, asDate, asInteger, asInteger, asLong, asLong, asString, asString, getProperties, getProperty, getPropertyMap, hasProperties, hasProperty, isVisible, removeProperty, setPropertiesFrom, setProperty, toJson, toStringpublic java.lang.Long getId()
public AutomationTestLog setId(java.lang.Long id)
id - the given test log identifier to set.public AutomationTestLog withId(java.lang.Long id)
id - the given test log identifier to set.public java.lang.String getName()
public AutomationTestLog setName(java.lang.String name)
name - the given automation name.public AutomationTestLog withName(java.lang.String name)
name - the given automation name.public java.lang.String getStatus()
public AutomationTestLog setStatus(java.lang.String status)
status - the given test log status to set.public AutomationTestLog withStatus(java.lang.String status)
status - the given test log status to set.public java.lang.String getSystemName()
public AutomationTestLog setSystemName(java.lang.String systemName)
systemName - the given system name to set.public AutomationTestLog withSystemName(java.lang.String systemName)
systemName - the given system name to set.public java.lang.Long getTestCaseVersionId()
public AutomationTestLog setTestCaseVersionId(java.lang.Long testCaseVersionId)
testCaseVersionId - the given test case version id to set.public AutomationTestLog withTestCaseVersionId(java.lang.Long testCaseVersionId)
testCaseVersionId - the given test case version id to set.public java.util.Date getExecutionStartDate()
public AutomationTestLog setExecutionStartDate(java.util.Date executionStartDate)
executionStartDate - the given time when starting running test run to set.public AutomationTestLog withExecutionStartDate(java.util.Date executionStartDate)
executionStartDate - the given time when starting running test run to set.public java.util.Date getExecutionEndDate()
public AutomationTestLog setExecutionEndDate(java.util.Date executionEndDate)
executionEndDate - the given execution end date.public AutomationTestLog withExecutionEndDate(java.util.Date executionEndDate)
executionEndDate - the given execution end date.public java.lang.Long getUserId()
public AutomationTestLog setUserId(java.lang.Long userId)
userId - the given id of user who ran test run.public AutomationTestLog withUserId(java.lang.Long userId)
userId - the given id of user who ran test run.public java.lang.String getNote()
public AutomationTestLog setNote(java.lang.String note)
note - the given test log note to set.public AutomationTestLog withNote(java.lang.String note)
note - the given test log note to set.public java.lang.String getAutomationContent()
public AutomationTestLog setAutomationContent(java.lang.String automationContent)
automationContent - the given automation content to set.public AutomationTestLog withAutomationContent(java.lang.String automationContent)
automationContent - the given automation content to set.public TestCase getTestCase()
public AutomationTestLog setTestCase(TestCase testCase)
testCase - the given test case to set.public AutomationTestLog withTestCase(TestCase testCase)
testCase - the given test case to set.public java.lang.Long getTestCaseId()
public AutomationTestLog setTestCaseId(java.lang.Long testCaseId)
testCaseId - the given test case id to set.public AutomationTestLog withTestCaseId(java.lang.Long testCaseId)
testCaseId - the given test case id to set.public java.util.List<Attachment> getAttachments()
public java.util.List<AutomationTestStepLog> getTestStepLogs()
TestStepLog objects.public AutomationTestLog setTestStepLogs(java.util.List<AutomationTestStepLog> testStepLogs)
testStepLogs - the given list of test step logs to set.public AutomationTestLog withTestStepLogs(java.util.List<AutomationTestStepLog> testStepLogs)
testStepLogs - the given list of test step logs to set.public AutomationTestLog addTestStepLog(AutomationTestStepLog testStepLog)
testStepLog - the given test step log to add.automation test log object.public AutomationTestLog setAttachments(java.util.List<Attachment> attachments)
attachments - the given list of testlog's attachment to set.public AutomationTestLog withAttachments(java.util.List<Attachment> attachments)
attachments - the given list of testlog's attachment to set.public AutomationTestLog addAttachment(Attachment attachment)
attachment - the given attachment to add to test log.TestLog object.protected TestLog clone()
clone in class PropertyContainerpublic java.lang.String elementName()
elementName in class PropertyContainerpublic java.lang.String jsonElementName()
jsonElementName in class PropertyContainerpublic java.lang.String getBuildNumber()
public AutomationTestLog setBuildNumber(java.lang.String buildNumber)
buildNumber - build number valuepublic AutomationTestLog withBuildNumber(java.lang.String buildNumber)
buildNumber - build number valuepublic java.lang.String getBuildUrl()
public AutomationTestLog setBuildUrl(java.lang.String buildUrl)
buildUrl - build url valuepublic AutomationTestLog withBuildUrl(java.lang.String buildUrl)
buildUrl - build urlpublic java.util.List<java.lang.String> getModuleNames()
public void setModuleNames(java.util.List<java.lang.String> moduleNames)
public AutomationTestLog withModuleNames(java.util.List<java.lang.String> moduleNames)
public AutomationTestLog addModuleName(java.lang.String moduleName)
public java.util.List<FieldValue> getFieldValues()
public void setFieldValues(java.util.List<FieldValue> fieldValues)
public AutomationTestLog withFieldValues(java.util.List<FieldValue> fieldValues)
public AutomationTestLog addFieldValue(FieldValue fieldValue)
public java.lang.Long getOrder()
public void setOrder(java.lang.Long order)
public AutomationTestLog withOrder(java.lang.Long order)