Class BitbucketCloudAuthor

java.lang.Object
com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudAuthor

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

    • BitbucketCloudAuthor

      public BitbucketCloudAuthor()
  • Method Details

    • 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