| Modifier and Type | Method and Description |
|---|---|
static HadrianBuilder |
HadrianBuilder.create(Parameters parameters) |
| Constructor and Description |
|---|
ConfigHelper(Parameters parameters,
ModuleArtifactHelper moduleArtifactHelper,
ModuleConfigHelper moduleConfigHelper) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jetty.server.Handler |
AccessHandlerFactory.create(AccessHelper accessHelper,
Parameters parameters,
com.codahale.metrics.MetricRegistry metricRegistry) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jetty.server.Handler |
SimpleAccessHandlerFactory.create(AccessHelper accessHelper,
Parameters parameters,
com.codahale.metrics.MetricRegistry metricRegistry) |
| 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.codahale.metrics.MetricRegistry metricRegistry) |
| Modifier and Type | Method and Description |
|---|---|
DataAccess |
CassandraDataAccessFactory.createDataAccess(Parameters parameters,
com.codahale.metrics.MetricRegistry metricRegistry) |
| Modifier and Type | Method and Description |
|---|---|
DataAccess |
InMemoryDataAccessFactory.createDataAccess(Parameters parameters,
com.codahale.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) |
| 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) |
| Constructor and Description |
|---|
SimpleHostDetailsHelper(com.squareup.okhttp.OkHttpClient client,
Parameters parameters) |
SimpleVipDetailsHelper(com.squareup.okhttp.OkHttpClient client,
Parameters parameters,
ConfigHelper configHelper) |
| 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 |
| Constructor and Description |
|---|
HealthHandler(org.eclipse.jetty.server.Handler accessHandler,
CalendarHelper calendarHelper,
DataAccess dataAccess,
ModuleArtifactHelper moduleArtifactHelper,
ModuleConfigHelper moduleConfigHelper,
Parameters parameters,
WorkItemSender workItemSender,
MessagingCoodinator messagingCoodinator) |
| Modifier and Type | Method and Description |
|---|---|
WorkItemSender |
WorkItemSenderFactory.create(Parameters parameters,
DataAccess dataAccess,
com.squareup.okhttp.OkHttpClient client,
com.codahale.metrics.MetricRegistry metricRegistry) |
| Constructor and Description |
|---|
WorkItemSender(Parameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
WorkItemSender |
EmailWorkItemSenderFactory.create(Parameters parameters,
DataAccess dataAccess,
com.squareup.okhttp.OkHttpClient client,
com.codahale.metrics.MetricRegistry metricRegistry) |
| Constructor and Description |
|---|
EmailWorkItemSender(Parameters parameters,
com.codahale.metrics.MetricRegistry metricRegistry) |
| Modifier and Type | Method and Description |
|---|---|
WorkItemSender |
NoopWorkItemSenderFactory.create(Parameters parameters,
DataAccess dataAccess,
com.squareup.okhttp.OkHttpClient client,
com.codahale.metrics.MetricRegistry metricRegistry) |
| Constructor and Description |
|---|
NoopWorkItemSender(Parameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
WorkItemSender |
SimpleWorkItemSenderFactory.create(Parameters parameters,
DataAccess dataAccess,
com.squareup.okhttp.OkHttpClient client,
com.codahale.metrics.MetricRegistry metricRegistry) |
| Constructor and Description |
|---|
SimpleWorkItemSender(Parameters parameters,
com.squareup.okhttp.OkHttpClient client,
com.codahale.metrics.MetricRegistry metricRegistry) |
Copyright © 2016 Richard Thurston. All Rights Reserved.