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 Author
Comment. getAuthor()
Author
Commit. getAuthor()
Author
CommitStatus. getAuthor()
Author
Epic. getAuthor()
Author
Event. getAuthor()
Author
Issue. getAuthor()
Author
MergeRequest. getAuthor()
Author
Note. getAuthor()
Author
Snippet. getAuthor()
Methods in org.gitlab4j.api.models with parameters of type Author Modifier and Type Method Description void
Comment. setAuthor(Author author)
void
Commit. setAuthor(Author author)
void
CommitStatus. setAuthor(Author author)
void
Epic. setAuthor(Author author)
void
Event. setAuthor(Author author)
void
Issue. setAuthor(Author author)
void
MergeRequest. setAuthor(Author author)
void
Note. setAuthor(Author author)
void
Snippet. setAuthor(Author author)
Commit
Commit. withAuthor(Author author)
Epic
Epic. withAuthor(Author author)
Event
Event. 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 Author
EventCommit. getAuthor()
Methods in org.gitlab4j.api.webhook with parameters of type Author Modifier and Type Method Description void
EventCommit. setAuthor(Author author)
-