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