Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method and Description |
---|---|
License |
LicenseApi.addLicense(String licenseString)
Add a new license.
|
License |
LicenseApi.deleteLicense(Integer licenseId)
Deletes a license.
|
License |
LicenseApi.getLicense()
Retrieve information about the current license.
|
Modifier and Type | Method and Description |
---|---|
List<License> |
LicenseApi.getAllLicenses()
Retrieve information about all licenses.
|
Pager<License> |
LicenseApi.getAllLicenses(int itemsPerPage)
Get a Pager of all licenses.
|
Stream<License> |
LicenseApi.getAllLicensesStream()
Get a Stream of all licenses.
|
Optional<License> |
LicenseApi.getOptionalLicense()
Retrieve information about the current license as the value of an Optional.
|
Copyright © 2019. All rights reserved.