com.atlassian.bamboo.author
Interface AuthorData

All Superinterfaces:
Comparable<AuthorData>, NameProvider
All Known Subinterfaces:
Author, ExtendedAuthor
All Known Implementing Classes:
AuthorCachingFacade, AuthorDataImpl, AuthorImpl, ChangeAuthor

public interface AuthorData
extends NameProvider, Comparable<AuthorData>


Method Summary
 String getEmail()
           
 String getLinkedUserName()
           
 String getName()
          Unique name identifying an author.
 void setEmail(String email)
           
 void setLinkedUserName(String linkedUserName)
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getName

String getName()
Unique name identifying an author.

Specified by:
getName in interface NameProvider
Returns:
identifying alias

getEmail

@Nullable
String getEmail()

setEmail

void setEmail(String email)

setLinkedUserName

void setLinkedUserName(@Nullable
                       String linkedUserName)

getLinkedUserName

@Nullable
String getLinkedUserName()


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.