Package io.polyapi.plugin.service
Class ServerVariableServiceImpl
java.lang.Object
io.polyapi.commons.api.service.PolyApiService
io.polyapi.plugin.service.ServerVariableServiceImpl
- All Implemented Interfaces:
ServerVariableService
-
Constructor Summary
ConstructorsConstructorDescriptionServerVariableServiceImpl(HttpClient client, JsonParser jsonParser, String host, Integer port) -
Method Summary
-
Constructor Details
-
ServerVariableServiceImpl
public ServerVariableServiceImpl(HttpClient client, JsonParser jsonParser, String host, Integer port)
-
-
Method Details
-
create
public ServerVariable create(String name, String description, Object value, boolean secret, String context) - Specified by:
createin interfaceServerVariableService
-