public interface AtlassianHostRepository extends org.springframework.data.repository.CrudRepository<AtlassianHost,String>
| Modifier and Type | Method and Description |
|---|---|
Optional<AtlassianHost> |
findFirstByBaseUrl(String baseUrl)
Returns the host with the given base URL.
|
Optional<AtlassianHost> findFirstByBaseUrl(String baseUrl)
baseUrl - the base URL of the host applicationOptional.empty()Copyright © 2017 Atlassian. All rights reserved.