JiraUser

object JiraUser
class Object
trait Matchable
class Any

Value members

Concrete methods

def gitlabId: SelectionBuilder[JiraUser, Option[Int]]

ID of the matched GitLab user.

ID of the matched GitLab user.

def gitlabName: SelectionBuilder[JiraUser, Option[String]]

Name of the matched GitLab user.

Name of the matched GitLab user.

def gitlabUsername: SelectionBuilder[JiraUser, Option[String]]

Username of the matched GitLab user.

Username of the matched GitLab user.

def jiraAccountId: SelectionBuilder[JiraUser, String]

Account ID of the Jira user.

Account ID of the Jira user.

def jiraDisplayName: SelectionBuilder[JiraUser, String]

Display name of the Jira user.

Display name of the Jira user.

def jiraEmail: SelectionBuilder[JiraUser, Option[String]]

Email of the Jira user, returned only for users with public emails.

Email of the Jira user, returned only for users with public emails.