Deprecated API


Contents
Deprecated Fields
com.atlassian.user.search.query.QueryContext.ALL_REPOSITORIES
          since 2.1 should not be on the interface, use AllRepositoriesQueryContext to model this behaviour 
 

Deprecated Methods
com.atlassian.user.search.query.QueryContext.addRepositoryKey(String)
          since 2.1 should not be on the interface, use DefaultQueryContext#DefaultQueryContext(RepositoryIdentifier...) 
com.atlassian.user.UserManager.createUser(String)
          since 3.0 use UserManager.createUser(User, Credential) because this is an inconvenient way to create users now that the setFullName() and setEmail() methods are no longer on the User interface 
com.atlassian.user.search.query.QueryContext.getRepositoryKeys()
          since 2.1 use QueryContext.contains(RepositoryIdentifier) instead 
 



Copyright © 2005-2015 Atlassian. All Rights Reserved.