Class XrayCloudTestStepResponseDto
java.lang.Object
de.qytera.qtaf.xray.dto.response.graphql.GraphQLResponseDto<XrayCloudTestStepResponseDto.ResponseData>
de.qytera.qtaf.xray.dto.response.steps.XrayCloudTestStepResponseDto
public class XrayCloudTestStepResponseDto
extends GraphQLResponseDto<XrayCloudTestStepResponseDto.ResponseData>
Represents a response when querying the
getTests method of Xray Cloud's GraphQL endpoint.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe step response data. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.qytera.qtaf.xray.dto.response.graphql.GraphQLResponseDto
errorReason, getData, getErrors, hasErrors, setData, setErrors
-
Constructor Details
-
XrayCloudTestStepResponseDto
public XrayCloudTestStepResponseDto()
-