public interface TrustedKeyDao extends BambooObjectDao<TrustedKey>
Modifier and Type | Method and Description |
---|---|
boolean |
delete(long id)
Deletes the trusted key with given id.
|
List<TrustedKey> |
findAll() |
TrustedKey |
findByHostAndKey(String host,
String key) |
TrustedKey |
findById(long id) |
countAll, countWithRestriction, delete, deleteAll, findAll, findById, merge, save, saveAll
@NotNull List<TrustedKey> findAll()
@Nullable TrustedKey findById(long id)
@Nullable TrustedKey findByHostAndKey(@NotNull String host, @NotNull String key)
boolean delete(long id)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.