Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getCollectedProblems (0.13 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/AbstractIntegrationSpec.groovy

         *
         * @return The list of collected problems
         * @throws IllegalStateException if the Problems API check is not enabled
         */
        List<ReceivedProblem> getCollectedProblems() {
            if (!enableProblemsApiCheck) {
                throw new IllegalStateException('Problems API check is not enabled')
            }
            return buildOperationsFixture.all().collectMany {operation ->
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:07:53 UTC 2024
    - 32.9K bytes
    - Viewed (0)
Back to top