| Modifier and Type | Method and Description |
|---|---|
static HadrianBuilder |
HadrianBuilder.create(Parameters parameters) |
| Constructor and Description |
|---|
ConfigHelper(Parameters parameters,
com.google.gson.Gson gson,
ModuleConfigHelper moduleConfigHelper) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jetty.server.Handler |
AccessHandlerFactory.create(AccessHelper accessHelper,
Parameters parameters,
org.dshops.metrics.MetricRegistry metricRegistry) |
AccessHelper |
AccessHelperFactory.create(Parameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jetty.server.Handler |
SimpleAccessHandlerFactory.create(AccessHelper accessHelper,
Parameters parameters,
org.dshops.metrics.MetricRegistry metricRegistry) |
AccessHelper |
SimpleAccessHelperFactory.create(Parameters parameters) |
| Constructor and Description |
|---|
SimpleAccessHelper(Parameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
CalendarHelper |
CalendarHelperFactory.create(Parameters parameters,
com.squareup.okhttp.OkHttpClient client) |
| Modifier and Type | Method and Description |
|---|---|
CalendarHelper |
GoogleCalendarHelperFactory.create(Parameters parameters,
com.squareup.okhttp.OkHttpClient client) |
java.security.PrivateKey |
GoogleCalendarHelperFactory.getPemPrivateKey(Parameters parameters) |
| Constructor and Description |
|---|
GoogleCalendarHelper(com.google.api.services.calendar.Calendar calendarClient,
Parameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
CalendarHelper |
SimpleCalendarHelperFactory.create(Parameters parameters,
com.squareup.okhttp.OkHttpClient client) |
| Modifier and Type | Method and Description |
|---|---|
DataAccess |
DataAccessFactory.createDataAccess(Parameters parameters,
com.google.gson.Gson gson,
org.dshops.metrics.MetricRegistry metricRegistry) |
| Modifier and Type | Method and Description |
|---|---|
DataAccess |
CassandraDataAccessFactory.createDataAccess(Parameters parameters,
com.google.gson.Gson gson,
org.dshops.metrics.MetricRegistry metricRegistry) |
| Modifier and Type | Method and Description |
|---|---|
DataAccess |
InMemoryDataAccessFactory.createDataAccess(Parameters parameters,
com.google.gson.Gson gson,
org.dshops.metrics.MetricRegistry metricRegistry) |
| Modifier and Type | Method and Description |
|---|---|
HostDetailsHelper |
HostDetailsHelperFactory.create(com.squareup.okhttp.OkHttpClient client,
Parameters parameters) |
VipDetailsHelper |
VipDetailsHelperFactory.create(com.squareup.okhttp.OkHttpClient client,
Parameters parameters,
ConfigHelper configHelper,
com.google.gson.Gson gson) |
| Constructor and Description |
|---|
ServiceBuildHelper(DataAccess dataAccess,
com.squareup.okhttp.OkHttpClient client,
Parameters parameters,
com.google.gson.Gson gson) |
| Modifier and Type | Method and Description |
|---|---|
HostDetailsHelper |
SimpleHostDetailsHelperFactory.create(com.squareup.okhttp.OkHttpClient client,
Parameters parameters) |
VipDetailsHelper |
SimpleVipDetailsHelperFactory.create(com.squareup.okhttp.OkHttpClient client,
Parameters parameters,
ConfigHelper configHelper,
com.google.gson.Gson gson) |
| Constructor and Description |
|---|
SimpleHostDetailsHelper(com.squareup.okhttp.OkHttpClient client,
Parameters parameters) |
SimpleVipDetailsHelper(com.squareup.okhttp.OkHttpClient client,
Parameters parameters,
ConfigHelper configHelper,
com.google.gson.Gson gson) |
| Constructor and Description |
|---|
DocumentGetHandler(DataAccess dataAccess,
com.google.gson.Gson gson,
com.squareup.okhttp.OkHttpClient client,
Parameters parameters) |
| Constructor and Description |
|---|
InfoHelper(Parameters parameters,
com.squareup.okhttp.OkHttpClient client) |
| Constructor and Description |
|---|
HealthHandler(org.eclipse.jetty.server.Handler accessHandler,
CalendarHelper calendarHelper,
DataAccess dataAccess,
ModuleArtifactHelper moduleArtifactHelper,
ModuleConfigHelper moduleConfigHelper,
Parameters parameters,
MessagingCoodinator messagingCoodinator,
Scheduler scheduler) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
MessageProcessor.init(Parameters parameters,
com.google.gson.Gson gson,
com.squareup.okhttp.OkHttpClient client) |
| Constructor and Description |
|---|
MessagingCoodinator(DataAccess dataAccess,
Parameters parameters,
com.squareup.okhttp.OkHttpClient client) |
| Modifier and Type | Method and Description |
|---|---|
void |
EmailMessageProcessor.init(Parameters parameters,
com.google.gson.Gson gson,
com.squareup.okhttp.OkHttpClient client) |
| Modifier and Type | Method and Description |
|---|---|
void |
SlackMessageProcessor.init(Parameters parameters,
com.google.gson.Gson gson,
com.squareup.okhttp.OkHttpClient client) |
| Modifier and Type | Method and Description |
|---|---|
ModuleConfigHelper |
ModuleConfigHelperFactory.create(Parameters parameters,
com.squareup.okhttp.OkHttpClient client) |
ModuleArtifactHelper |
ModuleArtifactHelperFactory.create(Parameters parameters,
com.squareup.okhttp.OkHttpClient client)
Implementations of the create method must call "setup()" on MavenHelper
before returning the newly created instance of MavenHelper.
|
| Modifier and Type | Field and Description |
|---|---|
protected Parameters |
MavenHelper.parameters |
| Modifier and Type | Method and Description |
|---|---|
ModuleArtifactHelper |
MavenHelperFactory.create(Parameters parameters,
com.squareup.okhttp.OkHttpClient client) |
| Constructor and Description |
|---|
MavenHelper(Parameters parameters,
com.squareup.okhttp.OkHttpClient client) |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertiesParameters |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleLeader.init(java.lang.String hostname,
Parameters parameters,
com.squareup.okhttp.OkHttpClient client) |
void |
Leader.init(java.lang.String hostname,
Parameters parameters,
com.squareup.okhttp.OkHttpClient client) |
| Constructor and Description |
|---|
WorkItemProcessor(Parameters parameters,
ConfigHelper configHelper,
DataAccess dataAccess,
com.squareup.okhttp.OkHttpClient client,
com.google.gson.Gson gson,
SmokeTestHelper smokeTestHelper,
org.dshops.metrics.MetricRegistry metricRegistry) |
| Modifier and Type | Field and Description |
|---|---|
protected Parameters |
Action.parameters |
| Modifier and Type | Method and Description |
|---|---|
void |
Action.init(java.lang.String name,
DataAccess dataAccess,
Parameters parameters,
ConfigHelper configHelper,
com.squareup.okhttp.OkHttpClient client,
com.google.gson.Gson gson,
SmokeTestHelper smokeTestHelper) |
| Constructor and Description |
|---|
SmokeTestHelper(Parameters parameters,
com.google.gson.Gson gson,
org.dshops.metrics.MetricRegistry metricRegistry) |
Copyright © 2017 Richard Thurston. All Rights Reserved.