Package | Description |
---|---|
com.atlassian.crowd.dao.application |
Modifier and Type | Method and Description |
---|---|
Optional<AppIssuesWithMailScanResultEntity> |
AppIssuesWithMailsScanResultDAOHibernate.getLatestResult(long appId) |
Optional<AppIssuesWithMailScanResultEntity> |
AppIssuesWithMailsScanResultDAO.getLatestResult(long appId)
Gets latest scan result for a given application.
|
Class<AppIssuesWithMailScanResultEntity> |
AppIssuesWithMailsScanResultDAOHibernate.getPersistentClass() |
Modifier and Type | Method and Description |
---|---|
void |
AppIssuesWithMailsScanResultDAOHibernate.persistLatestResult(AppIssuesWithMailScanResultEntity appIssuesWithMailScanResultEntity) |
void |
AppIssuesWithMailsScanResultDAO.persistLatestResult(AppIssuesWithMailScanResultEntity appIssuesWithMailScanResultEntity)
Persists scan result for a given application.
|
Copyright © 2021 Atlassian. All rights reserved.