Add source/target branch SHA

This commit is contained in:
Stan Hu 2018-06-25 23:12:28 -07:00
parent 046a5e398d
commit 14d0bd5913
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ module BitbucketServer
end
def source_branch_sha
# XXX Not implemented?
source_branch['latestCommit']
end
def target_branch_name
@ -48,7 +48,7 @@ module BitbucketServer
end
def target_branch_sha
# XXX Not implemented?
target_branch['latestCommit']
end
private