Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models |
Modifier and Type | Method and Description |
---|---|
ApplicationSettings |
ApplicationSettingsApi.updateApplicationSetting(Setting setting,
Object value)
Update a single application setting of the GitLab instance with the provided settings and value.
|
Modifier and Type | Method and Description |
---|---|
static Setting |
Setting.forValue(String value) |
static Setting |
Setting.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Setting[] |
Setting.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Object |
ApplicationSettings.addSetting(Setting setting,
Object value) |
Object |
ApplicationSettings.getSetting(Setting setting) |
Object |
ApplicationSettings.removeSetting(Setting setting) |
Copyright © 2019. All rights reserved.