Class ServerTemplateKeyList
- java.lang.Object
-
- org.kie.server.controller.api.model.spec.ServerTemplateKeyList
-
public class ServerTemplateKeyList extends Object
-
-
Constructor Summary
Constructors Constructor Description ServerTemplateKeyList()ServerTemplateKeyList(Collection<ServerTemplateKey> serverTemplates)ServerTemplateKeyList(ServerTemplateKey[] serverTemplates)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerTemplateKey[]getServerTemplates()voidsetServerTemplates(ServerTemplateKey[] KieServerInstances)
-
-
-
Constructor Detail
-
ServerTemplateKeyList
public ServerTemplateKeyList()
-
ServerTemplateKeyList
public ServerTemplateKeyList(ServerTemplateKey[] serverTemplates)
-
ServerTemplateKeyList
public ServerTemplateKeyList(Collection<ServerTemplateKey> serverTemplates)
-
-
Method Detail
-
getServerTemplates
public ServerTemplateKey[] getServerTemplates()
-
setServerTemplates
public void setServerTemplates(ServerTemplateKey[] KieServerInstances)
-
-