public class TestResult extends ExecutableItem implements java.io.Serializable, WithLinks
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
fullName |
protected java.lang.String |
historyId |
protected java.util.List<Label> |
labels |
protected java.util.List<Link> |
links |
protected java.lang.String |
rerunOf |
protected java.lang.String |
testCaseId |
protected java.lang.String |
uuid |
attachments, description, descriptionHtml, name, parameters, stage, start, status, statusDetails, steps, stop| Constructor and Description |
|---|
TestResult() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFullName()
Gets the value of the fullName property.
|
java.lang.String |
getHistoryId()
Gets the value of the historyId property.
|
java.util.List<Label> |
getLabels() |
java.util.List<Link> |
getLinks() |
java.lang.String |
getRerunOf()
Gets the value of the rerunOf property.
|
java.lang.String |
getTestCaseId()
Gets the value of the testCaseId property.
|
java.lang.String |
getUuid()
Gets the value of the uuid property.
|
TestResult |
setAttachments(Attachment... values)
Deprecated.
use
ExecutableItem.getAttachments() and Collection.addAll(Collection) instead. |
TestResult |
setAttachments(java.util.Collection<Attachment> values)
Deprecated.
use
ExecutableItem.getAttachments() and Collection.addAll(Collection) instead. |
TestResult |
setAttachments(java.util.List<Attachment> attachments) |
TestResult |
setDescription(java.lang.String value)
Sets the value of the description property.
|
TestResult |
setDescriptionHtml(java.lang.String value)
Sets the value of the descriptionHtml property.
|
TestResult |
setFullName(java.lang.String value)
Sets the value of the fullName property.
|
TestResult |
setHistoryId(java.lang.String value)
Sets the value of the historyId property.
|
TestResult |
setLabels(java.util.Collection<Label> values)
Deprecated.
use
getLabels() ()} and Collection.addAll(Collection) instead. |
TestResult |
setLabels(Label... values)
Deprecated.
use
getLabels() ()} and Collection.addAll(Collection) instead. |
TestResult |
setLabels(java.util.List<Label> labels) |
TestResult |
setLinks(java.util.Collection<Link> values)
Deprecated.
use
getLinks() and Collection.addAll(Collection) instead. |
TestResult |
setLinks(Link... values)
Deprecated.
use
getLinks() and Collection.addAll(Collection) instead. |
TestResult |
setLinks(java.util.List<Link> links) |
TestResult |
setName(java.lang.String value)
Sets the value of the name property.
|
TestResult |
setParameters(java.util.Collection<Parameter> values)
Deprecated.
use
ExecutableItem.getParameters() and Collection.addAll(Collection) instead. |
TestResult |
setParameters(java.util.List<Parameter> parameters) |
TestResult |
setParameters(Parameter... values)
Deprecated.
use
ExecutableItem.getParameters() and Collection.addAll(Collection) instead. |
TestResult |
setRerunOf(java.lang.String value)
Sets the value of the rerunOf property.
|
TestResult |
setStage(Stage value)
Sets the value of the stage property.
|
TestResult |
setStart(java.lang.Long value)
Sets the value of the start property.
|
TestResult |
setStatus(Status value)
Sets the value of the status property.
|
TestResult |
setStatusDetails(StatusDetails value)
Sets the value of the statusDetails property.
|
TestResult |
setSteps(java.util.Collection<StepResult> values)
Deprecated.
use
ExecutableItem.getSteps() and Collection.addAll(Collection) instead. |
TestResult |
setSteps(java.util.List<StepResult> steps) |
TestResult |
setSteps(StepResult... values)
Deprecated.
use
ExecutableItem.getSteps() and Collection.addAll(Collection) instead. |
TestResult |
setStop(java.lang.Long value)
Sets the value of the stop property.
|
TestResult |
setTestCaseId(java.lang.String value)
Sets the value of the testCaseId property.
|
TestResult |
setUuid(java.lang.String value)
Sets the value of the uuid property.
|
TestResult |
withAttachments(Attachment... values)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
TestResult |
withAttachments(java.util.Collection<Attachment> values)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
TestResult |
withAttachments(java.util.List<Attachment> attachments)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
TestResult |
withDescription(java.lang.String value)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
TestResult |
withDescriptionHtml(java.lang.String value)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
TestResult |
withFullName(java.lang.String value)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
TestResult |
withHistoryId(java.lang.String value)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
TestResult |
withLabels(java.util.Collection<Label> values)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
TestResult |
withLabels(Label... values)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
TestResult |
withLabels(java.util.List<Label> labels)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
TestResult |
withLinks(java.util.Collection<Link> values)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
TestResult |
withLinks(Link... values)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
TestResult |
withLinks(java.util.List<Link> links)
Deprecated.
use set method
|
TestResult |
withName(java.lang.String value)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
TestResult |
withParameters(java.util.Collection<Parameter> values)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
TestResult |
withParameters(java.util.List<Parameter> parameters)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
TestResult |
withParameters(Parameter... values)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
TestResult |
withRerunOf(java.lang.String value)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
TestResult |
withStage(Stage value)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
TestResult |
withStart(java.lang.Long value)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
TestResult |
withStatus(Status value)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
TestResult |
withStatusDetails(StatusDetails value)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
TestResult |
withSteps(java.util.Collection<StepResult> values)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
TestResult |
withSteps(java.util.List<StepResult> steps)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
TestResult |
withSteps(StepResult... values)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
TestResult |
withStop(java.lang.Long value)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
TestResult |
withTestCaseId(java.lang.String value)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
TestResult |
withUuid(java.lang.String value)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
getAttachments, getDescription, getDescriptionHtml, getName, getParameters, getStage, getStart, getStatus, getStatusDetails, getSteps, getStopprotected java.lang.String uuid
protected java.lang.String historyId
protected java.lang.String testCaseId
protected java.lang.String rerunOf
protected java.lang.String fullName
protected java.util.List<Label> labels
protected java.util.List<Link> links
public java.lang.String getUuid()
Stringpublic TestResult setUuid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHistoryId()
Stringpublic TestResult setHistoryId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTestCaseId()
Stringpublic TestResult setTestCaseId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRerunOf()
Stringpublic TestResult setRerunOf(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFullName()
Stringpublic TestResult setFullName(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<Label> getLabels()
public TestResult setLabels(java.util.List<Label> labels)
@Deprecated public TestResult setLabels(Label... values)
getLabels() ()} and Collection.addAll(Collection) instead.@Deprecated public TestResult setLabels(java.util.Collection<Label> values)
getLabels() ()} and Collection.addAll(Collection) instead.public TestResult setLinks(java.util.List<Link> links)
@Deprecated public TestResult setLinks(Link... values)
getLinks() and Collection.addAll(Collection) instead.@Deprecated public TestResult setLinks(java.util.Collection<Link> values)
getLinks() and Collection.addAll(Collection) instead.public TestResult setName(java.lang.String value)
ExecutableItemsetName in class ExecutableItemvalue - allowed object is
Stringpublic TestResult setStatus(Status value)
ExecutableItemsetStatus in class ExecutableItemvalue - allowed object is
Statuspublic TestResult setStatusDetails(StatusDetails value)
ExecutableItemsetStatusDetails in class ExecutableItemvalue - allowed object is
StatusDetailspublic TestResult setStage(Stage value)
ExecutableItemsetStage in class ExecutableItemvalue - allowed object is
Stagepublic TestResult setDescription(java.lang.String value)
ExecutableItemsetDescription in class ExecutableItemvalue - allowed object is
Stringpublic TestResult setDescriptionHtml(java.lang.String value)
ExecutableItemsetDescriptionHtml in class ExecutableItemvalue - allowed object is
Stringpublic TestResult setStart(java.lang.Long value)
ExecutableItemsetStart in class ExecutableItemvalue - allowed object is
Longpublic TestResult setStop(java.lang.Long value)
ExecutableItemsetStop in class ExecutableItemvalue - allowed object is
Longpublic TestResult setSteps(java.util.List<StepResult> steps)
setSteps in class ExecutableItem@Deprecated public TestResult setSteps(StepResult... values)
ExecutableItem.getSteps() and Collection.addAll(Collection) instead.setSteps in class ExecutableItem@Deprecated public TestResult setSteps(java.util.Collection<StepResult> values)
ExecutableItem.getSteps() and Collection.addAll(Collection) instead.setSteps in class ExecutableItempublic TestResult setAttachments(java.util.List<Attachment> attachments)
setAttachments in class ExecutableItem@Deprecated public TestResult setAttachments(Attachment... values)
ExecutableItem.getAttachments() and Collection.addAll(Collection) instead.setAttachments in class ExecutableItem@Deprecated public TestResult setAttachments(java.util.Collection<Attachment> values)
ExecutableItem.getAttachments() and Collection.addAll(Collection) instead.setAttachments in class ExecutableItempublic TestResult setParameters(java.util.List<Parameter> parameters)
setParameters in class ExecutableItem@Deprecated public TestResult setParameters(Parameter... values)
ExecutableItem.getParameters() and Collection.addAll(Collection) instead.setParameters in class ExecutableItem@Deprecated public TestResult setParameters(java.util.Collection<Parameter> values)
ExecutableItem.getParameters() and Collection.addAll(Collection) instead.setParameters in class ExecutableItem@Deprecated public TestResult withUuid(java.lang.String value)
@Deprecated public TestResult withHistoryId(java.lang.String value)
@Deprecated public TestResult withTestCaseId(java.lang.String value)
@Deprecated public TestResult withRerunOf(java.lang.String value)
@Deprecated public TestResult withFullName(java.lang.String value)
@Deprecated public TestResult withLabels(Label... values)
@Deprecated public TestResult withLabels(java.util.Collection<Label> values)
@Deprecated public TestResult withLabels(java.util.List<Label> labels)
@Deprecated public TestResult withLinks(Link... values)
@Deprecated public TestResult withLinks(java.util.Collection<Link> values)
@Deprecated public TestResult withLinks(java.util.List<Link> links)
@Deprecated public TestResult withName(java.lang.String value)
withName in class ExecutableItem@Deprecated public TestResult withStatus(Status value)
withStatus in class ExecutableItem@Deprecated public TestResult withStatusDetails(StatusDetails value)
withStatusDetails in class ExecutableItem@Deprecated public TestResult withStage(Stage value)
withStage in class ExecutableItem@Deprecated public TestResult withDescription(java.lang.String value)
withDescription in class ExecutableItem@Deprecated public TestResult withDescriptionHtml(java.lang.String value)
withDescriptionHtml in class ExecutableItem@Deprecated public TestResult withStart(java.lang.Long value)
withStart in class ExecutableItem@Deprecated public TestResult withStop(java.lang.Long value)
withStop in class ExecutableItem@Deprecated public TestResult withSteps(StepResult... values)
withSteps in class ExecutableItem@Deprecated public TestResult withSteps(java.util.Collection<StepResult> values)
withSteps in class ExecutableItem@Deprecated public TestResult withSteps(java.util.List<StepResult> steps)
withSteps in class ExecutableItem@Deprecated public TestResult withAttachments(Attachment... values)
withAttachments in class ExecutableItem@Deprecated public TestResult withAttachments(java.util.Collection<Attachment> values)
withAttachments in class ExecutableItem@Deprecated public TestResult withAttachments(java.util.List<Attachment> attachments)
withAttachments in class ExecutableItem@Deprecated public TestResult withParameters(Parameter... values)
withParameters in class ExecutableItem@Deprecated public TestResult withParameters(java.util.Collection<Parameter> values)
withParameters in class ExecutableItem@Deprecated public TestResult withParameters(java.util.List<Parameter> parameters)
withParameters in class ExecutableItem