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, hashCode
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
expand, getParameters
public 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.