Uses of Interface
com.jcabi.github.Hook
-
Packages that use Hook Package Description com.jcabi.github Object Oriented Github API. -
-
Uses of Hook in com.jcabi.github
Classes in com.jcabi.github that implement Hook Modifier and Type Class Description static classHook.SmartSmart Hook with extra features.Methods in com.jcabi.github that return Hook Modifier and Type Method Description HookHooks. create(String name, Map<String,String> config, Iterable<Event> events, boolean active)Create new hook.HookHooks. get(int number)Get specific hook by number.Methods in com.jcabi.github that return types with arguments of type Hook Modifier and Type Method Description Iterable<Hook>Hooks. iterate()Iterate them all.Constructors in com.jcabi.github with parameters of type Hook Constructor Description Smart(Hook hoo)Public ctor.
-