Package org.gitlab4j.api.models
Class Contributor
public class Contributor extends AbstractUser<Contributor>
This class models the object for a repository contributor.
See Contributors at GitLab.
-
Constructor Summary
Constructors Constructor Description Contributor() -
Method Summary
Modifier and Type Method Description IntegergetAdditions()IntegergetCommits()IntegergetDeletions()voidsetAdditions(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
-