java.lang.Object
com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerAuthor

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

    • BitbucketServerAuthor

      public BitbucketServerAuthor()
  • Method Details

    • 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