Uses of Class
io.tech1.framework.domain.properties.base.RemoteServer
-
Packages that use RemoteServer Package Description io.tech1.framework.domain.properties.base io.tech1.framework.domain.properties.configs -
-
Uses of RemoteServer in io.tech1.framework.domain.properties.base
Methods in io.tech1.framework.domain.properties.base that return RemoteServer Modifier and Type Method Description static RemoteServerRemoteServer. of(String baseURL, String username, String password) -
Uses of RemoteServer in io.tech1.framework.domain.properties.configs
Methods in io.tech1.framework.domain.properties.configs that return RemoteServer Modifier and Type Method Description RemoteServerIncidentConfigs. getRemoteServer()Methods in io.tech1.framework.domain.properties.configs with parameters of type RemoteServer Modifier and Type Method Description static IncidentConfigsIncidentConfigs. of(boolean enabled, RemoteServer remoteServer)voidIncidentConfigs. setRemoteServer(RemoteServer remoteServer)
-