public interface BambooTrustedApplicationDao extends BambooObjectDao<BambooTrustedApplication>
Modifier and Type | Method and Description |
---|---|
BambooTrustedApplication |
findByApplicationId(String applicationId)
Get the
BambooTrustedApplication with the given application id. |
@Nullable BambooCurrentApplication |
getCurrentApplication()
Retrieves the Trusted Apps data for the current Bamboo instance.
|
void |
save(@NotNull 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 @NotNull BambooCurrentApplication currentApp)
@Nullable @Nullable BambooCurrentApplication getCurrentApplication()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.