Class JavaScriptMethodContext

java.lang.Object
org.kohsuke.stapler.JavaScriptMethodContext

public final class JavaScriptMethodContext extends Object
Function.contextualize(Object) parameter that indicates the function is called to serve JavaScript method invocation from a proxy.
Author:
Kohsuke Kawaguchi
See Also:
  • Method Details

    • getName

      public String getName()
      Name of the web method. "" for index route.