Class BitbucketServerAuthor
java.lang.Object
com.cloudbees.jenkins.plugins.bitbucket.server.client.branch.BitbucketServerAuthor
Represents the author information given by Bitbucket Server.
- Since:
- 2.2.14
- Author:
- Nikolas Falco
-
Constructor Details
-
BitbucketServerAuthor
public BitbucketServerAuthor()
-
-
Method Details
-
getName
Returns the author name provided by the commit.- Returns:
- the commit author name
-
setName
Sets the author name provided by the commit.- Parameters:
name
- the commit author name
-
getEmail
Returns the author email provided by the commit.- Returns:
- the commit author email
-
setEmail
Sets the author email provided by the commit.- Parameters:
email
- the commit author email
-