| 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.
|
Copyright © 2015. All rights reserved.