Uses of Interface
com.jcabi.github.Reference
-
Packages that use Reference Package Description com.jcabi.github Object Oriented Github API. -
-
Uses of Reference in com.jcabi.github
Methods in com.jcabi.github that return Reference Modifier and Type Method Description Reference
References. create(String ref, String sha)
Creates a reference.Reference
References. get(String identifier)
Get Reference by identifier.Methods in com.jcabi.github that return types with arguments of type Reference Modifier and Type Method Description Iterable<Reference>
References. heads()
Iterate references under "heads" sub-namespace.Iterable<Reference>
References. iterate()
Iterates all references.Iterable<Reference>
References. iterate(String subnamespace)
Iterates references in sub-namespace.Iterable<Reference>
References. tags()
Iterate references under "tags" sub-namespace.
-