Class BitbucketCloudAuthor


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

      • BitbucketCloudAuthor

        public BitbucketCloudAuthor()
    • Method Detail

      • getRaw

        public String getRaw()
        Returns the raw author string provided by the commit.
        Returns:
        the commit author, typically in the form <name> <email>
      • setRaw

        public void setRaw​(String raw)
        Sets the raw author string provided by the commit.
        Parameters:
        raw - the commit author