Class BitbucketServerAuthor


  • public class BitbucketServerAuthor
    extends Object
    Represents the author information given by Bitbucket Server.
    Since:
    2.2.14
    Author:
    Nikolas Falco
    • Constructor Detail

      • BitbucketServerAuthor

        public BitbucketServerAuthor()
    • Method Detail

      • getName

        public String getName()
        Returns the author name provided by the commit.
        Returns:
        the commit author name
      • setName

        public void setName​(String name)
        Sets the author name provided by the commit.
        Parameters:
        name - the commit author name
      • getEmail

        public String getEmail()
        Returns the author email provided by the commit.
        Returns:
        the commit author email
      • setEmail

        public void setEmail​(String email)
        Sets the author email provided by the commit.
        Parameters:
        email - the commit author email