| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
BASIC_TIER_DEFAULT_DISK_SIZE |
1 |
public static final String |
DEFAULT_DEPLOYMENT_NAME |
"default" |
public static final String |
DEFAULT_DISK_MOUNT_PATH |
"/persistent" |
public static final String |
DEFAULT_TEMP_DISK_MOUNT_PATH |
"/tmp" |
public static final int |
DEFAULT_TEMP_DISK_SIZE |
5 |
public static final int |
STANDARD_TIER_DEFAULT_DISK_SIZE |
50 |
private static final String |
UPDATE_APP_WARNING |
"It may take some moments for the configuration to be applied at server side!" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
REMOTE_URL_TEMPLATE |
"https://%s/api/remoteDebugging/apps/%s/deployments/%s/instances/%s?port=%s" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NAME |
"instances" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NAME |
"apps" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NAME |
"Spring" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_CAPACITY |
1 |
public static final double |
DEFAULT_CPU |
1.0 |
public static final double |
DEFAULT_MEMORY |
2.0 |
private static final String |
RUNTIME_VERSION_PATTERN |
"[Jj]ava((\\s)?|_)(8|11|17)$" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NAME |
"deployments" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final int |
POLLING_INTERVAL |
5 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CONSUMPTION_DISPLAY_NAME |
"Consumption" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_DEPLOYMENT_NAME |
"default" |
private static final String |
GET_APP_STATUS_TIMEOUT |
"Deployment succeeded but the app is still starting, you can check the app status from Azure Portal." |
private static final String |
START_APP |
"Starting Spring App after deploying artifacts..." |
private static final int |
TIMEOUT_IN_SECONDS |
60 |
Copyright © 2024. All rights reserved.