| Package | Description |
|---|---|
| com.atlassian.bamboo.author | |
| com.atlassian.bamboo.user |
| Modifier and Type | Method and Description |
|---|---|
ExtendedAuthor |
AuthorDao.findById(long id)
Find an
ExtendedAuthor object of a given id. |
ExtendedAuthor |
ExtendedAuthorManager.getAuthorById(long id) |
ExtendedAuthor |
AuthorDao.getAuthorByName(String name) |
ExtendedAuthor |
ExtendedAuthorManager.getExtendedAuthorByName(String name)
Get Author information by author name.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends ExtendedAuthor> |
AuthorDao.findAll()
Get all
ExtendedAuthor entities |
Set<ExtendedAuthor> |
AuthorDao.getAllUnlinkedAuthors() |
Set<ExtendedAuthor> |
ExtendedAuthorManager.getAllUnlinkedAuthors() |
List<ExtendedAuthor> |
ExtendedAuthorManager.getAvailableAuthors(com.atlassian.user.User user)
Get authors available for a user.
|
List<ExtendedAuthor> |
ExtendedAuthorManager.getLinkedAuthorForUser(com.atlassian.user.User user) |
List<ExtendedAuthor> |
AuthorDao.getLinkedAuthorsForUser(com.atlassian.user.User user) |
| Modifier and Type | Method and Description |
|---|---|
List<ResultsSummary> |
ExtendedAuthorManager.findRecentResultsTriggeredByAuthors(List<ExtendedAuthor> author,
int maxDays)
Retrieve all build results triggered by the author in the last X days
|
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 |
|---|---|
BambooUser |
BambooUserManager.addUser(String username,
String password,
String email,
String fullName,
String jabberAddress,
List<String> groupNames,
ExtendedAuthor author)
Method that extends the standard addUser methods to also add Bamboo specific params
|
void |
BambooUserManager.saveUser(String username,
String password,
String email,
String fullName,
String jabberAddress,
List<String> groupNames,
ExtendedAuthor author)
Saves the properties for the given user
|
void |
BambooUserManager.saveUser(String username,
String password,
String email,
String fullName,
String jabberAddress,
List<String> selectedGroups,
ExtendedAuthor author,
String idePort)
Saves the properties for the given user
|
void |
BambooUserManager.saveUser(String username,
String password,
String email,
String fullName,
String jabberAddress,
String notificationPreference,
String notificationTransportPreference,
List<String> selectedGroups,
ExtendedAuthor author,
String idePort)
Saves the properties for the given user
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.