Uses of Class
org.gitlab4j.api.models.Epic
Packages that use Epic
-
Uses of Epic in org.gitlab4j.api
Methods in org.gitlab4j.api that return EpicModifier and TypeMethodDescriptionEpicsApi.createEpic
(Object groupIdOrPath, String title, String labels, String description, Date startDate, Date endDate) Creates a new epic.EpicsApi.createEpic
(Object groupIdOrPath, Epic epic) Creates a new epic using the information contained in the provided Epic instance.Get a single epic for the specified group.EpicsApi.updateEpic
(Object groupIdOrPath, Long epicIid, String title, String labels, String description, Date startDate, Date endDate) Updates an existing epic.EpicsApi.updateEpic
(Object groupIdOrPath, Long epicIid, Epic epic) Updates an epic using the information contained in the provided Epic instance.Methods in org.gitlab4j.api that return types with arguments of type EpicModifier and TypeMethodDescriptionGets all epics of the requested group and its subgroups.Get a Pager of all epics of the requested group and its subgroups.Gets all epics of the requested group and its subgroups using the specified page and per page setting.EpicsApi.getEpics
(Object groupIdOrPath, Long authorId, String labels, Constants.EpicOrderBy orderBy, Constants.SortOrder sortOrder, String search) Gets all epics of the requested group and its subgroups.EpicsApi.getEpics
(Object groupIdOrPath, Long authorId, String labels, Constants.EpicOrderBy orderBy, Constants.SortOrder sortOrder, String search, int itemsPerPage) Get a Pager of all epics of the requested group and its subgroups.EpicsApi.getEpics
(Object groupIdOrPath, Long authorId, String labels, Constants.EpicOrderBy orderBy, Constants.SortOrder sortOrder, String search, int page, int perPage) Gets all epics of the requested group and its subgroups using the specified page and per page setting.EpicsApi.getEpicsStream
(Object groupIdOrPath) Gets all epics of the requested group and its subgroups as a Stream.EpicsApi.getEpicsStream
(Object groupIdOrPath, Long authorId, String labels, Constants.EpicOrderBy orderBy, Constants.SortOrder sortOrder, String search) Gets all epics of the requested group and its subgroups as a Stream.EpicsApi.getOptionalEpic
(Object groupIdOrPath, Long epicIid) Get an Optional instance with the value for the specific Epic.Methods in org.gitlab4j.api with parameters of type EpicModifier and TypeMethodDescriptionEpicsApi.createEpic
(Object groupIdOrPath, Epic epic) Creates a new epic using the information contained in the provided Epic instance.EpicsApi.updateEpic
(Object groupIdOrPath, Long epicIid, Epic epic) Updates an epic using the information contained in the provided Epic instance. -
Uses of Epic in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return EpicMethods in org.gitlab4j.api.models with parameters of type Epic