Class GerritChecksRestApi

java.lang.Object
io.jenkins.plugins.gerritchecksapi.rest.GerritChecksRestApi
All Implemented Interfaces:
ExtensionPoint, Action, ModelObject, RootAction

@Extension public class GerritChecksRestApi extends Object implements RootAction
  • Constructor Details

    • GerritChecksRestApi

      public GerritChecksRestApi()
  • Method Details

    • getIconFileName

      public String getIconFileName()
      Specified by:
      getIconFileName in interface Action
    • getDisplayName

      public String getDisplayName()
      Specified by:
      getDisplayName in interface Action
      Specified by:
      getDisplayName in interface ModelObject
    • getUrlName

      public String getUrlName()
      Specified by:
      getUrlName in interface Action
    • getCheckRuns

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