Package com.atlassian.bamboo.author
Interface AuthorData
-
- All Superinterfaces:
AuthorContext
,Comparable<AuthorContext>
,NameProvider
- All Known Subinterfaces:
Author
,ExtendedAuthor
- All Known Implementing Classes:
AuthorDataImpl
,AuthorImpl
,ChangeAuthor
public interface AuthorData extends AuthorContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setEmail(String email)
void
setLinkedUserName(@Nullable String linkedUserName)
-
Methods inherited from interface com.atlassian.bamboo.author.AuthorContext
getEmail, getLinkedUserName, getName
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-