Interface Branch
- All Superinterfaces:
MinimalRef,Ref
A
Ref denoting a branch in the repository.-
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether this branch is the default branch for the repository.Methods inherited from interface com.atlassian.bitbucket.repository.MinimalRef
getDisplayId, getId, getTypeMethods inherited from interface com.atlassian.bitbucket.repository.Ref
getLatestCommit
-
Method Details
-
getIsDefault
boolean getIsDefault()Indicates whether this branch is the default branch for the repository.- Returns:
truefor the default branch; otherwise,false
-