Skip navigation links
A B C D E F G H I K L M P R S T U V W Z 

A

AbstractAppServiceMojo - Class in com.microsoft.azure.maven
Base abstract class for all Azure App Service Mojos.
AbstractAppServiceMojo() - Constructor for class com.microsoft.azure.maven.AbstractAppServiceMojo
 
AbstractAzureMojo - Class in com.microsoft.azure.maven
Base abstract class for all Azure Mojos.
AbstractAzureMojo() - Constructor for class com.microsoft.azure.maven.AbstractAzureMojo
 
AbstractAzureMojo.DefaultUncaughtExceptionHandler - Class in com.microsoft.azure.maven
 
addDefaultProperty(String, String) - Method in class com.microsoft.azure.maven.telemetry.AppInsightsProxy
 
addDefaultProperty(String, String) - Method in interface com.microsoft.azure.maven.telemetry.TelemetryProxy
 
allowTelemetry - Variable in class com.microsoft.azure.maven.AbstractAzureMojo
Boolean flag to turn on/off telemetry within current Maven plugin.
app - Variable in class com.microsoft.azure.maven.deploytarget.DeployTarget
 
AppInsightsProxy - Class in com.microsoft.azure.maven.telemetry
 
AppInsightsProxy(TelemetryConfiguration) - Constructor for class com.microsoft.azure.maven.telemetry.AppInsightsProxy
 
appName - Variable in class com.microsoft.azure.maven.AbstractAppServiceMojo
App Service name.
appServicePlanName - Variable in class com.microsoft.azure.maven.AbstractAppServiceMojo
App Service Plan name.
appServicePlanResourceGroup - Variable in class com.microsoft.azure.maven.AbstractAppServiceMojo
Resource group of App Service Plan.
AppServiceUtils - Class in com.microsoft.azure.maven.utils
 
AppServiceUtils() - Constructor for class com.microsoft.azure.maven.utils.AppServiceUtils
 
appSettings - Variable in class com.microsoft.azure.maven.AbstractAppServiceMojo
Application settings of App Service, in the form of name-value pairs.
ArtifactHandler<T extends DeployTarget> - Interface in com.microsoft.azure.maven.artifacthandler
 
ArtifactHandlerBase<T extends AbstractAppServiceMojo> - Class in com.microsoft.azure.maven.artifacthandler
 
ArtifactHandlerBase(T) - Constructor for class com.microsoft.azure.maven.artifacthandler.ArtifactHandlerBase
 
assureStagingDirectoryNotEmpty() - Method in class com.microsoft.azure.maven.artifacthandler.ArtifactHandlerBase
 
AUTH_FILE_NOT_CONFIG - Static variable in class com.microsoft.azure.maven.auth.AzureAuthHelper
 
AUTH_FILE_NOT_EXIST - Static variable in class com.microsoft.azure.maven.auth.AzureAuthHelper
 
AUTH_FILE_READ_FAIL - Static variable in class com.microsoft.azure.maven.auth.AzureAuthHelper
 
AUTH_TYPE - Static variable in class com.microsoft.azure.maven.AbstractAzureMojo
 
AUTH_WITH_AZURE_CLI - Static variable in class com.microsoft.azure.maven.auth.AzureAuthHelper
 
AUTH_WITH_FILE - Static variable in class com.microsoft.azure.maven.auth.AzureAuthHelper
 
AUTH_WITH_SERVER_ID - Static variable in class com.microsoft.azure.maven.auth.AzureAuthHelper
 
AuthConfiguration - Interface in com.microsoft.azure.maven.auth
 
authentication - Variable in class com.microsoft.azure.maven.AbstractAzureMojo
Authentication setting for Azure Management API.
Below are the supported sub-elements within <authentication>.
AuthenticationSetting - Class in com.microsoft.azure.maven.auth
 
AuthenticationSetting() - Constructor for class com.microsoft.azure.maven.auth.AuthenticationSetting
 
azure - Variable in class com.microsoft.azure.maven.AbstractAzureMojo
 
