com.atlassian.bitbucket.hook.repository.MergeHookRequest |
Known Indirect Subclasses
|
Class Overview
Request that is provided to repository-hook
plugin modules when two branches are merged in a repository.
Public Methods
@Nonnull
public
Optional<String>
getMergeHash
()
@Nonnull
public
Optional<String>
getMessage
()
@Nonnull
public
Optional<String>
getStrategyId
()
public
boolean
isCrossRepository
()
Returns
true
if the from-ref
and the to-ref
are in different
repositories, otherwise false