Package com.thed.model
Class RemoteTestResult
java.lang.Object
com.thed.model.RemoteTestResult
Created by abhishek.kumar on 1/22/2020.
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
void
setActualTime
(Integer actualTime) void
setExecutionDate
(Date executionDate) void
setExecutionNotes
(String executionNotes) void
setExecutionStatus
(String executionStatus) void
void
setReleaseTestScheduleId
(String releaseTestScheduleId) void
setTesterId
(Long testerId) void
setTestStepExecutions
(List<RemoteFieldValue> testStepExecutions)
-
Field Details
-
actualTime
-
executionDate
-
executionNotes
-
executionStatus
-
id
-
releaseTestScheduleId
-
testStepExecutions
-
testerId
-
-
Constructor Details
-
RemoteTestResult
public RemoteTestResult()
-
-
Method Details
-
getActualTime
-
setActualTime
-
getExecutionDate
-
setExecutionDate
-
getExecutionNotes
-
setExecutionNotes
-
getExecutionStatus
-
setExecutionStatus
-
getId
-
setId
-
getReleaseTestScheduleId
-
setReleaseTestScheduleId
-
getTestStepExecutions
-
setTestStepExecutions
-
getTesterId
-
setTesterId
-