| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
MAVEN_PLUGIN_POSTFIX |
"-maven-plugin" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
AUTH_TYPE |
"authType" |
public static final String |
AZURE_INIT_FAIL |
"Failed to authenticate with Azure. Please check your configuration." |
public static final String |
FAILURE_REASON |
"failureReason" |
private static final String |
FIRST_RUN_KEY |
"first.run" |
public static final String |
INIT_FAILURE |
"InitFailure" |
public static final String |
INSTALLATION_ID_KEY |
"installationId" |
public static final String |
PLUGIN_NAME_KEY |
"pluginName" |
public static final String |
PLUGIN_VERSION_KEY |
"pluginVersion" |
private static final String |
PRIVACY_STATEMENT |
"\nData/Telemetry\n---------\nThis project collects usage data and sends it to Microsoft to help improve our products and services.\nRead Microsoft\'s privacy statement to learn more: https://privacy.microsoft.com/en-us/privacystatement.\n\nYou can change your telemetry configuration through \'allowTelemetry\' property.\nFor more information, please go to https://aka.ms/azure-maven-config.\n" |
public static final String |
SESSION_ID_KEY |
"sessionId" |
public static final String |
SUBSCRIPTION_ID_KEY |
"subscriptionId" |
public static final String |
TELEMETRY_NOT_ALLOWED |
"TelemetryNotAllowed" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
UPLOAD_DIR |
"%s[DIR] %s --> %s" |
public static final String |
UPLOAD_DIR_FAILURE |
"Failed to upload directory: %s --> %s" |
public static final String |
UPLOAD_DIR_FINISH |
"Successfully uploaded directory: %s --> %s" |
public static final String |
UPLOAD_DIR_START |
"Uploading directory: %s --> %s" |
public static final String |
UPLOAD_FAILURE |
"Failed to upload files to FTP server, retrying immediately (%d/%d)" |
public static final String |
UPLOAD_FILE |
"%s[FILE] %s --> %s" |
public static final String |
UPLOAD_FILE_REPLY |
"%s.......Reply Message : %s" |
public static final String |
UPLOAD_RETRY_FAILURE |
"Failed to upload files to FTP server after %d retries..." |
public static final String |
UPLOAD_START |
"Uploading files to FTP server: " |
public static final String |
UPLOAD_SUCCESS |
"Successfully uploaded files to FTP server: " |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
UNKNOWN_DEPLOYMENT_TYPE |
"The value of <deploymentType> is unknown." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final int |
DEFAULT_MAX_RETRY_TIMES |
3 |
private static final String |
DEFAULT_WEBAPP_ROOT |
"/site/wwwroot" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final int |
DEFAULT_MAX_RETRY_TIMES |
3 |
private static final String |
LOCAL_SETTINGS_FILE |
"local.settings.json" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
AUTH_FILE_NOT_CONFIG |
"Authentication file is not configured." |
public static final String |
AUTH_FILE_NOT_EXIST |
"Authentication file does not exist: " |
public static final String |
AUTH_FILE_READ_FAIL |
"Failed to read authentication file: " |
public static final String |
AUTH_WITH_AZURE_CLI |
"Authenticate with Azure CLI 2.0" |
public static final String |
AUTH_WITH_FILE |
"Authenticate with file: " |
public static final String |
AUTH_WITH_SERVER_ID |
"Authenticate with ServerId: " |
public static final String |
AZURE_AUTH_INVALID |
"Authentication info for Azure is not valid. ServerId=" |
public static final String |
AZURE_CLI_AUTH_FAIL |
"Failed to authenticate with Azure CLI 2.0" |
public static final String |
CERTIFICATE |
"certificate" |
public static final String |
CERTIFICATE_FILE_NOT_CONFIG |
"Certificate of your service principal is not configured." |
public static final String |
CERTIFICATE_FILE_READ_FAIL |
"Failed to read certificate file: " |
public static final String |
CERTIFICATE_PASSWORD |
"certificatePassword" |
public static final String |
CLIENT_ID |
"client" |
public static final String |
CLIENT_ID_NOT_CONFIG |
"Client Id of your service principal is not configured." |
public static final String |
ENVIRONMENT |
"environment" |
public static final String |
KEY |
"key" |
public static final String |
KEY_NOT_CONFIG |
"Key of your service principal is not configured." |
public static final String |
SERVER_ID_NOT_CONFIG |
"ServerId is not configured for Azure authentication." |
public static final String |
SERVER_ID_NOT_FOUND |
"Server not found in settings.xml. ServerId=" |
public static final String |
TENANT_ID |
"tenant" |
public static final String |
TENANT_ID_NOT_CONFIG |
"Tenant Id of your service principal is not configured." |
public static final String |
USE_CERTIFICATE_TO_AUTH |
"Use certificate to get Azure authentication token." |
public static final String |
USE_KEY_TO_AUTH |
"Use key to get Azure authentication token: " |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
HASHED_MAC_REGEX |
"[0-9a-f]{64}" |
public static final String |
MAC_REGEX |
"([0-9A-Fa-f]{2}[:-]){5}[0-9A-Fa-f]{2}" |
public static final String |
MAC_REGEX_ZERO |
"([0]{2}[:-]){5}[0]{2}" |
Copyright © 2018. All rights reserved.