| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
LOGIN |
"/accounts/login" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
APPLICATIONS_PATH |
"/mule/applications/" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
APPLICATION_UPDATE_PATH |
"/cloudhub/api/v2/applications/%s" |
public static final String |
APPLICATIONS_FILES_PATH |
"/cloudhub/api/v2/applications/%s/files" |
public static final String |
APPLICATIONS_PATH |
"/cloudhub/api/applications" |
public static final String |
CREATE_REQUEST_TEMPLATE |
"{ \"domain\": \"%s\", \"region\": \"%s\", \"muleVersion\": \"%s\", \"workers\": %d, \"workerType\": \"%s\"" |
public static final String |
DOMAINS_PATH |
"/cloudhub/api/applications/domains/" |
public static final String |
UPDATE_REQUEST_TEMPLATE |
"{ \"region\":\"%s\", \"muleVersion\": {\"version\": \"%s\"}, \"workers\": { \"amount\": %d, \"type\": { \"name\": \"%s\" } }" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
STATUS |
"Mule(\\sEnterprise Edition)? is running \\(([0-9]+)\\)\\." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
ANCHOR_SUFFIX |
"-anchor.txt" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
PID_WINDOWS |
"(\\s)*PID (\\s)+ :(\\s)*([0-9])+" |
Copyright © 2017. All rights reserved.