| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHRef |
GHRepository.createRef(String name,
String sha)
Creates a named ref, such as tag, branch, etc.
|
GHRef |
GHRepository.getRef(String refName)
Retrive a ref of the given type for the current GitHub repository.
|
GHRef[] |
GHRepository.getRefs()
Retrieves all refs for the github repository.
|
GHRef[] |
GHRepository.getRefs(String refType)
Retrieves all refs of the given type for the current GitHub repository.
|
| Modifier and Type | Method and Description |
|---|---|
PagedIterable<GHRef> |
GHRepository.listRefs()
Retrieves all refs for the github repository.
|
PagedIterable<GHRef> |
GHRepository.listRefs(String refType)
Retrieves all refs of the given type for the current GitHub repository.
|
Copyright © 2017. All rights reserved.