public abstract class ModuleRequest extends Object
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
checkConfig() |
abstract boolean |
deleteBase() |
String |
getArtifactId() |
Path |
getBaseLocation() |
String |
getFileName() |
String |
getGroupId() |
UUID |
getId() |
abstract String |
getLogName() |
String |
getMavenArtifactId() |
String |
getMetadataLocation() |
String |
getModuleId() |
String |
getRemoteLocation() |
Optional<String> |
getRestartCommand() |
Optional<String> |
getTestCommand() |
String |
getType() |
String |
getVersion() |
boolean |
isSnapshot() |
boolean |
restart() |
void |
setBaseLocation(String baseLocation) |
void |
setRestart(boolean restart) |
void |
setRestartCommand(String restartCommand) |
void |
setTestCommand(String testCommand) |
void |
setVersion(String version) |
void |
withTestScope(boolean scopeTest) |
public String getGroupId()
public String getArtifactId()
public String getVersion()
public void setVersion(String version)
public UUID getId()
public String getModuleId()
public String getMavenArtifactId()
public String getRemoteLocation()
public String getFileName()
public boolean isSnapshot()
public String getMetadataLocation()
public String getType()
public boolean restart()
public void setRestart(boolean restart)
public void setRestartCommand(String restartCommand)
public void setTestCommand(String testCommand)
public Path getBaseLocation()
public void setBaseLocation(String baseLocation)
public abstract boolean deleteBase()
public abstract boolean checkConfig()
public abstract String getLogName()
public void withTestScope(boolean scopeTest)
Copyright © 2016. All rights reserved.