Uses of Class
com.atlassian.bamboo.security.trustedapplications.BambooCurrentApplication
-
Packages that use BambooCurrentApplication Package Description com.atlassian.bamboo.security.trustedapplications -
-
Uses of BambooCurrentApplication in com.atlassian.bamboo.security.trustedapplications
Methods in com.atlassian.bamboo.security.trustedapplications that return BambooCurrentApplication Modifier and Type Method Description @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 BambooCurrentApplication Modifier and Type Method Description int
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)
-