public class DeployApplicationRequest extends ModuleRequest
| Constructor and Description |
|---|
DeployApplicationRequest(String groupId,
String artifactId,
String version,
String classifier,
String type) |
| Modifier and Type | Method and Description |
|---|---|
static DeployApplicationRequest |
build(String groupId,
String artifactId,
String version,
String classifier,
boolean testScope) |
boolean |
checkConfig() |
boolean |
deleteBase() |
String |
getInstances() |
String |
getJavaOpts() |
String |
getLogName() |
boolean |
isInstalled() |
boolean |
isRunning() |
boolean |
isTestScope() |
void |
setInstalled(boolean installed) |
void |
setRunning(boolean running) |
void |
withInstances(String instances) |
void |
withJavaOpts(String javaOpts) |
void |
withTestScope(boolean testScope) |
getArtifactId, getBaseLocation, getFileName, getGroupId, getId, getMavenArtifactId, getMetadataLocation, getModuleId, getRemoteLocation, getRestartCommand, getTestCommand, getType, getVersion, isSnapshot, restart, setBaseLocation, setRestart, setRestartCommand, setTestCommand, setVersionpublic boolean deleteBase()
deleteBase in class ModuleRequestpublic boolean checkConfig()
checkConfig in class ModuleRequestpublic String getLogName()
getLogName in class ModuleRequestpublic boolean isRunning()
public void setRunning(boolean running)
public void withJavaOpts(String javaOpts)
public void withInstances(String instances)
public void withTestScope(boolean testScope)
withTestScope in class ModuleRequestpublic boolean isTestScope()
public String getJavaOpts()
public String getInstances()
public boolean isInstalled()
public void setInstalled(boolean installed)
public static DeployApplicationRequest build(String groupId, String artifactId, String version, String classifier, boolean testScope)
Copyright © 2016. All rights reserved.