This commit is contained in:
crusader 2018-06-12 18:07:24 +09:00
parent 6176dd0062
commit 1d0584ceb3
2 changed files with 1 additions and 9 deletions

View File

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

View File

@ -10,7 +10,6 @@ import com.loafle.overflow.model.discovery.Service;
import com.loafle.overflow.model.discovery.Zone;
import com.loafle.overflow.model.infra.Infra;
import com.loafle.overflow.model.infra.InfraHost;
import com.loafle.overflow.model.infra.InfraHostIP;
import com.loafle.overflow.model.infra.InfraZone;
import org.springframework.data.domain.Page;
@ -35,13 +34,6 @@ public interface InfraService {
@WebappAPI
List<Infra> registDiscoverd(Long probeID, List<Host> hosts, List<Service> services) throws OverflowException;
@WebappAPI
InfraZone registInfraZoneByInfraHostIP(Long probeID, InfraHostIP infraHostIP) throws OverflowException;
@WebappAPI
InfraHost registInfraHostByInfraHost(Long probeID, InfraHost infraHost) throws OverflowException;
@WebappAPI
Infra read(Long id) throws OverflowException;