Package test

Class HelloGetResource

java.lang.Object
test.HelloGetResource
All Implemented Interfaces:
hudson.remoting.Callable<String,IOException>, Serializable, org.jenkinsci.remoting.RoleSensitive

public class HelloGetResource extends Object implements hudson.remoting.Callable<String,IOException>
Gets a single resource as a string. This method retrieves resource URL and then uses low-level methods to read it.
Author:
Kohsuke Kawaguchi
See Also:
  • Constructor Details

    • HelloGetResource

      @Deprecated public HelloGetResource()
      Deprecated.
    • HelloGetResource

      public HelloGetResource(boolean useCaches)
      Constructor.
      Parameters:
      useCaches - If false, caching in the URLConnection will be disabled. A default value will be used otherwise.
      Since:
      1.1
  • Method Details