Uses of Class
org.gitlab4j.api.Constants.PackageStatus
| Package | Description |
|---|---|
| org.gitlab4j.api | |
| org.gitlab4j.api.models |
-
Uses of Constants.PackageStatus in org.gitlab4j.api
Methods in org.gitlab4j.api that return Constants.PackageStatus Modifier and Type Method Description static Constants.PackageStatusConstants.PackageStatus. forValue(String value)static Constants.PackageStatusConstants.PackageStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Constants.PackageStatus[]Constants.PackageStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Constants.PackageStatus in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models with parameters of type Constants.PackageStatus Modifier and Type Method Description PackageFilterPackageFilter. withStatus(Constants.PackageStatus status)Filter the returned packages by status.