Interface AutoTestRedactedCheckstyleStepOutput

A step that runs Checkstyle on the given files and configuration (redacted).

interface AutoTestRedactedCheckstyleStepOutput {
    config: AutoTestRedactedString;
    deductions: AutoTestRedactedDeductions;
    description: AutoTestDescription;
    files: AutoTestRedactedString;
    id: string;
    name: string;
    version: AutoTestRedactedCheckstyleVersion;
}

Properties

The Checkstyle configuration that should be used.

The deductions for the step.

description: AutoTestDescription

The description of this step.

The files the Checkstyle step should be run on.

id: string

The id of this step.

name: string

The name of this step.

The version of Checkstyle to install.