Interface BitbucketBranch
- All Known Implementing Classes:
BitbucketCloudBranch
,BitbucketServerBranch
public interface BitbucketBranch
Bitbucket Branch.
It's used to represent branches to be built and source branches for pull requests.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the head commit author for this branch.long
Returns the head commit message for this branch.getName()
-
Method Details
-
getRawNode
String getRawNode()- Returns:
- the head commit node of this branch
-
getName
String getName()- Returns:
- the branch name
-
getDateMillis
long getDateMillis()- Returns:
- the commit milliseconds from epoch
-
getMessage
String getMessage()Returns the head commit message for this branch.- Returns:
- the head commit message of this branch
- Since:
- 2.2.14
-
getAuthor
String getAuthor()Returns the head commit author for this branch.- Returns:
- the head commit author of this branch
- Since:
- 2.2.14
-