public interface AuthorContext extends NameProvider, Comparable<AuthorContext>
Modifier and Type | Method and Description |
---|---|
String |
getEmail() |
String |
getLinkedUserName() |
String |
getName()
Unique name identifying an author.
|
compareTo
String getName()
getName
in interface NameProvider
@Nullable String getEmail()
@Nullable String getLinkedUserName()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.