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
Nested ClassesModifier and TypeClassDescriptionstatic enumThe possible outcomes of an inspection. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InspectionReportnewAcceptance(String message) Factory method forInspectionReport.static InspectionReportnewRejection(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
-