Uses of Class
com.atlassian.bamboo.security.trustedapplications.BambooCurrentApplication
-
Uses of BambooCurrentApplication in com.atlassian.bamboo.security.trustedapplications
Modifier and TypeMethodDescription@Nullable BambooCurrentApplication
BambooTrustedApplicationDao.getCurrentApplication()
Retrieves the Trusted Apps data for the current Bamboo instance.@Nullable BambooCurrentApplication
BambooTrustedApplicationsHibernateDao.getCurrentApplication()
Modifier and TypeMethodDescriptionint
BambooCurrentApplication.compareTo
(BambooCurrentApplication o) void
BambooTrustedApplicationDao.save
(@NotNull BambooCurrentApplication currentApp) void
BambooTrustedApplicationsHibernateDao.save
(@NotNull BambooCurrentApplication currentApp) void
BambooTrustedApplicationsManager.save
(BambooCurrentApplication currentApplication) void
BambooTrustedApplicationsManagerImpl.save
(BambooCurrentApplication currentApplication)