public class ClusterDeployer extends AbstractDeployer
| Modifier and Type | Field and Description |
|---|---|
static long |
DEFAULT_POLLING_DELAY |
static double |
MAX_CLUSTER_SIZE |
deploymentConfiguration, log| Constructor and Description |
|---|
ClusterDeployer(ClusterDeployment clusterDeployment,
DeployerLog log) |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy()
Deploys the application.
|
protected void |
initialize() |
void |
resolveDependencies(org.apache.maven.project.MavenProject mavenProject,
org.apache.maven.artifact.resolver.ArtifactResolver artifactResolver,
org.codehaus.plexus.archiver.manager.ArchiverManager archiverManager,
org.apache.maven.artifact.factory.ArtifactFactory artifactFactory,
org.apache.maven.artifact.repository.ArtifactRepository localRepository) |
String |
toString() |
void |
undeploy(org.apache.maven.project.MavenProject mavenProject)
Undeploys the application.
|
error, getApplicationFile, getApplicationName, infopublic static final double MAX_CLUSTER_SIZE
public static final long DEFAULT_POLLING_DELAY
public ClusterDeployer(ClusterDeployment clusterDeployment, DeployerLog log) throws DeploymentException
DeploymentExceptionpublic void deploy()
throws DeploymentException
AbstractDeployerdeploy in class AbstractDeployerDeploymentExceptionpublic void undeploy(org.apache.maven.project.MavenProject mavenProject)
throws DeploymentException
AbstractDeployerundeploy in class AbstractDeployerDeploymentExceptionprotected void initialize()
throws DeploymentException
initialize in class AbstractDeployerDeploymentExceptionpublic void resolveDependencies(org.apache.maven.project.MavenProject mavenProject,
org.apache.maven.artifact.resolver.ArtifactResolver artifactResolver,
org.codehaus.plexus.archiver.manager.ArchiverManager archiverManager,
org.apache.maven.artifact.factory.ArtifactFactory artifactFactory,
org.apache.maven.artifact.repository.ArtifactRepository localRepository)
throws DeploymentException,
groovy.util.ScriptException
resolveDependencies in class AbstractDeployerDeploymentExceptiongroovy.util.ScriptExceptionCopyright © 2020. All rights reserved.