public abstract class ArtifactHandlerBase extends Object implements ArtifactHandler
| Modifier and Type | Class and Description |
|---|---|
static class |
ArtifactHandlerBase.Builder<T extends ArtifactHandlerBase.Builder<T>> |
| Modifier and Type | Field and Description |
|---|---|
protected String |
buildDirectoryAbsolutePath |
protected static String |
DEPLOY_ABORT |
protected static String |
DEPLOY_FINISH |
protected static String |
DEPLOY_START |
protected IProject |
project |
protected static String |
STAGING_FOLDER_EMPTY |
protected String |
stagingDirectoryPath |
| Modifier | Constructor and Description |
|---|---|
protected |
ArtifactHandlerBase(ArtifactHandlerBase.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assureStagingDirectoryNotEmpty() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublishprotected static final String DEPLOY_START
protected static final String DEPLOY_FINISH
protected static final String DEPLOY_ABORT
protected static final String STAGING_FOLDER_EMPTY
protected IProject project
protected String stagingDirectoryPath
protected String buildDirectoryAbsolutePath
protected ArtifactHandlerBase(ArtifactHandlerBase.Builder<?> builder)
protected void assureStagingDirectoryNotEmpty()
throws AzureExecutionException
AzureExecutionExceptionCopyright © 2020. All rights reserved.