Skip to main content

Implements

Constructors

new ValidationReporterImpl()

Returns: ValidationReporterImpl

Methods

analyzeSolution(response)

  • response: object

excludeFromCoverage(exclusion)

getExclusions()

Returns: CoverageExclusion[]

getTrackedConstraints()

Returns: TrackedConstraint[]

getValidation()

Returns: ScheduleValidation

hasErrors()

Returns: boolean

reportCoverageError(error)

reportCoveragePassed(passed)

reportCoverageViolation(violation)

reportRuleError(error)

reportRulePassed(passed)

reportRuleViolation(violation)

reportSolverError(reason)

  • reason: string

trackConstraint(constraint)