Interface UserInfo.Builder

    • Method Detail

      • name

        UserInfo.Builder name​(String name)

        The name of the user who made the specified commit.

        Parameters:
        name - The name of the user who made the specified commit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • email

        UserInfo.Builder email​(String email)

        The email address associated with the user who made the commit, if any.

        Parameters:
        email - The email address associated with the user who made the commit, if any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • date

        UserInfo.Builder date​(String date)

        The date when the specified commit was commited, in timestamp format with GMT offset.

        Parameters:
        date - The date when the specified commit was commited, in timestamp format with GMT offset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.