| 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<GitMode> |
Config.gitModes |
| Modifier and Type | Method and Description |
|---|---|
GitMode |
Service.getGitMode() |
static GitMode |
GitMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GitMode[] |
GitMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Service.setGitMode(GitMode gitMode) |
| Constructor and Description |
|---|
Service(java.lang.String serviceAbbr,
java.lang.String serviceName,
java.lang.String teamId,
java.lang.String description,
java.lang.String serviceType,
GitMode gitMode,
java.lang.String gitProject,
boolean active) |
| Modifier and Type | Field and Description |
|---|---|
GitMode |
PostServiceData.gitMode |
GitMode |
GetServiceData.gitMode |
| Modifier and Type | Field and Description |
|---|---|
GitMode |
ServiceData.gitMode |
Copyright © 2016 Richard Thurston. All Rights Reserved.