Package ru.testit.models
Class FixtureResult
java.lang.Object
ru.testit.models.FixtureResult
- All Implemented Interfaces:
Serializable,ResultWithAttachments,ResultWithSteps
public class FixtureResult
extends Object
implements ResultWithSteps, ResultWithAttachments, Serializable
Model describes fixture.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets attachments.Gets description.Gets item stage.Gets item status.Gets links.getName()Gets name.Gets parameters.Gets parent.getStart()Gets start.getSteps()Gets steps.getStop()Gets stop.setAttachments(List<String> attachments) Sets attachments.setDescription(String description) Sets description.setItemStage(ItemStage itemStage) Sets item stage.setItemStatus(ItemStatus itemStatus) Sets item status.setLinkItems(List<LinkItem> linkItems) Sets links.Sets name.setParameters(Map<String, String> parameters) Sets parameters.Sets parent.Sets start.setSteps(List<StepResult> steps) Sets steps.Sets stop.toString()
-
Constructor Details
-
FixtureResult
public FixtureResult()
-
-
Method Details
-
getName
Gets name.- Returns:
- the name
-
setName
Sets name.- Parameters:
name- the value- Returns:
- self for method chaining
-
getItemStatus
Gets item status.- Returns:
- the item status
-
setItemStatus
Sets item status.- Parameters:
itemStatus- the value- Returns:
- self for method chaining
-
getItemStage
Gets item stage.- Returns:
- the item stage
-
setItemStage
Sets item stage.- Parameters:
itemStage- the value- Returns:
- self for method chaining
-
getDescription
Gets description.- Returns:
- the description
-
setDescription
Sets description.- Parameters:
description- the value- Returns:
- self for method chaining
-
getAttachments
Gets attachments.- Specified by:
getAttachmentsin interfaceResultWithAttachments- Returns:
- the attachments
-
setAttachments
Sets attachments.- Parameters:
attachments- the attachments- Returns:
- self for method chaining
-
getSteps
Gets steps.- Specified by:
getStepsin interfaceResultWithSteps- Returns:
- the steps
-
setSteps
Sets steps.- Parameters:
steps- the steps- Returns:
- self for method chaining
-
getLinkItems
Gets links.- Returns:
- the links
-
setLinkItems
Sets links.- Parameters:
linkItems- the steps- Returns:
- self for method chaining
-
getParent
Gets parent.- Returns:
- the parent
-
setParent
Sets parent.- Parameters:
parent- the value- Returns:
- self for method chaining
-
getStart
Gets start.- Returns:
- the start
-
setStart
Sets start.- Parameters:
start- the value- Returns:
- self for method chaining
-
getStop
Gets stop.- Returns:
- the stop
-
setStop
Sets stop.- Parameters:
stop- the value- Returns:
- self for method chaining
-
getParameters
Gets parameters.- Returns:
- the parameters
-
setParameters
Sets parameters.- Parameters:
parameters- the value- Returns:
- self for method chaining
-
toString
-