Class DeployApplicationRequest
- java.lang.Object
-
- nl.jpoint.vertx.deploy.agent.request.ModuleRequest
-
- nl.jpoint.vertx.deploy.agent.request.DeployApplicationRequest
-
public class DeployApplicationRequest extends ModuleRequest
-
-
Field Summary
-
Fields inherited from class nl.jpoint.vertx.deploy.agent.request.ModuleRequest
CONFIG_TYPE, GZIP_TYPE, ZIP_TYPE
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeployApplicationRequestbuild(String groupId, String artifactId, String version, String classifier, boolean testScope)booleancheckConfig()booleandeleteBase()StringgetConfigLocation()StringgetInstances()StringgetJavaOpts()StringgetLogName()StringgetMainService()booleanisInstalled()booleanisRunning()booleanisTestScope()voidsetInstalled(boolean installed)voidsetRunning(boolean running)voidwithConfigLocation(String configLocation)voidwithInstances(String instances)voidwithJavaOpts(String javaOpts)DeployApplicationRequestwithMainService(String mainService)voidwithTestScope(boolean testScope)-
Methods inherited from class nl.jpoint.vertx.deploy.agent.request.ModuleRequest
getArtifactId, getBaseLocation, getFileName, getGroupId, getId, getLocalPath, getMavenArtifactId, getMetadataLocation, getModuleId, getRemoteLocation, getRestartCommand, getTestCommand, getType, getVersion, isSnapshot, restart, setBaseLocation, setRestart, setRestartCommand, setTestCommand, setVersion
-
-
-
-
Method Detail
-
deleteBase
public boolean deleteBase()
- Specified by:
deleteBasein classModuleRequest
-
checkConfig
public boolean checkConfig()
- Specified by:
checkConfigin classModuleRequest
-
getLogName
public String getLogName()
- Specified by:
getLogNamein classModuleRequest
-
isRunning
public boolean isRunning()
-
setRunning
public void setRunning(boolean running)
-
withJavaOpts
public void withJavaOpts(String javaOpts)
-
withConfigLocation
public void withConfigLocation(String configLocation)
-
withInstances
public void withInstances(String instances)
-
withTestScope
public void withTestScope(boolean testScope)
-
withMainService
public DeployApplicationRequest withMainService(String mainService)
-
isTestScope
public boolean isTestScope()
-
getJavaOpts
public String getJavaOpts()
-
getInstances
public String getInstances()
-
getConfigLocation
public String getConfigLocation()
-
getMainService
public String getMainService()
-
isInstalled
public boolean isInstalled()
-
setInstalled
public void setInstalled(boolean installed)
-
build
public static DeployApplicationRequest build(String groupId, String artifactId, String version, String classifier, boolean testScope)
-
-