Class RemoteResultJsonApi

    • Constructor Detail

      • RemoteResultJsonApi

        public RemoteResultJsonApi()
    • Method Detail

      • getIconFileName

        public String getIconFileName()
        Since there is no HTML/Jelly rendering, no icons are needed.
        Specified by:
        getIconFileName in interface Action
      • getUrlName

        public String getUrlName()
        getUrlName() is the root of the JSON API. Each WebMethod in the class is prefixed by this.
        Specified by:
        getUrlName in interface Action
      • getResult

        @GET
        @WebMethod(name="result.json")
        public org.kohsuke.stapler.json.JsonHttpResponse getResult​(@QueryParameter
                                                                   String buildUrl)