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 class
Hook.Smart
Smart Hook with extra features.Methods in com.jcabi.github that return Hook Modifier and Type Method Description Hook
Hooks. create(String name, Map<String,String> config, Iterable<Event> events, boolean active)
Create new hook.Hook
Hooks. 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.
-