AZURE_AUTH_INVALID - Static variable in class com.microsoft.azure.maven.auth.AzureAuthHelper
 
AZURE_CLI_AUTH_FAIL - Static variable in class com.microsoft.azure.maven.auth.AzureAuthHelper
 
AZURE_INIT_FAIL - Static variable in class com.microsoft.azure.maven.AbstractAzureMojo
 
AzureAuthFailureException - Exception in com.microsoft.azure.maven.auth
 
AzureAuthFailureException(String) - Constructor for exception com.microsoft.azure.maven.auth.AzureAuthFailureException
 
azureAuthHelper - Variable in class com.microsoft.azure.maven.AbstractAzureMojo
 
AzureAuthHelper - Class in com.microsoft.azure.maven.auth
Helper class to authenticate with Azure
AzureAuthHelper(AuthConfiguration) - Constructor for class com.microsoft.azure.maven.auth.AzureAuthHelper
Constructor
azureConfigure() - Method in class com.microsoft.azure.maven.auth.AzureAuthHelper
 

B

buildDirectory - Variable in class com.microsoft.azure.maven.AbstractAzureMojo
 

C

CERTIFICATE - Static variable in class com.microsoft.azure.maven.auth.AzureAuthHelper
 
CERTIFICATE_FILE_NOT_CONFIG - Static variable in class com.microsoft.azure.maven.auth.AzureAuthHelper
 
CERTIFICATE_FILE_READ_FAIL - Static variable in class com.microsoft.azure.maven.auth.AzureAuthHelper
 
CERTIFICATE_PASSWORD - Static variable in class com.microsoft.azure.maven.auth.AzureAuthHelper
 
client - Variable in class com.microsoft.azure.maven.telemetry.AppInsightsProxy
 
CLIENT_ID - Static variable in class com.microsoft.azure.maven.auth.AzureAuthHelper
 
CLIENT_ID_NOT_CONFIG - Static variable in class com.microsoft.azure.maven.auth.AzureAuthHelper
 
com.microsoft.azure.maven - package com.microsoft.azure.maven
 
com.microsoft.azure.maven.appservice - package com.microsoft.azure.maven.appservice
 
com.microsoft.azure.maven.artifacthandler - package com.microsoft.azure.maven.artifacthandler
 
com.microsoft.azure.maven.auth - package com.microsoft.azure.maven.auth
 
com.microsoft.azure.maven.deploytarget - package com.microsoft.azure.maven.deploytarget
 
com.microsoft.azure.maven.telemetry - package com.microsoft.azure.maven.telemetry
 
com.microsoft.azure.maven.utils - package com.microsoft.azure.maven.utils
 
config - Variable in class com.microsoft.azure.maven.auth.AzureAuthHelper
 
configuration - Variable in class com.microsoft.azure.maven.telemetry.AppInsightsProxy
 
CONFIGURATION_PATH - Static variable in class com.microsoft.azure.maven.AbstractAzureMojo
 
copyResources(MavenProject, MavenSession, MavenResourcesFiltering, List<Resource>, String) - Static method in class com.microsoft.azure.maven.Utils
Copy resources to target directory using Maven resource filtering so that we don't have to handle recursive directory listing and pattern matching.

D

debug(String) - Method in class com.microsoft.azure.maven.AbstractAzureMojo
 
DEFAULT_MAX_RETRY_TIMES - Static variable in class com.microsoft.azure.maven.artifacthandler.FTPArtifactHandlerImpl
 
DEFAULT_MAX_RETRY_TIMES - Static variable in class com.microsoft.azure.maven.artifacthandler.ZIPArtifactHandlerImpl
 
DEFAULT_WEBAPP_ROOT - Static variable in class com.microsoft.azure.maven.artifacthandler.FTPArtifactHandlerImpl
 
defaultProperties - Variable in class com.microsoft.azure.maven.telemetry.AppInsightsProxy
 
DefaultUncaughtExceptionHandler() - Constructor for class com.microsoft.azure.maven.AbstractAzureMojo.DefaultUncaughtExceptionHandler
 
