| Modifier and Type | Method and Description |
|---|---|
Service |
DataAccess.getService(java.lang.String serviceId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Service> |
DataAccess.getActiveServices() |
java.util.List<Service> |
DataAccess.getAllServices() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataAccess.saveService(Service service) |
void |
DataAccess.updateService(Service service) |
| Modifier and Type | Method and Description |
|---|---|
Service |
CassandraDataAccess.getService(java.lang.String serviceId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Service> |
CassandraDataAccess.getActiveServices() |
java.util.List<Service> |
CassandraDataAccess.getAllServices() |
| Modifier and Type | Method and Description |
|---|---|
void |
CassandraDataAccess.saveService(Service service) |
void |
CassandraDataAccess.updateService(Service service) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceBuildHelper.triggerBuild(Team team,
Service service,
java.lang.String branch,
User user) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Service> |
Service.filterTeam(java.lang.String teamId,
java.util.List<Service> services) |
| Modifier and Type | Method and Description |
|---|---|
int |
Service.compareTo(Service o) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Service> |
Service.filterTeam(java.lang.String teamId,
java.util.List<Service> services) |
| Constructor and Description |
|---|
WorkItem(Type type,
Operation operation,
User user,
Team team,
Service service,
Module module,
Host host,
Vip vip) |
| Modifier and Type | Method and Description |
|---|---|
protected Service |
BasicHandler.getService(org.eclipse.jetty.server.Request request) |
protected Service |
BasicHandler.getService(java.lang.String serviceId,
java.lang.String serviceName) |
| Modifier and Type | Method and Description |
|---|---|
protected Host |
BasicHandler.getHost(org.eclipse.jetty.server.Request request,
Service service) |
protected Host |
BasicHandler.getHost(java.lang.String hostId,
java.lang.String hostName,
Service service) |
protected Module |
BasicHandler.getModule(org.eclipse.jetty.server.Request request,
Service service) |
protected Module |
BasicHandler.getModule(java.lang.String moduleId,
java.lang.String moduleName,
Service service) |
protected Vip |
BasicHandler.getVip(org.eclipse.jetty.server.Request request,
Service service) |
protected Vip |
BasicHandler.getVip(java.lang.String vipId,
Service service) |
| Modifier and Type | Method and Description |
|---|---|
void |
Graph.writeModuleStructure(Service service,
Module module,
java.util.List<Module> libraries,
java.lang.String colour) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Report.outputServiceRow(Team team,
Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ServiceRefreshHandler.getHostInfo(Service service,
GetServiceData getServiceData,
java.util.List<java.util.concurrent.Future> futures) |
protected void |
ServiceRefreshHandler.getModuleInfo(Service service,
GetServiceData getServiceData,
boolean includeStuff) |
protected void |
ServiceRefreshHandler.getVipInfo(Service service,
GetServiceData getServiceData) |
| Modifier and Type | Method and Description |
|---|---|
static GetServiceData |
GetServiceData.create(Service service) |
| Constructor and Description |
|---|
ReadModuleArtifactVersionsRunnable(Service service,
Module module,
boolean includeSnapshots,
GetVersionData getVersionData,
ModuleArtifactHelper moduleArtifactHelper) |
| Modifier and Type | Method and Description |
|---|---|
static CatalogServiceData |
CatalogServiceData.create(Team team,
Service service) |
| Modifier and Type | Method and Description |
|---|---|
static GetEndpointData |
GetEndpointData.create(Service service,
Module module,
Vip vip) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
ModuleArtifactHelper.readArtifactVersions(Service service,
Module module,
boolean includeSnapshots) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
MavenHelper.readArtifactVersions(Service service,
Module module,
boolean includeSnapshots) |
| Constructor and Description |
|---|
HostMetricsRunner(Service service,
int group,
DataAccess dataAccess,
org.dshops.metrics.MetricRegistry metricRegistry) |
SmokeTestRunner(Service service,
Module module,
int group,
DataAccess dataAccess,
SmokeTestHelper smokeTestHelper,
MessagingCoodinator messagingCoodinator) |
VipMetricsRunner(Service service,
int group,
DataAccess dataAccess,
org.dshops.metrics.MetricRegistry metricRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static ServiceData |
ServiceData.create(Service service) |
Copyright © 2017 Richard Thurston. All Rights Reserved.