public class DetektReports
@NotNull public DetektReport getXml()
@NotNull public DetektReport getHtml()
@NotNull public DetektReport getTxt()
@NotNull public java.util.List<io.gitlab.arturbosch.detekt.extensions.CustomDetektReport> getCustom()
public void xml(@NotNull
kotlin.jvm.functions.Function1<? super io.gitlab.arturbosch.detekt.extensions.DetektReport,kotlin.Unit> configure)
@NotNull public DetektReport xml(@NotNull groovy.lang.Closure<?> closure)
public void html(@NotNull
kotlin.jvm.functions.Function1<? super io.gitlab.arturbosch.detekt.extensions.DetektReport,kotlin.Unit> configure)
@NotNull public DetektReport html(@NotNull groovy.lang.Closure<?> closure)
public void txt(@NotNull
kotlin.jvm.functions.Function1<? super io.gitlab.arturbosch.detekt.extensions.DetektReport,kotlin.Unit> configure)
@NotNull public DetektReport txt(@NotNull groovy.lang.Closure<?> closure)
public void custom(@NotNull
kotlin.jvm.functions.Function1<? super io.gitlab.arturbosch.detekt.extensions.CustomDetektReport,kotlin.Unit> configure)
@NotNull public CustomDetektReport custom(@NotNull groovy.lang.Closure<?> closure)