Modifier and Type | Class and Description |
---|---|
class |
AuthorCachingFacade |
class |
AuthorImpl
Deprecated.
since 3.3
|
Modifier and Type | Method and Description |
---|---|
ExtendedAuthor |
AuthorHibernateDao.findById(long id) |
@Nullable ExtendedAuthor |
AuthorDao.findById(long id)
Find an
ExtendedAuthor object of a given id. |
ExtendedAuthor |
HibernateAuthorManagerImpl.getAuthorById(long id) |
ExtendedAuthor |
ExtendedAuthorManager.getAuthorById(long id) |
@Nullable ExtendedAuthor |
AuthorHibernateDao.getAuthorByName(String name) |
@Nullable ExtendedAuthor |
AuthorDao.getAuthorByName(String name) |
ExtendedAuthor |
HibernateAuthorManagerImpl.getExtendedAuthorByName(String name) |
ExtendedAuthor |
ExtendedAuthorManager.getExtendedAuthorByName(String name)
Get Author information by author name.
|
Modifier and Type | Method and Description |
---|---|
List<ResultsSummary> |
HibernateAuthorManagerImpl.findRecentResultsTriggeredByAuthors(List<ExtendedAuthor> authors,
int maxDays) |
List<ResultsSummary> |
ExtendedAuthorManager.findRecentResultsTriggeredByAuthors(List<ExtendedAuthor> author,
int maxDays)
Retrieve all build results triggered by the author in the last X days
|
@NotNull List<ResultsSummary> |
AuthorHibernateDao.getRecentResultsTriggeredByAuthors(List<ExtendedAuthor> authors,
int daysToFilter) |
List<ResultsSummary> |
AuthorDao.getRecentResultsTriggeredByAuthors(List<ExtendedAuthor> author,
int maxDays)
Retrieve all build results triggered by the author in the last X days
|
Modifier and Type | Method and Description |
---|---|
@Nullable ExtendedAuthor |
AuthorMigrationCache.get(long authorId) |
@Nullable ExtendedAuthor |
AuthorMigrationCacheImpl.get(long authorId) |
Modifier and Type | Field and Description |
---|---|
protected Map<Long,ExtendedAuthor> |
AbstractProjectMapper.authorMap |
protected Map<Long,ExtendedAuthor> |
AbstractPlanMapper.authorMap |
protected Map<Long,ExtendedAuthor> |
CommitMapper.authorMap |
Modifier and Type | Method and Description |
---|---|
<T extends ResultsSummary> |
BuildResultsSummaryHibernateDao.findByAuthors(Collection<ExtendedAuthor> authors,
Class<T> resultClass,
int maxResults) |
Modifier and Type | Method and Description |
---|---|
BambooUser |
BambooUserManagerImpl.addUser(String username,
String password,
String email,
String fullName,
String jabberAddress,
List<String> groups,
ExtendedAuthor author) |
BambooUser |
BambooUserManager.addUser(String username,
String password,
String email,
String fullName,
String jabberAddress,
List<String> selectedGroups,
ExtendedAuthor author)
Method that extends the standard addUser methods to also add Bamboo specific params
|
void |
BambooUserManagerImpl.saveUser(String username,
String password,
String email,
String fullName,
String jabberAddress,
List<String> selectedGroups,
ExtendedAuthor author) |
void |
BambooUserManager.saveUser(String username,
String password,
String email,
String fullName,
String jabberAddress,
List<String> selectedGroups,
ExtendedAuthor author)
Saves the properties for the given user
|
Modifier and Type | Method and Description |
---|---|
ExtendedAuthor |
StarterAction.getAuthor()
Deprecated.
use
StarterAction.getAuthors() instead. You can now have multiple authores for a user. |
Modifier and Type | Method and Description |
---|---|
List<ExtendedAuthor> |
StarterAction.getAuthors() |
Modifier and Type | Method and Description |
---|---|
List<ExtendedAuthor> |
ConfigureProfile.getAvailableAuthors() |
List<ExtendedAuthor> |
SearchUserAction.getLinkedAuthorsForUser(com.atlassian.user.User user) |
List<ExtendedAuthor> |
ConfigureProfile.getRepositoryAliases() |
Modifier and Type | Method and Description |
---|---|
List<ExtendedAuthor> |
ViewUserSummary.getRepositoryAliases() |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.