Uses of Class
org.kie.server.controller.api.model.KieServerInstanceInfo
-
Packages that use KieServerInstanceInfo Package Description org.kie.server.controller.api.model -
-
Uses of KieServerInstanceInfo in org.kie.server.controller.api.model
Methods in org.kie.server.controller.api.model that return types with arguments of type KieServerInstanceInfo Modifier and Type Method Description Set<KieServerInstanceInfo>KieServerInstance. getManagedInstances()Returns list of URLs where given KieServer can be foundMethod parameters in org.kie.server.controller.api.model with type arguments of type KieServerInstanceInfo Modifier and Type Method Description voidKieServerInstance. setManagedInstances(Set<KieServerInstanceInfo> managedInstances)Constructor parameters in org.kie.server.controller.api.model with type arguments of type KieServerInstanceInfo Constructor Description KieServerInstance(String identifier, String name, String version, Set<KieServerInstanceInfo> managedInstances, KieServerStatus status, KieServerSetup kieServerSetup)
-