Uses of Class
com.atlassian.bamboo.security.trustedapplications.BambooCurrentApplication
Packages that use BambooCurrentApplication
-
Uses of BambooCurrentApplication in com.atlassian.bamboo.security.trustedapplications
Methods in com.atlassian.bamboo.security.trustedapplications that return BambooCurrentApplicationModifier and TypeMethodDescription@Nullable BambooCurrentApplication
BambooTrustedApplicationDao.getCurrentApplication()
Retrieves the Trusted Apps data for the current Bamboo instance.@Nullable BambooCurrentApplication
BambooTrustedApplicationsHibernateDao.getCurrentApplication()
Methods in com.atlassian.bamboo.security.trustedapplications with parameters of type BambooCurrentApplicationModifier 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)