All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.avito.android.diff.ReportCodeOwnershipExtension.kt Maven / Gradle / Ivy

package com.avito.android.diff

import com.avito.android.diff.comparator.OwnersComparator
import com.avito.android.diff.formatter.OwnersDiffMessageFormatter
import com.avito.android.diff.provider.OwnersProvider
import com.avito.android.diff.report.OwnersDiffReportDestination
import org.gradle.api.provider.Property

public abstract class ReportCodeOwnershipExtension {

    public abstract val expectedOwnersProvider: Property

    public abstract val actualOwnersProvider: Property

    public abstract val diffReportDestination: Property

    public abstract val comparator: Property

    public abstract val messageFormatter: Property
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy