Uses of Class
org.gitlab4j.api.models.Owner
-
Packages that use Owner Package Description org.gitlab4j.api.models -
-
Uses of Owner in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return Owner Modifier and Type Method Description Owner
PipelineSchedule. getOwner()
Owner
Project. getOwner()
Methods in org.gitlab4j.api.models with parameters of type Owner Modifier and Type Method Description void
PipelineSchedule. setOwner(Owner owner)
void
Project. setOwner(Owner owner)
-