| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHRef |
GHRepository.createRef(java.lang.String name,
java.lang.String sha)
Creates a named ref, such as tag, branch, etc.
|
GHRef |
GHRepository.getRef(java.lang.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(java.lang.String refType)
Retrieves all refs of the given type for the current GitHub repository.
|
Copyright © 2016. All Rights Reserved.