Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for ExtraInfo (0.46 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/DefaultMetadataProviderTest.groovy

        def "can provide Ivy descriptor"() {
            given:
            def extraInfo = [:]
            extraInfo.put(new NamespaceId("baz", "foo"), "extraInfoValue")
    
            def metaData = Stub(IvyModuleResolveMetadata)
            metaData.status >> "test"
            metaData.branch >> "branchValue"
            metaData.extraAttributes >> ImmutableMap.copyOf(extraInfo)
    
            def componentState = Stub(ModuleComponentGraphResolveState)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 17:38:42 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  2. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/server/health/HealthExpirationStrategy.java

            String reason = Joiner.on(" and ").join(reasons);
            if (shouldPrintLog(expirationStatus)) {
    
                String when = expirationStatus == GRACEFUL_EXPIRE ? "after the build" : "immediately";
                String extraInfo = expirationStatus == GRACEFUL_EXPIRE
                    ? "The daemon will restart for the next build, which may increase subsequent build times"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:38 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.30.md

    - Node podresources API now includes init containers with containerRestartPolicy of `Always` when `SidecarContainers` feature is enabled....
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
Back to top