public class APIUtils extends Object
Constructor and Description |
---|
APIUtils() |
Modifier and Type | Method and Description |
---|---|
static List<Project> |
getProjects(String idToken) |
static List<String> |
getProjectTags(String idToken,
String project) |
static List<Scenario> |
getScenarios(String idToken,
String projectId,
String testId) |
static String |
getTestAppUrl() |
static TestIndexResponse |
getTestIndex(TestIndexParams params,
String idToken) |
static String |
getTestServiceUrl() |
static List<UmUser> |
getUsers(String idToken) |
public static String getTestServiceUrl()
public static String getTestAppUrl()
public static TestIndexResponse getTestIndex(TestIndexParams params, String idToken) throws IOException
IOException
public static List<Project> getProjects(String idToken) throws IOException
IOException
public static List<String> getProjectTags(String idToken, String project) throws IOException
IOException
public static List<UmUser> getUsers(String idToken) throws IOException
IOException
public static List<Scenario> getScenarios(String idToken, String projectId, String testId) throws IOException
IOException
Copyright © 2016–2020. All rights reserved.