Class BitbucketPullRequestCommit
java.lang.Object
com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestCommit
- All Implemented Interfaces:
BitbucketCommit
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BitbucketPullRequestCommit
public BitbucketPullRequestCommit()
-
-
Method Details
-
getHash
- Specified by:
getHash
in interfaceBitbucketCommit
- Returns:
- the commit hash (complete, not reduced)
-
setHash
-
getAuthor
Description copied from interface:BitbucketCommit
Returns the head commit author for this branch.- Specified by:
getAuthor
in interfaceBitbucketCommit
- Returns:
- the head commit author of this branch
-
setAuthor
-
getMessage
- Specified by:
getMessage
in interfaceBitbucketCommit
- Returns:
- commit message
-
setMessage
-
getDate
- Specified by:
getDate
in interfaceBitbucketCommit
- Returns:
- the commit date in ISO format
-
setDate
-
getDateMillis
public long getDateMillis()- Specified by:
getDateMillis
in interfaceBitbucketCommit
- Returns:
- commit time in milliseconds (Java timestamp)
-