public interface BambooTrustedApplicationDao extends BambooObjectDao<BambooTrustedApplication>
Modifier and Type | Method and Description |
---|---|
BambooTrustedApplication |
findByApplicationId(String applicationId)
Get the
BambooTrustedApplication with the given application id. |
BambooCurrentApplication |
getCurrentApplication()
Retrieves the Trusted Apps data for the current Bamboo instance.
|
void |
save(BambooCurrentApplication currentApp) |
countAll, countWithRestriction, delete, deleteAll, findAll, findById, merge, save, saveAll
BambooTrustedApplication findByApplicationId(String applicationId)
BambooTrustedApplication
with the given application id.applicationId
- the application idBambooTrustedApplication
void save(@NotNull BambooCurrentApplication currentApp)
@Nullable BambooCurrentApplication getCurrentApplication()
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.