deploymentType - Variable in class com.microsoft.azure.maven.AbstractAppServiceMojo
Deployment type to deploy Web App or Function App.
DeploymentType - Enum in com.microsoft.azure.maven.appservice
 
DeploymentType() - Constructor for enum com.microsoft.azure.maven.appservice.DeploymentType
 
DeployTarget<T extends com.microsoft.azure.management.appservice.WebAppBase> - Class in com.microsoft.azure.maven.deploytarget
 
DeployTarget(T, DeployTargetType) - Constructor for class com.microsoft.azure.maven.deploytarget.DeployTarget
 
DeployTargetType - Enum in com.microsoft.azure.maven.appservice
 
DeployTargetType(String) - Constructor for enum com.microsoft.azure.maven.appservice.DeployTargetType
 
disable() - Method in class com.microsoft.azure.maven.telemetry.AppInsightsProxy
 
disable() - Method in interface com.microsoft.azure.maven.telemetry.TelemetryProxy
 
doExecute() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
Entry point of sub-class.

E

enable() - Method in class com.microsoft.azure.maven.telemetry.AppInsightsProxy
 
enable() - Method in interface com.microsoft.azure.maven.telemetry.TelemetryProxy
 
ENVIRONMENT - Static variable in class com.microsoft.azure.maven.auth.AzureAuthHelper
 
error(String) - Method in class com.microsoft.azure.maven.AbstractAzureMojo
 
execute() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
 

F

failsOnError - Variable in class com.microsoft.azure.maven.AbstractAzureMojo
Boolean flag to control whether throwing exception from current Maven plugin when meeting any error.
If set to true, the exception from current Maven plugin will fail the current Maven run.
FAILURE_REASON - Static variable in class com.microsoft.azure.maven.AbstractAzureMojo
 
file - Variable in class com.microsoft.azure.maven.auth.AuthenticationSetting
Authentication file.
FIRST_RUN_KEY - Static variable in class com.microsoft.azure.maven.AbstractAzureMojo
 
fromString(String) - Static method in enum com.microsoft.azure.maven.appservice.DeploymentType
 
FTPArtifactHandlerImpl - Class in com.microsoft.azure.maven.artifacthandler
 
FTPArtifactHandlerImpl(AbstractAppServiceMojo) - Constructor for class com.microsoft.azure.maven.artifacthandler.FTPArtifactHandlerImpl
 
FTPUploader - Class in com.microsoft.azure.maven
Utility class to upload directory to FTP server
FTPUploader(Log) - Constructor for class com.microsoft.azure.maven.FTPUploader
Constructor

G

generateRandomServicePlanName() - Static method in class com.microsoft.azure.maven.utils.AppServiceUtils
 
getApp() - Method in class com.microsoft.azure.maven.deploytarget.DeployTarget
 
getAppName() - Method in class com.microsoft.azure.maven.AbstractAppServiceMojo
 
getAppServicePlan(AbstractAppServiceMojo) - Static method in class com.microsoft.azure.maven.utils.AppServiceUtils
 
getAppServicePlanName() - Method in class com.microsoft.azure.maven.AbstractAppServiceMojo
 
getAppServicePlanName(AbstractAppServiceMojo) - Static method in class com.microsoft.azure.maven.utils.AppServiceUtils
 
getAppServicePlanResourceGroup() - Method in class com.microsoft.azure.maven.AbstractAppServiceMojo
 
getAppServicePlanResourceGroup(AbstractAppServiceMojo) - Static method in class com.microsoft.azure.maven.utils.AppServiceUtils
 
getAppSettings() - Method in class com.microsoft.azure.maven.AbstractAppServiceMojo
 
getAppSettings() - Method in class com.microsoft.azure.maven.deploytarget.DeployTarget
 
getAppTokenCredentialsFromServer(Server) - Method in class com.microsoft.azure.maven.auth.AzureAuthHelper
Get ApplicationTokenCredentials from server definition in Maven settings.xml
getAuthenticationSetting() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
 
