CodeQualityDegradation

class Object
trait Matchable
class Any

Value members

Concrete methods

def description: SelectionBuilder[CodeQualityDegradation, String]

A description of the code quality degradation.

A description of the code quality degradation.

def fingerprint: SelectionBuilder[CodeQualityDegradation, String]

A unique fingerprint to identify the code quality degradation. For example, an MD5 hash.

A unique fingerprint to identify the code quality degradation. For example, an MD5 hash.

def line: SelectionBuilder[CodeQualityDegradation, Int]

The line on which the code quality degradation occurred.

The line on which the code quality degradation occurred.

def path: SelectionBuilder[CodeQualityDegradation, String]

The relative path to the file containing the code quality degradation.

The relative path to the file containing the code quality degradation.

Status of the degradation (BLOCKER, CRITICAL, MAJOR, MINOR, INFO).

Status of the degradation (BLOCKER, CRITICAL, MAJOR, MINOR, INFO).