@ConfigurationProperties(prefix="endpoints.autoconfig", ignoreUnknownFields=false) public class AutoConfigurationReportEndpoint extends AbstractEndpoint<AutoConfigurationReportEndpoint.Report>
Endpoint
to expose the ConditionEvaluationReport
.Modifier and Type | Class and Description |
---|---|
static class |
AutoConfigurationReportEndpoint.MessageAndCondition
Adapts
ConditionEvaluationReport.ConditionAndOutcome to a JSON friendly structure. |
static class |
AutoConfigurationReportEndpoint.Report
Adapts
ConditionEvaluationReport to a JSON friendly structure. |
Constructor and Description |
---|
AutoConfigurationReportEndpoint() |
Modifier and Type | Method and Description |
---|---|
AutoConfigurationReportEndpoint.Report |
invoke()
Called to invoke the endpoint.
|
getId, isEnabled, isSensitive, setEnabled, setId, setSensitive
public AutoConfigurationReportEndpoint.Report invoke()
Endpoint
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.