getAuthenticationSetting() - Method in interface com.microsoft.azure.maven.auth.AuthConfiguration
 
getAuthObj() - Method in class com.microsoft.azure.maven.auth.AzureAuthHelper
 
getAuthObjFromAzureCli() - Method in class com.microsoft.azure.maven.auth.AzureAuthHelper
Get Authenticated object using authentication file from Azure CLI 2.0
getAuthObjFromFile(File) - Method in class com.microsoft.azure.maven.auth.AzureAuthHelper
Get Authenticated object using file.
getAuthObjFromServerId(Settings, String) - Method in class com.microsoft.azure.maven.auth.AzureAuthHelper
Get Authenticated object by referencing server definition in Maven settings.xml
getAuthType() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
 
getAzureClient() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
 
getAzureClient() - Method in class com.microsoft.azure.maven.auth.AzureAuthHelper
 
getAzureEnvironment(String) - Method in class com.microsoft.azure.maven.auth.AzureAuthHelper
 
getBuildDirectoryAbsolutePath() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
 
getDefaultHostName() - Method in class com.microsoft.azure.maven.deploytarget.DeployTarget
 
getDefaultProperties() - Method in class com.microsoft.azure.maven.telemetry.AppInsightsProxy
 
getDefaultProperties() - Method in interface com.microsoft.azure.maven.telemetry.TelemetryProxy
 
getDeploymentStagingDirectoryPath() - Method in class com.microsoft.azure.maven.AbstractAppServiceMojo
 
getDeploymentType() - Method in class com.microsoft.azure.maven.AbstractAppServiceMojo
 
getFile() - Method in class com.microsoft.azure.maven.auth.AuthenticationSetting
 
getFTPClient(String, String, String) - Method in class com.microsoft.azure.maven.FTPUploader
 
GetHashMac - Class in com.microsoft.azure.maven.telemetry
 
GetHashMac() - Constructor for class com.microsoft.azure.maven.telemetry.GetHashMac
 
getHashMac() - Static method in class com.microsoft.azure.maven.telemetry.GetHashMac
 
getInstallationId() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
 
getLog() - Method in interface com.microsoft.azure.maven.auth.AuthConfiguration
 
getLog() - Method in class com.microsoft.azure.maven.auth.AzureAuthHelper
 
getLogLevel() - Method in class com.microsoft.azure.maven.auth.AzureAuthHelper
 
getMavenResourcesFiltering() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
 
getName() - Method in class com.microsoft.azure.maven.deploytarget.DeployTarget
 
getPluginName() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
 
getPluginVersion() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
 
getProject() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
 
getPublishingProfile() - Method in class com.microsoft.azure.maven.deploytarget.DeployTarget
 
getRawMac() - Static method in class com.microsoft.azure.maven.telemetry.GetHashMac
 
getRegion() - Method in class com.microsoft.azure.maven.AbstractAppServiceMojo
 
getResourceGroup() - Method in class com.microsoft.azure.maven.AbstractAppServiceMojo
 
getResources() - Method in class com.microsoft.azure.maven.AbstractAppServiceMojo
 
getServer(Settings, String) - Static method in class com.microsoft.azure.maven.Utils
Get server credential from Maven settings by server Id.
getServerId() - Method in class com.microsoft.azure.maven.auth.AuthenticationSetting
 
getSession() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
 
getSessionId() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
 
getSettings() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
 
getSettings() - Method in interface com.microsoft.azure.maven.auth.AuthConfiguration
 
getSubscriptionId() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
 
getSubscriptionId() - Method in interface com.microsoft.azure.maven.auth.AuthConfiguration
 
getTelemetryProperties() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
 
getTelemetryProperties() - Method in interface com.microsoft.azure.maven.telemetry.TelemetryConfiguration
 
getTelemetryProxy() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
 
getType() - Method in class com.microsoft.azure.maven.deploytarget.DeployTarget
 
getUploader() - Method in class com.microsoft.azure.maven.artifacthandler.FTPArtifactHandlerImpl
 
