Interface GradleVersionCoverageTestingStrategy

    • Method Detail

      • getVersion

        java.lang.String getVersion()
        Returns the Gradle version this testing strategy covers.
        Returns:
        Gradle version coverage, never null
      • isLatestGlobalAvailable

        boolean isLatestGlobalAvailable()
        Returns true if the Gradle version of this testing strategy is the latest Global Available (GA) according to current version metadata.
        Returns:
        true if this testing strategy is for the latest GA version
      • isLatestNightly

        boolean isLatestNightly()
        Returns true if the Gradle version of this testing strategy is the latest Global Available (GA) according to latest nightly version metadata.
        Returns:
        true if this testing strategy is for the latest nightly version