| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHContentUpdateResponse |
GHContentBuilder.commit()
Commits a new content.
|
GHContentUpdateResponse |
GHRepository.createContent(byte[] contentBytes,
String commitMessage,
String path)
Deprecated.
|
GHContentUpdateResponse |
GHRepository.createContent(byte[] contentBytes,
String commitMessage,
String path,
String branch)
Deprecated.
|
GHContentUpdateResponse |
GHRepository.createContent(String content,
String commitMessage,
String path)
Deprecated.
|
GHContentUpdateResponse |
GHRepository.createContent(String content,
String commitMessage,
String path,
String branch)
Deprecated.
|
GHContentUpdateResponse |
GHContent.delete(String message)
Delete gh content update response.
|
GHContentUpdateResponse |
GHContent.delete(String commitMessage,
String branch)
Delete gh content update response.
|
GHContentUpdateResponse |
GHContent.update(byte[] newContentBytes,
String commitMessage)
Update gh content update response.
|
GHContentUpdateResponse |
GHContent.update(byte[] newContentBytes,
String commitMessage,
String branch)
Update gh content update response.
|
GHContentUpdateResponse |
GHContent.update(String newContent,
String commitMessage)
Update gh content update response.
|
GHContentUpdateResponse |
GHContent.update(String newContent,
String commitMessage,
String branch)
Update gh content update response.
|
Copyright © 2020. All rights reserved.