Modifier and Type | Method and Description |
---|---|
Person |
EditSummary.getBy()
Deprecated.
|
Person |
HistorySummary.getCreatedBy()
Deprecated.
|
Constructor and Description |
---|
EditSummary(Person by,
Date when,
String message,
int version,
long id)
Deprecated.
|
HistorySummary(com.atlassian.fugue.Option<EditSummary> thisVersion,
com.atlassian.fugue.Option<EditSummary> previousVersion,
com.atlassian.fugue.Option<EditSummary> nextVersion,
com.atlassian.fugue.Option<EditSummary> lastUpdated,
boolean isLatest,
Person createdBy,
Date createdDate)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Anonymous
Deprecated.
since 7.0.1 , use
Anonymous |
class |
KnownUser
Deprecated.
since 7.0.1 , use
KnownUser |
class |
UnknownUser
Deprecated.
since 7.0.1 , use
UnknownUser |
class |
User
Deprecated.
since 7.0.1 , use
User |
Modifier and Type | Method and Description |
---|---|
Person |
PersonService.findByUsername(String username)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Person |
LegacyPersonBuilder.forUsername(String username)
Deprecated.
Construct the person object for a particular username.
|
Modifier and Type | Method and Description |
---|---|
Person |
LegacyPersonServiceImpl.findByUsername(String username)
Deprecated.
|
Copyright © 2003–2020 Atlassian. All rights reserved.