Package | Description |
---|---|
com.jcabi.github |
Object Oriented Github API.
|
Modifier and Type | Method and Description |
---|---|
Reference |
References.create(String ref,
String sha)
Creates a reference.
|
Reference |
References.get(String identifier)
Get Reference by identifier.
|
Modifier and Type | Method and 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.
|
Copyright © 2012–2014 jcabi.com. All rights reserved.