Package org.gitlab4j.api.models
Class Contributor
This class models the object for a repository contributor.
See Contributors at GitLab.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAdditions(Integer additions) voidsetCommits(Integer commits) voidsetDeletions(Integer deletions) Methods inherited from class org.gitlab4j.api.models.AbstractUser
getAvatarUrl, getCreatedAt, getEmail, getId, getName, getState, getUsername, getWebUrl, setAvatarUrl, setCreatedAt, setEmail, setId, setName, setState, setUsername, setWebUrl, toString, withAvatarUrl, withCreatedAt, withEmail, withId, withName, withState, withUsername, withWebUrl
-
Constructor Details
-
Contributor
public Contributor()
-
-
Method Details
-
getCommits
-
setCommits
-
getAdditions
-
setAdditions
-
getDeletions
-
setDeletions
-