Class DeployConfigRequest
- java.lang.Object
-
- nl.jpoint.vertx.deploy.agent.request.ModuleRequest
-
- nl.jpoint.vertx.deploy.agent.request.DeployConfigRequest
-
public class DeployConfigRequest 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 DeployConfigRequestbuild(String groupId, String artifactId, String version, String classifier)booleancheckConfig()booleandeleteBase()StringgetLogName()-
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
-
build
public static DeployConfigRequest build(String groupId, String artifactId, String version, String classifier)
-
deleteBase
public boolean deleteBase()
- Specified by:
deleteBasein classModuleRequest
-
checkConfig
public boolean checkConfig()
- Specified by:
checkConfigin classModuleRequest
-
getLogName
public String getLogName()
- Specified by:
getLogNamein classModuleRequest
-
-