Package | Description |
---|---|
com.atlassian.bitbucket.avatar | |
com.atlassian.bitbucket.commit | |
com.atlassian.bitbucket.content | |
com.atlassian.bitbucket.user |
Modifier and Type | Method and Description |
---|---|
String |
AvatarService.getUrlForPerson(Person person,
AvatarRequest request)
Retrieves a URL referencing an avatar for the provided
person . |
Modifier and Type | Method and Description |
---|---|
Person |
Commit.getAuthor() |
Person |
SimpleCommit.getAuthor() |
default Person |
Commit.getCommitter() |
Person |
SimpleCommit.getCommitter() |
Modifier and Type | Method and Description |
---|---|
SimpleCommit.Builder |
SimpleCommit.Builder.author(Person value)
Sets the
author . |
SimpleCommit.Builder |
SimpleCommit.Builder.committer(Person value)
Sets the
committer . |
Modifier and Type | Method and Description |
---|---|
Person |
Blame.getAuthor()
The author who last updated the lines in the span.
|
default Person |
Blame.getCommitter()
The committer who last updated the lines in the span.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ApplicationUser
Represents a registered application user.
|
interface |
DetailedUser
Extends a
ApplicationUser with additional details relating to the directory backing the user. |
interface |
ServiceUser
Represents a registered service user.
|
Copyright © 2021 Atlassian. All rights reserved.