public class DetektReports
| Constructor and Description |
|---|
DetektReports(org.gradle.api.Project project) |
| Modifier and Type | Method and Description |
|---|---|
void |
custom(kotlin.jvm.functions.Function1<? super io.gitlab.arturbosch.detekt.extensions.CustomDetektReport,kotlin.Unit> configure) |
CustomDetektReport |
custom(groovy.lang.Closure<?> closure) |
java.util.List<io.gitlab.arturbosch.detekt.extensions.CustomDetektReport> |
getCustom() |
DetektReport |
getHtml() |
DetektReport |
getTxt() |
DetektReport |
getXml() |
void |
html(kotlin.jvm.functions.Function1<? super io.gitlab.arturbosch.detekt.extensions.DetektReport,kotlin.Unit> configure) |
DetektReport |
html(groovy.lang.Closure<?> closure) |
void |
txt(kotlin.jvm.functions.Function1<? super io.gitlab.arturbosch.detekt.extensions.DetektReport,kotlin.Unit> configure) |
DetektReport |
txt(groovy.lang.Closure<?> closure) |
void |
xml(kotlin.jvm.functions.Function1<? super io.gitlab.arturbosch.detekt.extensions.DetektReport,kotlin.Unit> configure) |
DetektReport |
xml(groovy.lang.Closure<?> closure) |
@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)