Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 167 for reportDir (0.52 sec)

  1. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/fixture/CompositeDataReporter.java

            }
            for (DataReporter<CrossVersionPerformanceResults> reporter : reporters) {
                reporter.report(results);
            }
        }
    
        @Override
        public void close() throws IOException {
            for (DataReporter<CrossVersionPerformanceResults> reporter : reporters) {
                reporter.close();
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  2. platforms/jvm/jvm-services/src/test/groovy/org/gradle/internal/jvm/inspection/ReportingJvmMetadataDetectorTest.groovy

            def location = InstallationLocation.userDefined(new File("jdkHome"), "test")
            def metadata = Mock(JvmInstallationMetadata)
            def reporter = Mock(BiConsumer)
            def delegate = Mock(JvmMetadataDetector)
    
            def detector = new ReportingJvmMetadataDetector(delegate, reporter)
    
            when:
            def actual1 = detector.getMetadata(location)
            def actual2 = detector.getMetadata(location)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 18:25:34 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/preflight/checks_linux.go

    	}
    	return warnings, errorList
    }
    
    // addOSValidator adds a new OSValidator
    func addOSValidator(validators []system.Validator, reporter *system.StreamReporter) []system.Validator {
    	validators = append(validators, &system.OSValidator{Reporter: reporter}, &system.CgroupsValidator{Reporter: reporter})
    	return validators
    }
    
    // addIPv6Checks adds IPv6 related checks
    func addIPv6Checks(checks []Checker) []Checker {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 06:58:01 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  4. platforms/core-runtime/launcher/src/test/groovy/org/gradle/launcher/cli/ExceptionReportingActionTest.groovy

        final Action<ExecutionListener> target = Mock()
        final ExecutionListener listener = Mock()
        final Action<Throwable> reporter = Mock()
        final LoggingOutputInternal loggingOutput = Mock()
        final ExceptionReportingAction action = new ExceptionReportingAction(reporter, loggingOutput, target)
    
        def "executes Action"() {
            when:
            action.execute(listener)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 3K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/java/customDirs/kotlin/build.gradle.kts

    java.testResultsDir = layout.buildDirectory.dir("my-test-results")
    
    tasks.register("showDirs") {
        val rootDir = project.rootDir
        val reportsDir = project.reporting.baseDirectory
        val testResultsDir = project.java.testResultsDir
    
        doLast {
            logger.quiet(rootDir.toPath().relativize(reportsDir.get().asFile.toPath()).toString())
            logger.quiet(rootDir.toPath().relativize(testResultsDir.get().asFile.toPath()).toString())
        }
    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  6. pilot/pkg/status/distribution/report.go

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    package distribution
    
    import (
    	"gopkg.in/yaml.v2"
    )
    
    type Report struct {
    	Reporter            string         `json:"reporter"`
    	DataPlaneCount      int            `json:"dataPlaneCount"`
    	InProgressResources map[string]int `json:"inProgressResources"`
    }
    
    func ReportFromYaml(content []byte) (Report, error) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 17 12:28:05 UTC 2021
    - 971 bytes
    - Viewed (0)
  7. tests/integration/telemetry/policy/traffic_registry_only_test.go

    		{
    			Name:     "HTTP Traffic",
    			PortName: "http",
    			Expected: Expected{
    				Query: prometheus.Query{
    					Metric:      "istio_requests_total",
    					Aggregation: "sum",
    					Labels: map[string]string{
    						"reporter":                 "source",
    						"destination_service_name": "BlackHoleCluster",
    						"response_code":            "502",
    					},
    				},
    				StatusCode: http.StatusBadGateway,
    			},
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 18 18:03:23 UTC 2022
    - 3.3K bytes
    - Viewed (0)
  8. platforms/jvm/jacoco/src/main/java/org/gradle/testing/jacoco/plugins/JacocoPlugin.java

            ));
            DirectoryProperty reportsDir = extension.getReportsDirectory();
            reportTask.getReports().all(action(report -> {
                if (report.getOutputType().equals(Report.OutputType.DIRECTORY)) {
                    ((DirectoryReport)report).getOutputLocation().convention(reportsDir.dir(reportTask.getName() + "/" + report.getName()));
                } else {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 21:09:25 UTC 2023
    - 14K bytes
    - Viewed (0)
  9. manifests/addons/dashboards/istio-mesh-dashboard.json

            {
              "datasource": {
                "type": "prometheus",
                "uid": "${datasource}"
              },
              "expr": "sum(rate(istio_requests_total{reporter=\"source\", response_code!~\"5.*\"}[1m])) / sum(rate(istio_requests_total{reporter=\"source\"}[1m]))",
              "format": "time_series",
              "intervalFactor": 1,
              "refId": "A",
              "step": 4
            }
          ],
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 02:28:01 UTC 2024
    - 46.4K bytes
    - Viewed (0)
  10. platforms/ide/problems-api/src/main/java/org/gradle/api/problems/internal/InternalProblems.java

    import org.gradle.api.problems.Problems;
    
    public interface InternalProblems extends Problems {
    
        /**
         * Returns a reporter then provides additional problem service functionality specific for Gradle internals.
         * <p>
         *
         * @return The reporter.
         */
        InternalProblemReporter getInternalReporter();
    
        Multimap<Throwable, Problem> getProblemsForThrowables();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 11:17:11 UTC 2024
    - 1.1K bytes
    - Viewed (0)
Back to top