JacocoOptions

@Incubating
public interface JacocoOptions extends TestCoverage


DSL object for configuring JaCoCo settings.

Summary

Public methods

abstract @NonNull String

The version of JaCoCo to use.

abstract void

The version of JaCoCo to use.

Inherited methods

From com.android.build.api.dsl.TestCoverage
abstract @NonNull String

The version of JaCoCo to use.

abstract void

The version of JaCoCo to use.

Public methods

getVersion

abstract @NonNull String getVersion()

The version of JaCoCo to use.

setVersion

abstract void setVersion(@NonNull String version)

The version of JaCoCo to use.