Uses of Interface
com.atlassian.bamboo.user.LoginInformation

Packages that use LoginInformation
com.atlassian.bamboo.matcher.user   
com.atlassian.bamboo.migration.stream   
com.atlassian.bamboo.user   
 

Uses of LoginInformation in com.atlassian.bamboo.matcher.user
 

Methods in com.atlassian.bamboo.matcher.user that return types with arguments of type LoginInformation
static org.hamcrest.Matcher<LoginInformation> IsLoginInformationEq.isLoginInformationEq(LoginInformation reference)
           
 

Methods in com.atlassian.bamboo.matcher.user with parameters of type LoginInformation
static org.hamcrest.Matcher<LoginInformation> IsLoginInformationEq.isLoginInformationEq(LoginInformation reference)
           
 boolean IsLoginInformationEq.matchesSafely(LoginInformation loginInformation)
           
 

Constructors in com.atlassian.bamboo.matcher.user with parameters of type LoginInformation
IsLoginInformationEq(LoginInformation reference)
           
 

Uses of LoginInformation in com.atlassian.bamboo.migration.stream
 

Methods in com.atlassian.bamboo.migration.stream that return LoginInformation
protected  LoginInformation LoginInformationMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
           
 

Methods in com.atlassian.bamboo.migration.stream with parameters of type LoginInformation
 void LoginInformationMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor, java.util.List<LoginInformation> loginInformations, LoginInformation object, long objectIndex, net.sf.hibernate.Session session)
           
protected  void LoginInformationMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement, LoginInformation object, net.sf.hibernate.Session session, ExportDetailsBean exportDetailsBean)
           
protected  void LoginInformationMapper.importProperties(LoginInformation object, org.codehaus.staxmate.in.SMInputCursor inputCursor, net.sf.hibernate.Session session)
           
 

Method parameters in com.atlassian.bamboo.migration.stream with type arguments of type LoginInformation
 void LoginInformationMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor, java.util.List<LoginInformation> loginInformations, LoginInformation object, long objectIndex, net.sf.hibernate.Session session)
           
 

Uses of LoginInformation in com.atlassian.bamboo.user
 

Classes in com.atlassian.bamboo.user that implement LoginInformation
 class LoginInformationImpl
           
 

Methods in com.atlassian.bamboo.user that return LoginInformation
 LoginInformation LoginInformationHibernateDao.getLoginInformationByUserName(java.lang.String userName)
           
 LoginInformation LoginInformationDao.getLoginInformationByUserName(java.lang.String userName)
           
 

Methods in com.atlassian.bamboo.user that return types with arguments of type LoginInformation
 java.util.Iterator<LoginInformation> LoginInformationHibernateDao.getAllLoginInformationRecords()
           
 java.util.Iterator<LoginInformation> LoginInformationManager.getAllLoginInformationRecords()
          For use during the export to XML.
 java.util.Iterator<LoginInformation> LoginInformationDao.getAllLoginInformationRecords()
           
 java.util.Iterator<LoginInformation> LoginInformationManagerImpl.getAllLoginInformationRecords()
           
 

Methods in com.atlassian.bamboo.user with parameters of type LoginInformation
 void LoginInformationManager.injectLoginInformation(LoginInformation object)
          For use during the import from XML only.
 void LoginInformationManagerImpl.injectLoginInformation(LoginInformation object)
           
 void LoginInformationHibernateDao.save(LoginInformation loginInformation)
           
 void LoginInformationDao.save(LoginInformation loginInformation)
           
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.