Uses of Class
org.gitlab4j.api.models.Blame
| Package | Description |
|---|---|
| org.gitlab4j.api |
-
Uses of Blame in org.gitlab4j.api
Methods in org.gitlab4j.api that return types with arguments of type Blame Modifier and Type Method Description List<Blame>RepositoryFileApi. getBlame(Object projectIdOrPath, String filePath, String ref)Get a List of file blame from repository.Pager<Blame>RepositoryFileApi. getBlame(Object projectIdOrPath, String filePath, String ref, int itemsPerPage)Get a Pager of file blame from repository.Stream<Blame>RepositoryFileApi. getBlameStream(Object projectIdOrPath, String filePath, String ref)Get a Stream of file blame from repository.