Class XrayFeaturesImporter
java.lang.Object
app.getxray.xray.XrayFeaturesImporter
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionorg.json.JSONArrayimportCloud(String inputPath, org.json.JSONObject testInfo, org.json.JSONObject precondInfo) org.json.JSONArrayimportFrom(String inputPath) org.json.JSONArrayimportFrom(String inputPath, org.json.JSONObject testInfo) org.json.JSONArrayimportFrom(String inputPath, org.json.JSONObject testInfo, org.json.JSONObject precondInfo) org.json.JSONArrayimportServerDC(String inputPath, org.json.JSONObject testInfo, org.json.JSONObject precondInfo) static voidzipDirectory(String sourceDir, String outputZip)
-
Method Details
-
importFrom
public org.json.JSONArray importFrom(String inputPath) throws IOException, app.getxray.xray.XrayFeaturesImporterException - Throws:
IOExceptionapp.getxray.xray.XrayFeaturesImporterException
-
importFrom
public org.json.JSONArray importFrom(String inputPath, org.json.JSONObject testInfo) throws IOException, app.getxray.xray.XrayFeaturesImporterException - Throws:
IOExceptionapp.getxray.xray.XrayFeaturesImporterException
-
importFrom
public org.json.JSONArray importFrom(String inputPath, org.json.JSONObject testInfo, org.json.JSONObject precondInfo) throws IOException, app.getxray.xray.XrayFeaturesImporterException - Throws:
IOExceptionapp.getxray.xray.XrayFeaturesImporterException
-
importServerDC
public org.json.JSONArray importServerDC(String inputPath, org.json.JSONObject testInfo, org.json.JSONObject precondInfo) throws app.getxray.xray.XrayFeaturesImporterException, IOException - Throws:
app.getxray.xray.XrayFeaturesImporterExceptionIOException
-
importCloud
public org.json.JSONArray importCloud(String inputPath, org.json.JSONObject testInfo, org.json.JSONObject precondInfo) throws app.getxray.xray.XrayFeaturesImporterException, IOException - Throws:
app.getxray.xray.XrayFeaturesImporterExceptionIOException
-
zipDirectory
- Throws:
IOException
-