Interface BambooTrustedApplicationDao
- All Superinterfaces:
BambooObjectDao<BambooTrustedApplication>
- All Known Implementing Classes:
BambooTrustedApplicationsHibernateDao
-
Method Summary
Modifier and TypeMethodDescriptionfindByApplicationId
(String applicationId) Get theBambooTrustedApplication
with the given application id.@Nullable BambooCurrentApplication
Retrieves the Trusted Apps data for the current Bamboo instance.void
save
(@NotNull BambooCurrentApplication currentApp) Methods inherited from interface com.atlassian.bamboo.persistence3.BambooObjectDao
countAll, countWithRestriction, delete, deleteAll, findAll, findById, merge, save, saveAll
-
Method Details
-
findByApplicationId
Get theBambooTrustedApplication
with the given application id.- Parameters:
applicationId
- the application id- Returns:
- the
BambooTrustedApplication
-
save
-
getCurrentApplication
Retrieves the Trusted Apps data for the current Bamboo instance.
-