Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models | |
org.gitlab4j.api.utils |
Modifier and Type | Method and Description |
---|---|
static Constants.Encoding |
Constants.Encoding.forValue(String value) |
static Constants.Encoding |
Constants.Encoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.Encoding[] |
Constants.Encoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Constants.Encoding |
RepositoryFile.getEncoding() |
Constants.Encoding |
CommitAction.getEncoding() |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryFile.setEncoding(Constants.Encoding encoding) |
void |
CommitAction.setEncoding(Constants.Encoding encoding) |
CommitAction |
CommitAction.withEncoding(Constants.Encoding encoding) |
CommitAction |
CommitAction.withFileContent(File file,
String filePath,
Constants.Encoding encoding) |
CommitAction |
CommitAction.withFileContent(String filePath,
Constants.Encoding encoding) |
Modifier and Type | Method and Description |
---|---|
static String |
FileUtils.getFileContentAsString(File file,
Constants.Encoding encoding)
Reads the content of a File instance and returns it as a String of either text or base64 encoded text.
|
Copyright © 2019. All rights reserved.