Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ScenarioBuildResultData (0.43 sec)

  1. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/results/PerformanceTestExecutionResult.groovy

    import com.fasterxml.jackson.annotation.JsonIgnoreProperties
    
    /**
     * Represents a result of single performance test execution, deserialized from JSON result.
     *
     * @see gradlebuild.performance.ScenarioBuildResultData
     */
    @JsonIgnoreProperties(ignoreUnknown = true)
    class PerformanceTestExecutionResult {
        public static final String STATUS_SUCCESS = "SUCCESS"
        public static final String STATUS_FAILURE = "FAILURE"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.7K bytes
    - Viewed (0)
Back to top