Uses of Class
org.gitlab4j.api.models.ProjectFetches
Package | Description |
---|---|
org.gitlab4j.api |
-
Uses of ProjectFetches in org.gitlab4j.api
Methods in org.gitlab4j.api that return ProjectFetches Modifier and Type Method Description ProjectFetches
ProjectApi. getProjectStatistics(Object projectIdOrPath)
Get the project fetch statistics for the last 30 days.Methods in org.gitlab4j.api that return types with arguments of type ProjectFetches Modifier and Type Method Description Optional<ProjectFetches>
ProjectApi. getOptionalProjectStatistics(Object projectIdOrPath)
Get an Optional instance with the value for the project fetch statistics for the last 30 days.