public interface RepositoryHook
Modifier and Type | Method and Description |
---|---|
RepositoryHookDetails |
getDetails() |
Scope |
getScope() |
boolean |
isConfigured() |
boolean |
isEnabled() |
@Nonnull RepositoryHookDetails getDetails()
@Nonnull Scope getScope()
boolean isEnabled()
true
if this hook has been enabled, false
otherwiseboolean isConfigured()
true
if settings have been previously stored for this hook and scope
false
otherwise.Copyright © 2022 Atlassian. All rights reserved.