public class GetIssues extends Initialization
DELETE_ATTACHMENT, DELETE_SIGN_OUT, easyqaUserAPI, GET_ISSUE_LIST, GET_MEMBERS_LIST, GET_ORG_MEMBERS_LIST, GET_USER, ID_ISSUE, ID_ORGANIZATION, ID_PROJECTS, ID_ROLE, ID_STATUS, ID_TEST_CASE, ID_TEST_MODULE, ID_TEST_OBJECT, ID_TEST_PLAN, ID_TEST_RUN, ID_TEST_RUN_RESULT, imageType, ISSUE_INFO, MODULE_TEST_CASES, ORGANIZATION, ORGANIZATION_ROLE, POST_SIGN_IN, PROJECT, PROJECT_ID_ISSUE, STATUSES, TEST_CASES, TEST_MODULE, TEST_OBJECT, TEST_PLAN, TEST_PLAN_TEST_CASES, TEST_RUN, TEST_RUN_RESULT, textType, UPLOAD_ATTACHMENT, UPLOAD_ATTACHMENT_ID_PROJECT, UPLOAD_CRASH, UPLOAD_ISSUE, videoType
Modifier and Type | Method and Description |
---|---|
org.json.JSONObject |
getIssueByProjectID(String token,
String auth_token,
String id)
Method for getting issue info by the issue ID in the project in EasyQA
|
org.json.JSONObject |
getIssueByUniqueID(String token,
String auth_token,
String id)
Method for getting issue info by the unique issue ID in EasyQA
|
org.json.JSONObject |
getIssueInfoWithMobileBuild(String token,
String packageName,
String buildVersionCode,
String buildVersionName)
Method for getting issue info with mobile build as a test object in EasyQA
|
org.json.JSONObject |
getIssueInfoWithSite(String token,
String auth_token,
String link)
Method for getting issue info with a link of the tested website as a test object in EasyQA
|
Map<String,String> |
getIssueList(String token,
String auth_token)
Method for getting all issues in the project in EasyQA
|
public GetIssues(String url)
public Map<String,String> getIssueList(String token, String auth_token) throws IOException, org.json.JSONException
token
- of your project in EasyQA. You can generate it on Integrations pageauth_token
- your authorization token in EasyQAIOException
- for incorrect parsing of the server responseorg.json.JSONException
- if the server returns not Json objectpublic org.json.JSONObject getIssueInfoWithMobileBuild(String token, String packageName, String buildVersionCode, String buildVersionName) throws IOException, org.json.JSONException
token
- of your project in EasyQA. You can generate it on Integrations pagepackageName
- name of application packagebuildVersionCode
- code version of your buildbuildVersionName
- version name of your buildIOException
- for incorrect parsing of the server responseorg.json.JSONException
- if the server returns not Json objectpublic org.json.JSONObject getIssueInfoWithSite(String token, String auth_token, String link) throws IOException, org.json.JSONException
token
- of your project in EasyQA. You can generate it on Integrations pageauth_token
- your authorization token in EasyQAlink
- the link of tested website as a test objectIOException
- for incorrect parsing of the server responseorg.json.JSONException
- if the server returns not Json objectpublic org.json.JSONObject getIssueByUniqueID(String token, String auth_token, String id) throws IOException, org.json.JSONException
token
- of your project in EasyQA. You can generate it on Integrations pageauth_token
- your authorization token in EasyQAid
- the unique issue IDIOException
- for incorrect parsing of the server responseorg.json.JSONException
- if the server returns not Json objectpublic org.json.JSONObject getIssueByProjectID(String token, String auth_token, String id) throws IOException, org.json.JSONException
token
- of your project in EasyQA. You can generate it on Integrations pageauth_token
- your authorization token in EasyQAid
- the issue ID in the projectIOException
- for incorrect parsing of the server responseorg.json.JSONException
- if the server returns not Json objectCopyright © 2016–2017. All rights reserved.