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 SummaryModifier and TypeMethodDescriptionRetrieves the person's e-mail address.getName()Retrieves the person's name.
- 
Method Details- 
getEmailAddressRetrieves the person's e-mail address.- Returns:
- the e-mail address
 
- 
getNameRetrieves the person's name.- Returns:
- the name
 
 
-