Class Contributor


public class Contributor extends AbstractUser<Contributor>
This class models the object for a repository contributor. See Contributors at GitLab.
  • Constructor Details

    • Contributor

      public Contributor()
  • Method Details

    • getCommits

      public Integer getCommits()
    • setCommits

      public void setCommits(Integer commits)
    • getAdditions

      public Integer getAdditions()
    • setAdditions

      public void setAdditions(Integer additions)
    • getDeletions

      public Integer getDeletions()
    • setDeletions

      public void setDeletions(Integer deletions)