Class InspectionReport
java.lang.Object
com.netflix.genie.web.agent.inspectors.InspectionReport
Representation of the outcome of an inspection performed by an
AgentMetadataInspector
.- Since:
- 4.0.0
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The possible outcomes of an inspection. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic InspectionReport
newAcceptance
(String message) Factory method forInspectionReport
.static InspectionReport
newRejection
(String message) Factory method forInspectionReport
.
-
Constructor Details
-
InspectionReport
public InspectionReport()
-
-
Method Details
-
newRejection
Factory method forInspectionReport
.- Parameters:
message
- a message- Returns:
- a new
InspectionReport
-
newAcceptance
Factory method forInspectionReport
.- Parameters:
message
- a message- Returns:
- a new
InspectionReport
-