public class PluginConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTENT_TYPE_APP_JSON |
static String |
ERROR_ID_NOT_FOUND |
static String |
ERROR_LOGIN_FAILURE |
static com.cloudbees.plugins.credentials.domains.SchemeRequirement |
HTTP_SCHEME |
static com.cloudbees.plugins.credentials.domains.SchemeRequirement |
HTTPS_SCHEME |
static String |
JSON_AUTHENTICATION |
static String |
JSON_ENVIRONMENT_CODE |
static String |
JSON_FORCE_BUILD |
static String |
JSON_PASSWORD |
static String |
JSON_PROJECT_PATH |
static String |
JSON_STREAM_NAME |
static String |
JSON_USER_ID |
static String |
JSON_WORKFLOW_REQUEST_ID |
static int |
TIMEOUT_CONNECTION_VALIDATION |
static int |
TIMEOUT_WORKFLOW_EXECUTION |
static String |
URL_SUFFIX_BUILD_PROJECT |
static String |
URL_SUFFIX_WORKFLOW_STATUS |
static String |
WORKFLOW_STATUS_COMPLETED |
static String |
WORKFLOW_STATUS_FAIL |
public static final com.cloudbees.plugins.credentials.domains.SchemeRequirement HTTP_SCHEME
public static final com.cloudbees.plugins.credentials.domains.SchemeRequirement HTTPS_SCHEME
public static final String CONTENT_TYPE_APP_JSON
public static final String JSON_AUTHENTICATION
public static final String JSON_USER_ID
public static final String JSON_PASSWORD
public static final String JSON_WORKFLOW_REQUEST_ID
public static final String JSON_ENVIRONMENT_CODE
public static final String JSON_STREAM_NAME
public static final String JSON_PROJECT_PATH
public static final String JSON_FORCE_BUILD
public static final String URL_SUFFIX_WORKFLOW_STATUS
public static final String URL_SUFFIX_BUILD_PROJECT
public static final String WORKFLOW_STATUS_FAIL
public static final String WORKFLOW_STATUS_COMPLETED
public static final int TIMEOUT_WORKFLOW_EXECUTION
public static final int TIMEOUT_CONNECTION_VALIDATION
public static final String ERROR_LOGIN_FAILURE
public static final String ERROR_ID_NOT_FOUND
Copyright © 2016–2017 Flexagon. All rights reserved.