Uses of Class
org.gitlab4j.api.models.ExternalStatusCheck
Packages that use ExternalStatusCheck
-
Uses of ExternalStatusCheck in org.gitlab4j.api
Methods in org.gitlab4j.api 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.gitlab4j.api 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.gitlab4j.api 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.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return ExternalStatusCheckMethods in org.gitlab4j.api.models with parameters of type ExternalStatusCheckModifier and TypeMethodDescriptionvoidExternalStatusCheckResult.setExternalStatusCheck(ExternalStatusCheck externalStatusCheck)