public class DeployApplicationRequest extends ModuleRequest
CONFIG_TYPE, GZIP_TYPE, ZIP_TYPE| 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 |
getConfigLocation() |
String |
getInstances() |
String |
getJavaOpts() |
String |
getLogName() |
String |
getMainService() |
boolean |
isInstalled() |
boolean |
isRunning() |
boolean |
isTestScope() |
void |
setInstalled(boolean installed) |
void |
setRunning(boolean running) |
void |
withConfigLocation(String configLocation) |
void |
withInstances(String instances) |
void |
withJavaOpts(String javaOpts) |
DeployApplicationRequest |
withMainService(String mainService) |
void |
withTestScope(boolean testScope) |
getArtifactId, getBaseLocation, getFileName, getGroupId, getId, getLocalPath, 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 withConfigLocation(String configLocation)
public void withInstances(String instances)
public void withTestScope(boolean testScope)
public DeployApplicationRequest withMainService(String mainService)
public boolean isTestScope()
public String getJavaOpts()
public String getInstances()
public String getConfigLocation()
public String getMainService()
public boolean isInstalled()
public void setInstalled(boolean installed)
public static DeployApplicationRequest build(String groupId, String artifactId, String version, String classifier, boolean testScope)
Copyright © 2019. All rights reserved.