Uses of Class
org.kie.server.controller.api.model.spec.ServerConfig
-
Packages that use ServerConfig Package Description org.kie.server.controller.api.model.spec org.kie.server.controller.api.service -
-
Uses of ServerConfig in org.kie.server.controller.api.model.spec
Methods in org.kie.server.controller.api.model.spec that return types with arguments of type ServerConfig Modifier and Type Method Description Map<Capability,ServerConfig>ServerTemplate. getConfigs()Method parameters in org.kie.server.controller.api.model.spec with type arguments of type ServerConfig Modifier and Type Method Description voidServerTemplate. setConfigs(Map<Capability,ServerConfig> configs)Constructor parameters in org.kie.server.controller.api.model.spec with type arguments of type ServerConfig Constructor Description ServerTemplate(String id, String name, Collection<String> capabilities, Map<Capability,ServerConfig> configs, Collection<ContainerSpec> containersSpec)ServerTemplate(String id, String name, Collection<String> capabilities, Map<Capability,ServerConfig> configs, Collection<ContainerSpec> containersSpec, Collection<ServerInstanceKey> serverIntanceKeys) -
Uses of ServerConfig in org.kie.server.controller.api.service
Methods in org.kie.server.controller.api.service with parameters of type ServerConfig Modifier and Type Method Description voidSpecManagementService. updateServerTemplateConfig(String serverTemplateId, Capability capability, ServerConfig serverTemplateConfig)
-