className

open val className: String

The class name of this pipeline stage.

The class name will be as if by calling KClass.simpleName. Pipeline stages which are anonymous objects must override this field to provide a custom name, as stages created that way has no name.

This name can also be used for config parsing and report generation; however, String.decapitalize should be called to adhere to the lower camel-case as required by the config/report formats.