JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.atlassian.gadgets.plugins
Interface DashboardItemModule.Author
Enclosing interface:
DashboardItemModule
public static interface
DashboardItemModule.Author
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
io.atlassian.fugue.Option<
String
>
getEmail
()
String
getFullname
()
Fullname of the author.
Method Details
getFullname
String
getFullname
()
Fullname of the author. Can't be null.
getEmail
io.atlassian.fugue.Option<
String
>
getEmail
()