public class TRResult extends Object
| Constructor and Description |
|---|
TRResult()
No args constructor for use in serialization
|
TRResult(Long id,
Long caseId,
Long statusId,
Long testId,
String comment,
String defects,
String version,
String elapsed,
Long createdBy,
Long createdOn,
Long assignedtoId,
List<TRStep> customStepResults) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Long |
getAssignedtoId()
The ID of the assignee (user) of the test result
|
Long |
getCaseId()
The ID of the test case (Util field.
|
String |
getComment()
The comment or error message of the test result
|
Long |
getCreatedBy()
The ID of the user who created the test result
|
Long |
getCreatedOn()
The date/time when the test result was created (as UNIX timestamp)
|
List<TRStep> |
getCustomStepResults()
Test Case (Steps) template results
|
String |
getDefects()
A comma-separated list of defects linked to the test result
|
String |
getElapsed()
The amount of time it took to execute the test (e.g.
|
Long |
getId()
The unique ID of the test result
|
Long |
getStatusId()
The status of the test result, e.g.
|
Long |
getTestId()
The ID of the test this test result belongs to
|
String |
getVersion()
The (build) version the test was executed against
|
int |
hashCode() |
void |
setAssignedtoId(Long assignedtoId)
The ID of the assignee (user) of the test result
|
void |
setCaseId(Long caseId)
The ID of the test case (Util field.
|
void |
setComment(String comment)
The comment or error message of the test result
|
void |
setCreatedBy(Long createdBy)
The ID of the user who created the test result
|
void |
setCreatedOn(Long createdOn)
The date/time when the test result was created (as UNIX timestamp)
|
void |
setCustomStepResults(List<TRStep> customStepResults)
Test Case (Steps) template results
|
void |
setDefects(String defects)
A comma-separated list of defects linked to the test result
|
void |
setElapsed(String elapsed)
The amount of time it took to execute the test (e.g.
|
void |
setId(Long id)
The unique ID of the test result
|
void |
setStatusId(Long statusId)
The status of the test result, e.g.
|
void |
setTestId(Long testId)
The ID of the test this test result belongs to
|
void |
setVersion(String version)
The (build) version the test was executed against
|
String |
toString() |
TRResult |
withAssignedtoId(Long assignedtoId) |
TRResult |
withCaseId(Long caseId) |
TRResult |
withComment(String comment) |
TRResult |
withCreatedBy(Long createdBy) |
TRResult |
withCreatedOn(Long createdOn) |
TRResult |
withCustomStepResults(List<TRStep> customStepResults) |
TRResult |
withDefects(String defects) |
TRResult |
withElapsed(String elapsed) |
TRResult |
withId(Long id) |
TRResult |
withStatusId(Long statusId) |
TRResult |
withTestId(Long testId) |
TRResult |
withVersion(String version) |
public TRResult()
public TRResult(Long id, Long caseId, Long statusId, Long testId, String comment, String defects, String version, String elapsed, Long createdBy, Long createdOn, Long assignedtoId, List<TRStep> customStepResults)
elapsed - statusId - createdBy - assignedtoId - caseId - defects - testId - comment - customStepResults - id - version - createdOn - public Long getId()
public void setId(Long id)
public Long getCaseId()
public void setCaseId(Long caseId)
public Long getStatusId()
public void setStatusId(Long statusId)
public Long getTestId()
public void setTestId(Long testId)
public String getComment()
public void setComment(String comment)
public String getDefects()
public void setDefects(String defects)
public String getVersion()
public void setVersion(String version)
public String getElapsed()
public void setElapsed(String elapsed)
public Long getCreatedBy()
public void setCreatedBy(Long createdBy)
public Long getCreatedOn()
public void setCreatedOn(Long createdOn)
public Long getAssignedtoId()
public void setAssignedtoId(Long assignedtoId)
public void setCustomStepResults(List<TRStep> customStepResults)
Copyright © 2019. All rights reserved.