Class XrayResultsImporter
java.lang.Object
app.getxray.xray.XrayResultsImporter
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionsubmitMultipartCloud(String format, String reportFile, org.json.JSONObject testExecInfo, org.json.JSONObject testInfo) submitMultipartServerDC(String format, String reportFile, org.json.JSONObject testExecInfo, org.json.JSONObject testInfo) submitStandardCloud(String format, String reportFile) submitStandardServerDC(String format, String reportFile)
-
Field Details
-
XRAY_FORMAT
- See Also:
-
JUNIT_FORMAT
- See Also:
-
TESTNG_FORMAT
- See Also:
-
ROBOT_FORMAT
- See Also:
-
XUNIT_FORMAT
- See Also:
-
NUNIT_FORMAT
- See Also:
-
CUCUMBER_FORMAT
- See Also:
-
BEHAVE_FORMAT
- See Also:
-
-
Method Details
-
submit
public String submit(String format, String reportFile) throws IOException, app.getxray.xray.XrayResultsImporterException - Throws:
IOExceptionapp.getxray.xray.XrayResultsImporterException
-
submitMultipartServerDC
public String submitMultipartServerDC(String format, String reportFile, org.json.JSONObject testExecInfo, org.json.JSONObject testInfo) throws app.getxray.xray.XrayResultsImporterException, IOException - Throws:
app.getxray.xray.XrayResultsImporterExceptionIOException
-
submitMultipartCloud
public String submitMultipartCloud(String format, String reportFile, org.json.JSONObject testExecInfo, org.json.JSONObject testInfo) throws IOException, app.getxray.xray.XrayResultsImporterException - Throws:
IOExceptionapp.getxray.xray.XrayResultsImporterException
-
generateDCAuthorizationHeaderContent
-
submitStandardServerDC
public String submitStandardServerDC(String format, String reportFile) throws IOException, app.getxray.xray.XrayResultsImporterException - Throws:
IOExceptionapp.getxray.xray.XrayResultsImporterException
-
submitStandardCloud
public String submitStandardCloud(String format, String reportFile) throws IOException, app.getxray.xray.XrayResultsImporterException - Throws:
IOExceptionapp.getxray.xray.XrayResultsImporterException
-