Skip to content
Snippets Groups Projects
Commit b8ae9748 authored by felmer's avatar felmer
Browse files

SSDM-2369: Annotate the new methods with @TechPreview

SVN: 38769
parent 5ceaf105
No related branches found
No related tags found
No related merge requests found
...@@ -346,8 +346,12 @@ public interface IApplicationServerApi extends IRpcService ...@@ -346,8 +346,12 @@ public interface IApplicationServerApi extends IRpcService
public Map<String, String> getServerInformation(String sessionToken); public Map<String, String> getServerInformation(String sessionToken);
@TechPreview
public void setWebAppSettings(String sessionToken, WebAppSettings webAppSettings); public void setWebAppSettings(String sessionToken, WebAppSettings webAppSettings);
public void createWebAppProperties(String sessionToken, List<WebAppPropertyCreation> creations);
@TechPreview
public WebAppSettings getWebAppSettings(String sessionToken, String webAppId); public WebAppSettings getWebAppSettings(String sessionToken, String webAppId);
@TechPreview @TechPreview
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment