This commit is contained in:
crusader 2018-07-02 17:11:50 +09:00
parent b8b689ea9d
commit ffb9d69a1e
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
<groupId>com.loafle.overflow</groupId> <groupId>com.loafle.overflow</groupId>
<artifactId>commons-java</artifactId> <artifactId>commons-java</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.0.117-SNAPSHOT</version> <version>1.0.118-SNAPSHOT</version>
<name>com.loafle.overflow.commons-java</name> <name>com.loafle.overflow.commons-java</name>
<properties> <properties>

View File

@ -29,7 +29,7 @@ public interface InfraService {
com.loafle.overflow.model.infra.InfraService registByService(Long probeID, Service service) throws OverflowException; com.loafle.overflow.model.infra.InfraService registByService(Long probeID, Service service) throws OverflowException;
@WebappAPI @WebappAPI
List<Infra> registDiscoverd(Long probeID, String compressedHostsAndServices) throws OverflowException; List<Infra> registDiscoverd(Long probeID, List<Host> hosts, List<Service> services) throws OverflowException;
@WebappAPI @WebappAPI
Infra read(Long id) throws OverflowException; Infra read(Long id) throws OverflowException;