Uses of Class
org.miaixz.bus.gitlab.models.ExternalStatusCheckStatus
Packages that use ExternalStatusCheckStatus
-
Uses of ExternalStatusCheckStatus in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab that return types with arguments of type ExternalStatusCheckStatusModifier and TypeMethodDescriptionExternalStatusCheckApi.getExternalStatusCheckStatuses(Object projectIdOrPath, Long mergeRequestIid) Gets a list of all statuses of the external status checks for a given merge request.ExternalStatusCheckApi.getExternalStatusCheckStatuses(Object projectIdOrPath, Long mergeRequestIid, int itemsPerPage) Gets a Pager of all statuses of the external status checks for a given merge request.ExternalStatusCheckApi.getExternalStatusCheckStatusesStream(Object projectIdOrPath, Long mergeRequestIid) Gets a Stream of all statuses of the external status checks for a given merge request.