| Package | Description |
|---|---|
| com.northernwall.hadrian.domain | |
| com.northernwall.hadrian.service.dao | |
| com.northernwall.hadrian.workItem.dao |
| Modifier and Type | Field and Description |
|---|---|
java.util.List<ModuleType> |
Config.moduleTypes |
| Modifier and Type | Method and Description |
|---|---|
ModuleType |
Module.getModuleType() |
static ModuleType |
ModuleType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModuleType[] |
ModuleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Module.setModuleType(ModuleType moduleType) |
| Constructor and Description |
|---|
Module(java.lang.String moduleName,
java.lang.String serviceId,
int order,
ModuleType moduleType,
java.lang.String gitProject,
java.lang.String gitFolder,
java.lang.String mavenGroupId,
java.lang.String mavenArtifactId,
java.lang.String artifactType,
java.lang.String artifactSuffix,
java.lang.String hostAbbr,
java.lang.String versionUrl,
java.lang.String availabilityUrl,
java.lang.String runAs,
java.lang.String deploymentFolder,
java.lang.String startCmdLine,
int startTimeOut,
java.lang.String stopCmdLine,
int stopTimeOut,
java.lang.String configName) |
| Modifier and Type | Field and Description |
|---|---|
ModuleType |
PostModuleData.moduleType |
ModuleType |
GetModuleData.moduleType |
| Modifier and Type | Field and Description |
|---|---|
ModuleType |
ModuleData.moduleType |
Copyright © 2016 Richard Thurston. All Rights Reserved.