| Represents a single stanza within a vigilance configuration file | |
| Parsers vigilance configuration files based upon an arbitrary set of configuration stanzas | |
| Represents a coverage constraint that must be enforced | |
| A Constraint decorator that applies a Constraint to a specific package only | |
| A Constraint decorator that applies a Constraint to specific files only | |
| A Constraint that causes specified files to be ignored from vigilance entirely | |
| Relates multiple constraints together into a constraint suite | |
| Determines which constraints apply to each item under test | |
| Holds data about a previous code quality run (test run, linting, etc) | |
| Represents a single file from a test coverage report | |
| Represents a single package from a test coverage report | |
| A Parser implementation for Cobertura-compatible coverage reports | |
| A Constraint that enforces a line coverage minimum | |
| A Constraint that enforces a branch coverage minimum | |
| A Constraint that enforces a maximum complexity | |
| The AbstractPlugin implementation for coverage | |
| Represents a single documentation error from a Doxygen run | |
| A Parser implementation for Doxygen error reports | |
| A Constraint that enforces documentation | |
| The documentation configuration stanza | |
| The AbstractPlugin implementation for doxygen | |
| Base Exception to be raised within vigilance | |
| Raised when a quality report cannot be parsed | |
| Raised when the vigilance configuration file contains errors | |
| Raised when the user attempts to use a quality suite that has not yet been loaded | |
| Raised when vigilance detects quality violations | |
| Abstract interface for parsing test coverage output | |
| The global configuration stanza | |
| The file filter configuration stanza | |
| The package filter configuration stanza | |
| The ignore filter configuration stanza | |
| The external entrypoint for Vigilance plugins | |
| The result of a constraint validation | |
| Represents a single item from a code quality report | |
| Represents a parsed code quality report | |
| Represents a full set of quality metrics that should be enforced upon a codebase |