MergeRequestAssignee

class Object
trait Matchable
class Any

Value members

Concrete methods

def assignedMergeRequests[A](iids: Option[List[String]], sourceBranches: Option[List[String]], targetBranches: Option[List[String]], state: Option[MergeRequestState], labels: Option[List[String]], mergedAfter: Option[Time], mergedBefore: Option[Time], milestoneTitle: Option[String], sort: Option[MergeRequestSort], not: Option[MergeRequestsResolverNegatedParams], projectPath: Option[String], projectId: Option[ProjectID], authorUsername: Option[String], reviewerUsername: Option[String], after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[MergeRequestConnection, A]): SelectionBuilder[MergeRequestAssignee, Option[A]]

Merge requests assigned to the user.

Merge requests assigned to the user.

def authoredMergeRequests[A](iids: Option[List[String]], sourceBranches: Option[List[String]], targetBranches: Option[List[String]], state: Option[MergeRequestState], labels: Option[List[String]], mergedAfter: Option[Time], mergedBefore: Option[Time], milestoneTitle: Option[String], sort: Option[MergeRequestSort], not: Option[MergeRequestsResolverNegatedParams], projectPath: Option[String], projectId: Option[ProjectID], assigneeUsername: Option[String], reviewerUsername: Option[String], after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[MergeRequestConnection, A]): SelectionBuilder[MergeRequestAssignee, Option[A]]

Merge requests authored by the user.

Merge requests authored by the user.

def avatarUrl: SelectionBuilder[MergeRequestAssignee, Option[String]]

URL of the user's avatar.

URL of the user's avatar.

def bot: SelectionBuilder[MergeRequestAssignee, Boolean]

Indicates if the user is a bot.

Indicates if the user is a bot.

def callouts[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[UserCalloutConnection, A]): SelectionBuilder[MergeRequestAssignee, Option[A]]

User callouts that belong to the user.

User callouts that belong to the user.

def groupCount: SelectionBuilder[MergeRequestAssignee, Option[Int]]

Group count for the user.

Group count for the user.

def groupMemberships[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[GroupMemberConnection, A]): SelectionBuilder[MergeRequestAssignee, Option[A]]

Group memberships of the user.

Group memberships of the user.

def id: SelectionBuilder[MergeRequestAssignee, String]

ID of the user.

ID of the user.

def location: SelectionBuilder[MergeRequestAssignee, Option[String]]

The location of the user.

The location of the user.

def mergeRequestInteraction[A](innerSelection: SelectionBuilder[UserMergeRequestInteraction, A]): SelectionBuilder[MergeRequestAssignee, Option[A]]

Details of this user's interactions with the merge request.

Details of this user's interactions with the merge request.

def name: SelectionBuilder[MergeRequestAssignee, String]

Human-readable name of the user.

Human-readable name of the user.

def projectMemberships[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[ProjectMemberConnection, A]): SelectionBuilder[MergeRequestAssignee, Option[A]]

Project memberships of the user.

Project memberships of the user.

def publicEmail: SelectionBuilder[MergeRequestAssignee, Option[String]]

User's public email.

User's public email.

def reviewRequestedMergeRequests[A](iids: Option[List[String]], sourceBranches: Option[List[String]], targetBranches: Option[List[String]], state: Option[MergeRequestState], labels: Option[List[String]], mergedAfter: Option[Time], mergedBefore: Option[Time], milestoneTitle: Option[String], sort: Option[MergeRequestSort], not: Option[MergeRequestsResolverNegatedParams], projectPath: Option[String], projectId: Option[ProjectID], authorUsername: Option[String], assigneeUsername: Option[String], after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[MergeRequestConnection, A]): SelectionBuilder[MergeRequestAssignee, Option[A]]

Merge requests assigned to the user for review.

Merge requests assigned to the user for review.

def snippets[A](ids: Option[List[SnippetID]], visibility: Option[VisibilityScopesEnum], `type`: Option[TypeEnum], after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[SnippetConnection, A]): SelectionBuilder[MergeRequestAssignee, Option[A]]

Snippets authored by the user.

Snippets authored by the user.

def starredProjects[A](search: Option[String], after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[ProjectConnection, A]): SelectionBuilder[MergeRequestAssignee, Option[A]]

Projects starred by the user.

Projects starred by the user.

def state: SelectionBuilder[MergeRequestAssignee, UserState]

State of the user.

State of the user.

def status[A](innerSelection: SelectionBuilder[UserStatus, A]): SelectionBuilder[MergeRequestAssignee, Option[A]]

User status.

User status.

def todos[A](action: Option[List[TodoActionEnum]], authorId: Option[List[String]], projectId: Option[List[String]], groupId: Option[List[String]], state: Option[List[TodoStateEnum]], `type`: Option[List[TodoTargetEnum]], after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[TodoConnection, A]): SelectionBuilder[MergeRequestAssignee, Option[A]]

To-do items of the user.

To-do items of the user.

def userPermissions[A](innerSelection: SelectionBuilder[UserPermissions, A]): SelectionBuilder[MergeRequestAssignee, A]

Permissions for the current user on the resource.

Permissions for the current user on the resource.

def username: SelectionBuilder[MergeRequestAssignee, String]

Username of the user. Unique within this instance of GitLab.

Username of the user. Unique within this instance of GitLab.

def webPath: SelectionBuilder[MergeRequestAssignee, String]

Web path of the user.

Web path of the user.

def webUrl: SelectionBuilder[MergeRequestAssignee, String]

Web URL of the user.

Web URL of the user.

Deprecated methods

@deprecated("This was renamed. Please use `User.publicEmail`. Deprecated in 13.7.", "")
def email: SelectionBuilder[MergeRequestAssignee, Option[String]]

User email. Deprecated in 13.7: This was renamed.

User email. Deprecated in 13.7: This was renamed.

Deprecated