Package de.qytera.qtaf.xray.entity
Class XrayIterationResultEntityCloud
java.lang.Object
de.qytera.qtaf.xray.entity.XrayIterationResultEntity
de.qytera.qtaf.xray.entity.XrayIterationResultEntityCloud
Xray test iteration result entity.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA duration for the iteration.getLog()The log for the iteration.getName()The iteration name.voidsetDuration(String duration) A duration for the iteration.voidThe log for the iteration.voidThe iteration name.Methods inherited from class de.qytera.qtaf.xray.entity.XrayIterationResultEntity
getParameters, getStatus, getSteps, setParameters, setSteps
-
Constructor Details
-
XrayIterationResultEntityCloud
Create a newXrayIterationResultEntityCloudwith a given result status.- Parameters:
status- the status
-
-
Method Details
-
getName
The iteration name. -
getLog
The log for the iteration. -
getDuration
A duration for the iteration. -
setName
The iteration name. -
setLog
The log for the iteration. -
setDuration
A duration for the iteration.
-