Class XrayFeaturesImporter

java.lang.Object
app.getxray.xray.XrayFeaturesImporter

public class XrayFeaturesImporter extends Object
  • Method Details

    • importFrom

      public org.json.JSONArray importFrom(String inputPath) throws IOException, app.getxray.xray.XrayFeaturesImporterException
      Throws:
      IOException
      app.getxray.xray.XrayFeaturesImporterException
    • importFrom

      public org.json.JSONArray importFrom(String inputPath, org.json.JSONObject testInfo) throws IOException, app.getxray.xray.XrayFeaturesImporterException
      Throws:
      IOException
      app.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:
      IOException
      app.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.XrayFeaturesImporterException
      IOException
    • 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.XrayFeaturesImporterException
      IOException
    • zipDirectory

      public static void zipDirectory(String sourceDir, String outputZip) throws IOException
      Throws:
      IOException