Class GerritChecksRestApi

    • Constructor Detail

      • GerritChecksRestApi

        public GerritChecksRestApi()
    • Method Detail

      • getCheckRuns

        @GET
        @WebMethod(name="runs")
        public org.kohsuke.stapler.json.JsonHttpResponse getCheckRuns​(@QueryParameter(required=true)
                                                                      int change,
                                                                      @QueryParameter(required=true)
                                                                      int patchset)