Package com.atlassian.bamboo.author
Interface AuthorContext
-
- All Superinterfaces:
Comparable<AuthorContext>
,NameProvider
- All Known Subinterfaces:
Author
,AuthorData
,ExtendedAuthor
- All Known Implementing Classes:
AuthorContextImpl
,AuthorDataImpl
,AuthorImpl
,ChangeAuthor
,CodeChangedTriggerReasonRenderer.AuthorWrapper
public interface AuthorContext extends NameProvider, Comparable<AuthorContext>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable String
getEmail()
@Nullable String
getLinkedUserName()
String
getName()
Unique name identifying an author.-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
getName
String getName()
Unique name identifying an author.- Specified by:
getName
in interfaceNameProvider
- Returns:
- identifying alias
-
getEmail
@Nullable @Nullable String getEmail()
-
getLinkedUserName
@Nullable @Nullable String getLinkedUserName()
-
-