CompatibilityHandler

open class CompatibilityHandler @Inject constructor(factory: ObjectFactory)

A nested DSL structure which configures and lists the artifact details that are used for checking for compatibility issues between the local and remote artifact files.

Constructors

Link copied to clipboard
@Inject
fun CompatibilityHandler(factory: ObjectFactory)

Functions

Link copied to clipboard
fun artifact(action: Action<CompatibilityArtifact>)