Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for AuthenticationInternal$HostAndPort (0.32 sec)

  1. platforms/software/resources-http/src/main/java/org/gradle/internal/resource/transport/http/HttpClientConfigurer.java

                Collection<AuthenticationInternal.HostAndPort> hostsForAuthentication = authenticationInternal.getHostsForAuthentication();
                assert !hostsForAuthentication.isEmpty() : "Credentials and authentication required for a HTTP repository, but no hosts were defined for the authentication?";
    
                for (AuthenticationInternal.HostAndPort hostAndPort : hostsForAuthentication) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 18.5K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.internal.authentication.AllSchemesAuthentication> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (AllSchemesAuthentication.java:0)
    Class <org.gradle.internal.authentication.AuthenticationInternal$HostAndPort> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (AuthenticationInternal.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top