Class APICommunication


  • public class APICommunication
    extends Object
    • Method Detail

      • getProjects

        public org.codehaus.jettison.json.JSONArray getProjects()
      • getJobsIdsFromProject

        public org.codehaus.jettison.json.JSONArray getJobsIdsFromProject​(String projectId)
      • getFullJob

        public org.codehaus.jettison.json.JSONObject getFullJob​(String jobId)
      • getAlgorithmsFromFullJob

        public List<org.codehaus.jettison.json.JSONObject> getAlgorithmsFromFullJob​(org.codehaus.jettison.json.JSONObject fullJobJSONObj)
                                                                             throws org.codehaus.jettison.json.JSONException
        Throws:
        org.codehaus.jettison.json.JSONException