getUserAgent() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
 
getUserAgent() - Method in interface com.microsoft.azure.maven.auth.AuthConfiguration
 
getValueFromServerConfiguration(Server, String) - Static method in class com.microsoft.azure.maven.Utils
Get string value from server configuration section in settings.xml.
getZipFile() - Method in class com.microsoft.azure.maven.artifacthandler.ZIPArtifactHandlerImpl
 

H

handleException(Exception) - Method in class com.microsoft.azure.maven.AbstractAzureMojo
 
hash(String) - Static method in class com.microsoft.azure.maven.telemetry.GetHashMac
 
HASHED_MAC_REGEX - Static variable in class com.microsoft.azure.maven.telemetry.GetHashMac
 

I

info(String) - Method in class com.microsoft.azure.maven.AbstractAzureMojo
 
infoWithMultipleLines(String) - Method in class com.microsoft.azure.maven.AbstractAzureMojo
 
INIT_FAILURE - Static variable in class com.microsoft.azure.maven.AbstractAzureMojo
 
initTelemetry() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
 
INSTALLATION_ID_KEY - Static variable in class com.microsoft.azure.maven.AbstractAzureMojo
 
installationId - Variable in class com.microsoft.azure.maven.AbstractAzureMojo
 
isCommandFailed(int) - Method in class com.microsoft.azure.maven.FTPUploader
 
isEnabled - Variable in class com.microsoft.azure.maven.telemetry.AppInsightsProxy
 
isFailingOnError() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
 
isFirstRun(Properties) - Method in class com.microsoft.azure.maven.AbstractAzureMojo
 
isResourcesPreparationRequired(DeployTarget) - Method in class com.microsoft.azure.maven.artifacthandler.FTPArtifactHandlerImpl
 
isResourcesPreparationRequired(DeployTarget) - Method in class com.microsoft.azure.maven.artifacthandler.ZIPArtifactHandlerImpl
Web App and Deployment Slot need the handler to prepare resources to staging folder.
isSkipMojo() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
Sub-class can override this method to decide whether skip execution.
isTelemetryAllowed() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
 
isValidHashMacFormat(String) - Static method in class com.microsoft.azure.maven.telemetry.GetHashMac
 

K

KEY - Static variable in class com.microsoft.azure.maven.auth.AzureAuthHelper
 
KEY_NOT_CONFIG - Static variable in class com.microsoft.azure.maven.auth.AzureAuthHelper
 

L

LOCAL_SETTINGS_FILE - Static variable in class com.microsoft.azure.maven.artifacthandler.ZIPArtifactHandlerImpl
 
log - Variable in class com.microsoft.azure.maven.FTPUploader
 

M

MAC_REGEX - Static variable in class com.microsoft.azure.maven.telemetry.GetHashMac
 
MAC_REGEX_ZERO - Static variable in class com.microsoft.azure.maven.telemetry.GetHashMac
 
MAVEN_PLUGIN_POSTFIX - Static variable in class com.microsoft.azure.maven.AbstractAppServiceMojo
 
mavenResourcesFiltering - Variable in class com.microsoft.azure.maven.AbstractAzureMojo
 
mergeProperties(Map<String, String>, Map<String, String>, boolean) - Method in class com.microsoft.azure.maven.telemetry.AppInsightsProxy
 
mojo - Variable in class com.microsoft.azure.maven.artifacthandler.ArtifactHandlerBase
 
msDeploy(String, boolean) - Method in class com.microsoft.azure.maven.deploytarget.DeployTarget
 

P

plugin - Variable in class com.microsoft.azure.maven.AbstractAzureMojo
 
PLUGIN_NAME_KEY - Static variable in class com.microsoft.azure.maven.AbstractAzureMojo
 
PLUGIN_VERSION_KEY - Static variable in class com.microsoft.azure.maven.AbstractAzureMojo
 
prepareResources() - Method in class com.microsoft.azure.maven.artifacthandler.ArtifactHandlerBase
 
