Uses of Class
org.miaixz.bus.gitlab.models.ExternalStatusCheck
Packages that use ExternalStatusCheck
-
Uses of ExternalStatusCheck in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab that return ExternalStatusCheckModifier and TypeMethodDescriptionExternalStatusCheckApi.createExternalStatusCheck(Object projectIdOrPath, String name, String externalUrl, List<Long> protectedBranchIds) Creates a new external status check.ExternalStatusCheckApi.createExternalStatusCheck(Object projectIdOrPath, ExternalStatusCheck externalStatusCheck) Creates a new external status check using the information contained in the provided ExternalStatusCheck instance.ExternalStatusCheckApi.updateExternalStatusCheck(Object projectIdOrPath, Long checkId, String name, String externalUrl, List<Long> protectedBranchIds) Updates an existing external status check.ExternalStatusCheckApi.updateExternalStatusCheck(Object projectIdOrPath, ExternalStatusCheck externalStatusCheck) Updates an external status check using the information contained in the provided ExternalStatusCheck instance.Methods in org.miaixz.bus.gitlab that return types with arguments of type ExternalStatusCheckModifier and TypeMethodDescriptionExternalStatusCheckApi.getExternalStatusChecks(Object projectIdOrPath) Gets a list of all external status checks for a given project.ExternalStatusCheckApi.getExternalStatusChecks(Object projectIdOrPath, int itemsPerPage) Gets a Pager of all external status checks for a given project.ExternalStatusCheckApi.getExternalStatusChecksStream(Object projectIdOrPath) Gets a Stream of all external status checks for a given project.Methods in org.miaixz.bus.gitlab with parameters of type ExternalStatusCheckModifier and TypeMethodDescriptionExternalStatusCheckApi.createExternalStatusCheck(Object projectIdOrPath, ExternalStatusCheck externalStatusCheck) Creates a new external status check using the information contained in the provided ExternalStatusCheck instance.ExternalStatusCheckApi.updateExternalStatusCheck(Object projectIdOrPath, ExternalStatusCheck externalStatusCheck) Updates an external status check using the information contained in the provided ExternalStatusCheck instance. -
Uses of ExternalStatusCheck in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return ExternalStatusCheckMethods in org.miaixz.bus.gitlab.models with parameters of type ExternalStatusCheckModifier and TypeMethodDescriptionvoidExternalStatusCheckResult.setExternalStatusCheck(ExternalStatusCheck externalStatusCheck)