Class JavaScriptProxy

java.lang.Object
io.jenkins.plugins.designlibrary.UISample
io.jenkins.plugins.designlibrary.JavaScriptProxy
All Implemented Interfaces:
ExtensionPoint, Action, Describable<UISample>, ModelObject

@Extension public class JavaScriptProxy extends UISample
"Export" Java objects to JavaScript in the browser as a proxy object, so that you can make ajax-calls to the server later.
Author:
Kohsuke Kawaguchi
  • Constructor Details

    • JavaScriptProxy

      public JavaScriptProxy()
  • Method Details