pricingTier - Variable in enum com.microsoft.azure.maven.appservice.PricingTierEnum
 
PricingTierEnum - Enum in com.microsoft.azure.maven.appservice
 
PricingTierEnum(String) - Constructor for enum com.microsoft.azure.maven.appservice.PricingTierEnum
 
PRIVACY_STATEMENT - Static variable in class com.microsoft.azure.maven.AbstractAzureMojo
 
project - Variable in class com.microsoft.azure.maven.AbstractAzureMojo
 
publish(T) - Method in interface com.microsoft.azure.maven.artifacthandler.ArtifactHandler
 
publish(DeployTarget) - Method in class com.microsoft.azure.maven.artifacthandler.FTPArtifactHandlerImpl
 
publish(DeployTarget) - Method in class com.microsoft.azure.maven.artifacthandler.ZIPArtifactHandlerImpl
 

R

region - Variable in class com.microsoft.azure.maven.AbstractAppServiceMojo
App Service region, which will only be used to create App Service at the first time.
resourceGroup - Variable in class com.microsoft.azure.maven.AbstractAppServiceMojo
Resource group of App Service.

S

SERVER_ID_NOT_CONFIG - Static variable in class com.microsoft.azure.maven.auth.AzureAuthHelper
 
SERVER_ID_NOT_FOUND - Static variable in class com.microsoft.azure.maven.auth.AzureAuthHelper
 
serverId - Variable in class com.microsoft.azure.maven.auth.AuthenticationSetting
serverId from settings.xml
session - Variable in class com.microsoft.azure.maven.AbstractAzureMojo
 
SESSION_ID_KEY - Static variable in class com.microsoft.azure.maven.AbstractAzureMojo
 
sessionId - Variable in class com.microsoft.azure.maven.AbstractAzureMojo
 
setFile(File) - Method in class com.microsoft.azure.maven.auth.AuthenticationSetting
 
setServerId(String) - Method in class com.microsoft.azure.maven.auth.AuthenticationSetting
 
settings - Variable in class com.microsoft.azure.maven.AbstractAzureMojo
The system settings for Maven.
SUBSCRIPTION_ID_KEY - Static variable in class com.microsoft.azure.maven.AbstractAzureMojo
 
subscriptionId - Variable in class com.microsoft.azure.maven.AbstractAzureMojo
Azure subscription Id.

T

TELEMETRY_NOT_ALLOWED - Static variable in class com.microsoft.azure.maven.AbstractAzureMojo
 
TelemetryConfiguration - Interface in com.microsoft.azure.maven.telemetry
 
telemetryProxy - Variable in class com.microsoft.azure.maven.AbstractAzureMojo
 
TelemetryProxy - Interface in com.microsoft.azure.maven.telemetry
 
TENANT_ID - Static variable in class com.microsoft.azure.maven.auth.AzureAuthHelper
 
TENANT_ID_NOT_CONFIG - Static variable in class com.microsoft.azure.maven.auth.AzureAuthHelper
 
toPricingTier() - Method in enum com.microsoft.azure.maven.appservice.PricingTierEnum
 
toString() - Method in enum com.microsoft.azure.maven.appservice.DeployTargetType
 
trackEvent(String) - Method in class com.microsoft.azure.maven.telemetry.AppInsightsProxy
 
trackEvent(String, Map<String, String>) - Method in class com.microsoft.azure.maven.telemetry.AppInsightsProxy
 
trackEvent(String, Map<String, String>, boolean) - Method in class com.microsoft.azure.maven.telemetry.AppInsightsProxy
 
trackEvent(String) - Method in interface com.microsoft.azure.maven.telemetry.TelemetryProxy
 
trackEvent(String, Map<String, String>) - Method in interface com.microsoft.azure.maven.telemetry.TelemetryProxy
 
trackEvent(String, Map<String, String>, boolean) - Method in interface com.microsoft.azure.maven.telemetry.TelemetryProxy
 
trackMojoFailure(String) - Method in class com.microsoft.azure.maven.AbstractAzureMojo
 
