public class BitbucketPullRequestCommit extends Object implements BitbucketCommit
Constructor and Description |
---|
BitbucketPullRequestCommit() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Returns the head commit author for this branch.
|
String |
getDate() |
long |
getDateMillis() |
String |
getHash() |
String |
getMessage() |
void |
setAuthor(String author) |
void |
setDate(Date date) |
void |
setHash(String hash) |
void |
setMessage(String message) |
public String getHash()
getHash
in interface BitbucketCommit
public void setHash(String hash)
public String getAuthor()
BitbucketCommit
getAuthor
in interface BitbucketCommit
public void setAuthor(String author)
public String getMessage()
getMessage
in interface BitbucketCommit
public void setMessage(String message)
public String getDate()
getDate
in interface BitbucketCommit
public void setDate(Date date)
public long getDateMillis()
getDateMillis
in interface BitbucketCommit
Copyright © 2016–2022. All rights reserved.