| Package | Description |
|---|---|
| com.microsoft.azure.maven.artifacthandler |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArtifactHandler<T extends DeployTarget> |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ZIPArtifactHandlerImpl.isResourcesPreparationRequired(DeployTarget target)
Web App and Deployment Slot need the handler to prepare resources to staging folder.
|
protected boolean |
FTPArtifactHandlerImpl.isResourcesPreparationRequired(DeployTarget target) |
void |
ZIPArtifactHandlerImpl.publish(DeployTarget target) |
void |
FTPArtifactHandlerImpl.publish(DeployTarget target) |
protected void |
FTPArtifactHandlerImpl.uploadDirectoryToFTP(DeployTarget target) |
Copyright © 2018. All rights reserved.