Class GerritChecksRestApi
java.lang.Object
io.jenkins.plugins.gerritchecksapi.rest.GerritChecksRestApi
- All Implemented Interfaces:
ExtensionPoint,Action,ModelObject,RootAction
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.kohsuke.stapler.json.JsonHttpResponsegetCheckRuns(int change, int patchset) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.model.RootAction
getBadge, isPrimaryAction
-
Constructor Details
-
GerritChecksRestApi
public GerritChecksRestApi()
-
-
Method Details
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
- Specified by:
getUrlNamein interfaceAction
-
getCheckRuns
@GET @WebMethod(name="runs") public org.kohsuke.stapler.json.JsonHttpResponse getCheckRuns(@QueryParameter(required=true) int change, @QueryParameter(required=true) int patchset)
-