Uses of Interface
com.atlassian.bitbucket.user.Person
Packages that use Person
Package
Description
- 
Uses of Person in com.atlassian.bitbucket.avatarMethods in com.atlassian.bitbucket.avatar with parameters of type PersonModifier and TypeMethodDescriptionAvatarService.getUrlForPerson(Person person, AvatarRequest request) Retrieves a URL referencing an avatar for the providedperson.
- 
Uses of Person in com.atlassian.bitbucket.commitMethods in com.atlassian.bitbucket.commit that return PersonModifier and TypeMethodDescriptionCommit.getAuthor()SimpleCommit.getAuthor()default PersonCommit.getCommitter()SimpleCommit.getCommitter()Methods in com.atlassian.bitbucket.commit with parameters of type Person
- 
Uses of Person in com.atlassian.bitbucket.contentMethods in com.atlassian.bitbucket.content that return PersonModifier and TypeMethodDescriptionBlame.getAuthor()The author who last updated the lines in the span.default PersonBlame.getCommitter()The committer who last updated the lines in the span.
- 
Uses of Person in com.atlassian.bitbucket.userSubinterfaces of Person in com.atlassian.bitbucket.userModifier and TypeInterfaceDescriptioninterfaceRepresents a registered application user.interfaceExtends aApplicationUserwith additional details relating to the directory backing the user.interfaceRepresents a registered service user.