trackMojoSkip() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
 
trackMojoStart() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
 
trackMojoSuccess() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
 
type - Variable in class com.microsoft.azure.maven.deploytarget.DeployTarget
 

U

uncaughtException(Thread, Throwable) - Method in class com.microsoft.azure.maven.AbstractAzureMojo.DefaultUncaughtExceptionHandler
 
UNKNOWN_DEPLOYMENT_TYPE - Static variable in enum com.microsoft.azure.maven.appservice.DeploymentType
 
updateConfigurationFile(Properties) - Method in class com.microsoft.azure.maven.AbstractAzureMojo
 
UPLOAD_DIR - Static variable in class com.microsoft.azure.maven.FTPUploader
 
UPLOAD_DIR_FAILURE - Static variable in class com.microsoft.azure.maven.FTPUploader
 
UPLOAD_DIR_FINISH - Static variable in class com.microsoft.azure.maven.FTPUploader
 
UPLOAD_DIR_START - Static variable in class com.microsoft.azure.maven.FTPUploader
 
UPLOAD_FAILURE - Static variable in class com.microsoft.azure.maven.FTPUploader
 
UPLOAD_FILE - Static variable in class com.microsoft.azure.maven.FTPUploader
 
UPLOAD_FILE_REPLY - Static variable in class com.microsoft.azure.maven.FTPUploader
 
UPLOAD_RETRY_FAILURE - Static variable in class com.microsoft.azure.maven.FTPUploader
 
UPLOAD_START - Static variable in class com.microsoft.azure.maven.FTPUploader
 
UPLOAD_SUCCESS - Static variable in class com.microsoft.azure.maven.FTPUploader
 
uploadDirectory(String, String, String, String, String) - Method in class com.microsoft.azure.maven.FTPUploader
Upload directory to specified FTP server without retries.
uploadDirectory(FTPClient, String, String, String) - Method in class com.microsoft.azure.maven.FTPUploader
Recursively upload a directory to FTP server with the provided FTP client object.
uploadDirectoryToFTP(DeployTarget) - Method in class com.microsoft.azure.maven.artifacthandler.FTPArtifactHandlerImpl
 
uploadDirectoryWithRetries(String, String, String, String, String, int) - Method in class com.microsoft.azure.maven.FTPUploader
Upload directory to specified FTP server with retries.
uploadFile(FTPClient, String, String, String) - Method in class com.microsoft.azure.maven.FTPUploader
Upload a single file to FTP server with the provided FTP client object.
USE_CERTIFICATE_TO_AUTH - Static variable in class com.microsoft.azure.maven.auth.AzureAuthHelper
 
USE_KEY_TO_AUTH - Static variable in class com.microsoft.azure.maven.auth.AzureAuthHelper
 
Utils - Class in com.microsoft.azure.maven
Utility class
Utils() - Constructor for class com.microsoft.azure.maven.Utils
 

V

value - Variable in enum com.microsoft.azure.maven.appservice.DeployTargetType
 
valueOf(String) - Static method in enum com.microsoft.azure.maven.appservice.DeploymentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.maven.appservice.DeployTargetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.maven.appservice.PricingTierEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.microsoft.azure.maven.appservice.DeploymentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.maven.appservice.DeployTargetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.maven.appservice.PricingTierEnum
Returns an array containing the constants of this enum type, in the order they are declared.

W

warning(String) - Method in class com.microsoft.azure.maven.AbstractAzureMojo
 

Z

ZIPArtifactHandlerImpl<T extends AbstractAppServiceMojo> - Class in com.microsoft.azure.maven.artifacthandler
 
ZIPArtifactHandlerImpl(T) - Constructor for class com.microsoft.azure.maven.artifacthandler.ZIPArtifactHandlerImpl
 
zipDeploy(File) - Method in class com.microsoft.azure.maven.deploytarget.DeployTarget
 
A B C D E F G H I K L M P R S T U V W Z 
Skip navigation links

Copyright © 2018. All rights reserved.