Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for setHttpCaller (0.34 sec)

  1. platforms/documentation/docs/src/snippets/developingPlugins/testingPlugins/groovy/url-verifier-plugin/src/main/java/org/myorg/tasks/UrlVerify.java

                throw new GradleException(String.format("Failed to resolve url '%s'", url, e));
            }
    
            getLogger().quiet(String.format("Successfully resolved URL '%s'", url));
        }
    
        void setHttpCaller(HttpCaller httpCaller) {
            this.httpCaller = httpCaller;
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/developingPlugins/testingPlugins/kotlin/url-verifier-plugin/src/main/java/org/myorg/tasks/UrlVerify.java

                throw new GradleException(String.format("Failed to resolve url '%s'", url, e));
            }
    
            getLogger().quiet(String.format("Successfully resolved URL '%s'", url));
        }
    
        void setHttpCaller(HttpCaller httpCaller) {
            this.httpCaller = httpCaller;
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.2K bytes
    - Viewed (0)
Back to top