public class ContributorQuery extends AbstractUserQuery implements SearchQuery
| Constructor and Description |
|---|
ContributorQuery(String contributor)
Creates a new contributor query for a particular user.
|
ContributorQuery(com.atlassian.sal.api.user.UserKey userKey) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContributor()
Deprecated.
since 5.7 use getUsername() or getUserKey() instead
|
String |
getKey() |
equals, getParameters, getUserkey, getUsername, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitexpand, getParameterspublic ContributorQuery(String contributor)
contributor - username of the user to query against.public ContributorQuery(@Nonnull com.atlassian.sal.api.user.UserKey userKey)
public String getKey()
getKey in interface SearchQuery@Deprecated public String getContributor()
Copyright © 2003–2016 Atlassian. All rights reserved.