public class StepResult extends ExecutableItem implements Serializable
Java class for StepResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StepResult">
<complexContent>
<extension base="{urn:model.allure.qameta.io}ExecutableItem">
</extension>
</complexContent>
</complexType>
attachments, description, descriptionHtml, name, parameters, stage, start, status, statusDetails, steps, stop| Constructor and Description |
|---|
StepResult() |
| Modifier and Type | Method and Description |
|---|---|
StepResult |
withAttachments(Attachment... values) |
StepResult |
withAttachments(Collection<Attachment> values) |
StepResult |
withAttachments(List<Attachment> attachments) |
StepResult |
withDescription(String value) |
StepResult |
withDescriptionHtml(String value) |
StepResult |
withName(String value) |
StepResult |
withParameters(Collection<Parameter> values) |
StepResult |
withParameters(List<Parameter> parameters) |
StepResult |
withParameters(Parameter... values) |
StepResult |
withStage(Stage value) |
StepResult |
withStart(Long value) |
StepResult |
withStatus(Status value) |
StepResult |
withStatusDetails(StatusDetails value) |
StepResult |
withSteps(Collection<StepResult> values) |
StepResult |
withSteps(List<StepResult> steps) |
StepResult |
withSteps(StepResult... values) |
StepResult |
withStop(Long value) |
getAttachments, getDescription, getDescriptionHtml, getName, getParameters, getStage, getStart, getStatus, getStatusDetails, getSteps, getStop, setAttachments, setDescription, setDescriptionHtml, setName, setParameters, setStage, setStart, setStatus, setStatusDetails, setSteps, setStoppublic StepResult withName(String value)
withName in class ExecutableItempublic StepResult withStatus(Status value)
withStatus in class ExecutableItempublic StepResult withStatusDetails(StatusDetails value)
withStatusDetails in class ExecutableItempublic StepResult withStage(Stage value)
withStage in class ExecutableItempublic StepResult withDescription(String value)
withDescription in class ExecutableItempublic StepResult withDescriptionHtml(String value)
withDescriptionHtml in class ExecutableItempublic StepResult withStart(Long value)
withStart in class ExecutableItempublic StepResult withStop(Long value)
withStop in class ExecutableItempublic StepResult withSteps(StepResult... values)
withSteps in class ExecutableItempublic StepResult withSteps(Collection<StepResult> values)
withSteps in class ExecutableItempublic StepResult withSteps(List<StepResult> steps)
withSteps in class ExecutableItempublic StepResult withAttachments(Attachment... values)
withAttachments in class ExecutableItempublic StepResult withAttachments(Collection<Attachment> values)
withAttachments in class ExecutableItempublic StepResult withAttachments(List<Attachment> attachments)
withAttachments in class ExecutableItempublic StepResult withParameters(Parameter... values)
withParameters in class ExecutableItempublic StepResult withParameters(Collection<Parameter> values)
withParameters in class ExecutableItempublic StepResult withParameters(List<Parameter> parameters)
withParameters in class ExecutableItemCopyright © 2017 qameta.io. All rights reserved.