Interface AutoTestCheckstyleStepOutput

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

interface AutoTestCheckstyleStepOutput {
    config: string;
    deductions: AutoTestDeductions;
    description: AutoTestDescription;
    files: string;
    id: string;
    name: string;
    version: AutoTestCheckstyleVersion;
}

Properties

config: string

The Checkstyle configuration that should be used.

deductions: AutoTestDeductions

The deductions for the step.

description: AutoTestDescription

The description of this step.

files: string

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.