Interface ResilientKotlinDslScriptsModel


@Incubating public interface ResilientKotlinDslScriptsModel
Resilient version of KotlinDslScriptsModel that can handle missing or incomplete script models.
Since:
9.3.0
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable Failure
    Returns the failure that occurred while trying to retrieve the model.
    Returns the model for Kotlin DSL scripts.
  • Method Details