Uses of Class
org.gitlab4j.api.models.Author
-
Packages that use Author Package Description org.gitlab4j.api.models org.gitlab4j.api.webhook -
-
Uses of Author in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return Author Modifier and Type Method Description AuthorComment. getAuthor()AuthorCommit. getAuthor()AuthorCommitStatus. getAuthor()AuthorEpic. getAuthor()AuthorEvent. getAuthor()AuthorIssue. getAuthor()AuthorMergeRequest. getAuthor()AuthorNote. getAuthor()AuthorSnippet. getAuthor()Methods in org.gitlab4j.api.models with parameters of type Author Modifier and Type Method Description voidComment. setAuthor(Author author)voidCommit. setAuthor(Author author)voidCommitStatus. setAuthor(Author author)voidEpic. setAuthor(Author author)voidEvent. setAuthor(Author author)voidIssue. setAuthor(Author author)voidMergeRequest. setAuthor(Author author)voidNote. setAuthor(Author author)voidSnippet. setAuthor(Author author)CommitCommit. withAuthor(Author author)EpicEpic. withAuthor(Author author)EventEvent. withAuthor(Author author) -
Uses of Author in org.gitlab4j.api.webhook
Methods in org.gitlab4j.api.webhook that return Author Modifier and Type Method Description AuthorEventCommit. getAuthor()Methods in org.gitlab4j.api.webhook with parameters of type Author Modifier and Type Method Description voidEventCommit. setAuthor(Author author)
-