ProjectsApi class

Constructors

ProjectsApi(GitLab _gitLab, int id)

Properties

commits CommitsApi
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
final
issues IssuesApi
no setter
jobs JobsApi
no setter
mergeRequests MergeRequestsApi
no setter
pipelines PipelinesApi
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snippets SnippetsApi
no setter

Methods

buildUri(Iterable<String> pathSegments, {Map<String, dynamic>? queryParameters, int? page, int? perPage}) Uri
issueDiscussions(Issue issue) IssueDiscussionsApi
Get the IssueDiscussionsApi for an issue.
issueDiscussionsByIid(int? issueIid) IssueDiscussionsApi
Get the IssueDiscussionsApi for an issueIid.
issueNotes(Issue issue) IssueNotesApi
Get the IssueNotesApi for an issue.
issueNotesByIid(int? issueIid) IssueNotesApi
Get the IssueNotesApi for an issueIid.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited