Interface VcsUser

  • All Known Implementing Classes:
    VcsUserImpl

    public interface VcsUser
    Encapsulates information about a VcsUser - author or committer to the VCS.
    • Method Detail

      • getName

        @NotNull
        String getName()
      • getEmail

        @NotNull
        String getEmail()