com.contrastsecurity.http.RequestUrlConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of contrast-sdk-java Show documentation
Show all versions of contrast-sdk-java Show documentation
SDK for accessing and using the Contrast TeamServer REST API in Java
package com.contrastsecurity.http;
public class RequestUrlConstants {
static final String SERVICE_APP_LIST_URL = "/Contrast/s/api/app/list";
static final String SERVICE_APP_DATA_URL = "/Contrast/s/api/app/stats/";
static final String SERVICE_APP_TRACES_URL = "/Contrast/s/api/traces/";
static final String SERVICE_COVERAGE_URL = "/Contrast/s/api/app/coverage/";
static final String SERVICE_TRACE_DETAIL_URL = "/Contrast/s/api/traces/trace/";
static final String SERVICE_QUEUE_STATUS_URL = "/Contrast/s/api/status/";
}