Class BitbucketCloudAuthor
java.lang.Object
com.cloudbees.jenkins.plugins.bitbucket.client.branch.BitbucketCloudAuthor
Represents the author information given by Bitbucket Cloud.
- Since:
- 2.2.14
- Author:
- Nikolas Falco
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BitbucketCloudAuthor
public BitbucketCloudAuthor()
-
-
Method Details
-
getRaw
Returns the raw author string provided by the commit.- Returns:
- the commit author, typically in the form <name> <email>
-
setRaw
Sets the raw author string provided by the commit.- Parameters:
raw
- the commit author
-