| Package | Description |
|---|---|
| com.northernwall.hadrian.domain | |
| com.northernwall.hadrian.handlers.service.dao |
| Modifier and Type | Method and Description |
|---|---|
FindBugsLevel |
Service.getDoFindBugsLevel() |
static FindBugsLevel |
FindBugsLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FindBugsLevel[] |
FindBugsLevel.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.setDoFindBugsLevel(FindBugsLevel doFindBugsLevel) |
| Constructor and Description |
|---|
Service(java.lang.String serviceName,
java.lang.String teamId,
java.lang.String description,
java.lang.String serviceType,
java.lang.String gitProject,
java.lang.String scope,
java.lang.String mavenGroupId,
boolean doBuilds,
boolean doDeploys,
boolean doManageVip,
boolean doCheckJar,
FindBugsLevel doFindBugsLevel,
java.lang.String testStyle,
java.lang.String testHostname,
java.lang.String testRunAs,
java.lang.String testDeploymentFolder,
java.lang.String testCmdLine,
int testTimeOut,
java.lang.String smokeTestCron,
boolean active) |
| Modifier and Type | Field and Description |
|---|---|
FindBugsLevel |
PutServiceData.doFindBugsLevel |
FindBugsLevel |
PostServiceData.doFindBugsLevel |
FindBugsLevel |
GetServiceData.doFindBugsLevel |
Copyright © 2016 Richard Thurston. All Rights Reserved.