Class RepositoryHookContext
java.lang.Object
com.atlassian.bitbucket.hook.repository.RepositoryHookContext
- Direct Known Subclasses:
PostRepositoryHookContext
,PreRepositoryHookContext
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
RepositoryHookContext
public RepositoryHookContext(@Nonnull com.atlassian.bitbucket.setting.Settings settings)
-
-
Method Details
-
getSettings
@Nonnull public com.atlassian.bitbucket.setting.Settings getSettings()- Returns:
- the hook
Settings
. If the hook has not been configured, empty settings are returned.
-