Class HelloGetResourceAsStream

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

public class HelloGetResourceAsStream extends Object implements hudson.remoting.Callable<String, IOException>
Gets a single resource as a stream. This call uses Class.getResourceAsStream(java.lang.String) instead of access by URL like HelloGetResource does.
Author:
Kohsuke Kawaguchi
See Also:
  • Constructor Details

    • HelloGetResourceAsStream

      public HelloGetResourceAsStream()
  • Method Details