Uses of Interface
com.atlassian.bamboo.user.LoginInformation
Packages that use LoginInformation
-
Uses of LoginInformation in com.atlassian.bamboo.matcher.user
Methods in com.atlassian.bamboo.matcher.user that return types with arguments of type LoginInformationModifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<LoginInformation>
IsLoginInformationEq.isLoginInformationEq
(@NotNull LoginInformation reference) Methods in com.atlassian.bamboo.matcher.user with parameters of type LoginInformationModifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<LoginInformation>
IsLoginInformationEq.isLoginInformationEq
(@NotNull LoginInformation reference) boolean
IsLoginInformationEq.matchesSafely
(LoginInformation loginInformation) Constructors in com.atlassian.bamboo.matcher.user with parameters of type LoginInformationModifierConstructorDescriptionprotected
IsLoginInformationEq
(@NotNull LoginInformation reference) -
Uses of LoginInformation in com.atlassian.bamboo.user
Classes in com.atlassian.bamboo.user that implement LoginInformationMethods in com.atlassian.bamboo.user that return LoginInformationModifier and TypeMethodDescription@Nullable LoginInformation
LoginInformationDao.getLoginInformationByUserName
(@NotNull String userName) LoginInformationHibernateDao.getLoginInformationByUserName
(@NotNull String userName) Methods in com.atlassian.bamboo.user with parameters of type LoginInformationModifier and TypeMethodDescriptionvoid
LoginInformationDao.save
(@NotNull LoginInformation loginInformation)