| Modifier and Type | Method and Description |
|---|---|
static String |
Utils.getArtifactCompileVersion(File artifact) |
static OperatingSystemEnum |
Utils.parseOperationSystem(String os) |
void |
FTPUploader.uploadDirectoryWithRetries(String ftpServer,
String username,
String password,
String sourceDirectory,
String targetDirectory,
int maxRetryCount)
Upload directory to specified FTP server with retries.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.management.applicationinsights.v2015_05_01.ApplicationInsightsComponent |
ApplicationInsightsManager.createApplicationInsights(String resourceGroup,
String name,
String location) |
private void |
ApplicationInsightsManager.registerResourceProvider() |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentType |
DeploymentType.fromString(String input) |
| Modifier and Type | Method and Description |
|---|---|
String |
IDockerCredentialProvider.getPassword() |
String |
IDockerCredentialProvider.getUsername() |
void |
IDockerCredentialProvider.validate() |
| Modifier and Type | Method and Description |
|---|---|
static void |
AzureStorageHelper.deleteBlob(com.microsoft.azure.storage.CloudStorageAccount storageAccount,
String containerName,
String blobName) |
static String |
AzureStorageHelper.getSASToken(com.microsoft.azure.storage.blob.CloudBlob blob,
java.time.Period period) |
static com.microsoft.azure.storage.blob.CloudBlockBlob |
AzureStorageHelper.uploadFileAsBlob(File fileToUpload,
com.microsoft.azure.storage.CloudStorageAccount storageAccount,
String containerName,
String blobName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FunctionCoreToolsHandlerImpl.assureRequirementAddressed() |
FunctionConfiguration |
AnnotationHandler.generateConfiguration(Method method) |
Map<String,FunctionConfiguration> |
AnnotationHandlerImpl.generateConfigurations(Set<Method> methods) |
Map<String,FunctionConfiguration> |
AnnotationHandler.generateConfigurations(Set<Method> methods) |
protected void |
CommandHandlerImpl.handleExitValue(int exitValue,
List<Long> validReturnCodes,
String errorMessage,
InputStream inputStream) |
void |
FunctionCoreToolsHandlerImpl.installExtension(File stagingDirectory,
File basedir) |
void |
FunctionCoreToolsHandler.installExtension(File stagingDirectory,
File basedir) |
protected void |
FunctionCoreToolsHandlerImpl.installFunctionExtension(File stagingDirector,
File basedir) |
String |
CommandHandlerImpl.runCommandAndGetOutput(String command,
boolean showStdout,
String workingDirectory) |
String |
CommandHandler.runCommandAndGetOutput(String command,
boolean showStdout,
String workingDirectory) |
void |
CommandHandlerImpl.runCommandWithReturnCodeCheck(String command,
boolean showStdout,
String workingDirectory,
List<Long> validReturnCodes,
String errorMessage) |
void |
CommandHandler.runCommandWithReturnCodeCheck(String command,
boolean showStdout,
String workingDirectory,
List<Long> validReturnCodes,
String errorMessage) |
protected void |
AnnotationHandlerImpl.validateFunctionName(Set<String> nameSet,
String functionName) |
| Modifier and Type | Method and Description |
|---|---|
static File |
FunctionArtifactHelper.createFunctionArtifact(String stagingDirectoryPath) |
protected File |
MSDeployArtifactHandlerImpl.createZipPackage() |
private com.microsoft.azure.storage.blob.CloudBlockBlob |
RunFromBlobArtifactHandlerImpl.deployArtifactToAzureStorage(DeployTarget deployTarget,
File zipPackage,
com.microsoft.azure.storage.CloudStorageAccount storageAccount) |
static com.microsoft.azure.storage.CloudStorageAccount |
FunctionArtifactHelper.getCloudStorageAccount(DeployTarget target) |
void |
RunFromZipArtifactHandlerImpl.publish(DeployTarget target) |
void |
RunFromBlobArtifactHandlerImpl.publish(DeployTarget deployTarget) |
void |
MSDeployArtifactHandlerImpl.publish(DeployTarget target) |
static void |
FunctionArtifactHelper.updateAppSetting(DeployTarget deployTarget,
String key,
String value) |
protected String |
MSDeployArtifactHandlerImpl.uploadPackageToAzureStorage(File zipPackage,
com.microsoft.azure.storage.CloudStorageAccount storageAccount,
String blobName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FunctionRuntimeHandler.changeAppServicePlan(com.microsoft.azure.management.appservice.FunctionApp app,
com.microsoft.azure.management.appservice.AppServicePlan appServicePlan) |
protected void |
DockerFunctionRuntimeHandler.checkConfiguration(DockerImageType imageType) |
com.microsoft.azure.management.appservice.FunctionDeploymentSlot.DefinitionStages.WithCreate |
FunctionRuntimeHandler.createDeploymentSlot(com.microsoft.azure.management.appservice.FunctionApp functionApp,
DeploymentSlotSetting deploymentSlotSetting) |
abstract com.microsoft.azure.management.appservice.FunctionApp.DefinitionStages.WithCreate |
FunctionRuntimeHandler.defineAppWithRuntime() |
com.microsoft.azure.management.appservice.FunctionApp.DefinitionStages.WithCreate |
DockerFunctionRuntimeHandler.defineAppWithRuntime() |
abstract com.microsoft.azure.management.appservice.FunctionApp.Update |
FunctionRuntimeHandler.updateAppRuntime(com.microsoft.azure.management.appservice.FunctionApp app) |
com.microsoft.azure.management.appservice.FunctionApp.Update |
DockerFunctionRuntimeHandler.updateAppRuntime(com.microsoft.azure.management.appservice.FunctionApp app) |
abstract com.microsoft.azure.management.appservice.WebAppBase.Update<com.microsoft.azure.management.appservice.FunctionDeploymentSlot> |
FunctionRuntimeHandler.updateDeploymentSlot(com.microsoft.azure.management.appservice.FunctionDeploymentSlot deploymentSlot) |
com.microsoft.azure.management.appservice.WebAppBase.Update<com.microsoft.azure.management.appservice.FunctionDeploymentSlot> |
DockerFunctionRuntimeHandler.updateDeploymentSlot(com.microsoft.azure.management.appservice.FunctionDeploymentSlot deploymentSlot) |
| Modifier and Type | Method and Description |
|---|---|
static List<FunctionTemplate> |
FunctionUtils.loadAllFunctionTemplates() |
static FunctionExtensionVersion |
FunctionUtils.parseFunctionExtensionVersion(String version) |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithCreate |
RuntimeHandler.defineAppWithRuntime() |
void |
ArtifactHandler.publish(T deployTarget) |
com.microsoft.azure.management.appservice.WebAppBase.Update |
RuntimeHandler.updateAppRuntime(T app) |
com.microsoft.azure.management.appservice.AppServicePlan |
RuntimeHandler.updateAppServicePlan(T app) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ArtifactHandlerBase.assureStagingDirectoryNotEmpty() |
void |
ZIPArtifactHandlerImpl.publish(DeployTarget target) |
void |
FTPArtifactHandlerImpl.publish(DeployTarget target) |
protected void |
FTPArtifactHandlerImpl.uploadDirectoryToFTP(DeployTarget target) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
BaseRuntimeHandler.changeAppServicePlan(T app,
com.microsoft.azure.management.appservice.AppServicePlan appServicePlan) |
abstract com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithCreate |
BaseRuntimeHandler.defineAppWithRuntime() |
abstract com.microsoft.azure.management.appservice.WebAppBase.Update |
BaseRuntimeHandler.updateAppRuntime(T app) |
com.microsoft.azure.management.appservice.AppServicePlan |
BaseRuntimeHandler.updateAppServicePlan(T app) |
| Modifier and Type | Method and Description |
|---|---|
static com.microsoft.azure.management.appservice.AppServicePlan |
AppServiceUtils.updateAppServicePlan(com.microsoft.azure.management.appservice.AppServicePlan appServicePlan,
com.microsoft.azure.management.appservice.PricingTier pricingTier) |
Copyright © 2020. All rights reserved.