| Package | Description |
|---|---|
| org.gitlab4j.api |
| Modifier and Type | Method and 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.
|
Copyright © 2021. All rights reserved.