Uses of Class
org.gitlab4j.api.models.Setting
Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models |
-
Uses of Setting in org.gitlab4j.api
Methods in org.gitlab4j.api with parameters of type Setting Modifier and Type Method Description ApplicationSettings
ApplicationSettingsApi. updateApplicationSetting(Setting setting, Object value)
Update a single application setting of the GitLab instance with the provided settings and value. -
Uses of Setting in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return Setting Modifier and Type Method 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.Methods in org.gitlab4j.api.models with parameters of type Setting Modifier and Type Method Description Object
ApplicationSettings. addSetting(Setting setting, Object value)
Object
ApplicationSettings. getSetting(Setting setting)
Object
ApplicationSettings. removeSetting(Setting setting)