Package com.atlassian.bitbucket.user
Interface Person
- All Known Subinterfaces:
ApplicationUser
,DetailedUser
,ServiceUser
public interface Person
A minimal person abstraction, suitable for describing authors, committers and other people who may not have
an explicit
user
account.-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the person's e-mail address.getName()
Retrieves the person's name.
-
Method Details
-
getEmailAddress
Retrieves the person's e-mail address.- Returns:
- the e-mail address
-
getName
Retrieves the person's name.- Returns:
- the name
-