public class IMServerResource extends Object
Modifier and Type | Field and Description |
---|---|
static RestIMServerConfiguration |
IM_SERVER_CONFIG |
Constructor and Description |
---|
IMServerResource(InstantMessagingServerManager instantMessagingServerManager,
RestPermissionCheck permissionCheck,
IMServerConfigurationConversionFunction function) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
deleteIMServerConfiguration()
Delete current IM Server configuration
|
RestIMServerConfiguration |
getIMServerConfig(Expansion expansion,
javax.ws.rs.core.UriInfo uriInfo)
REST endpoint to get instant message server configurations in bamboo.
|
RestIMServerConfiguration |
updateIMServerConfig(RestIMServerConfiguration restIMServerConfiguration,
Expansion expansion,
javax.ws.rs.core.UriInfo uriInfo)
Update or create existing IM server configuration in bamboo.
|
public static final RestIMServerConfiguration IM_SERVER_CONFIG
public IMServerResource(InstantMessagingServerManager instantMessagingServerManager, RestPermissionCheck permissionCheck, IMServerConfigurationConversionFunction function)
@NotNull public RestIMServerConfiguration getIMServerConfig(@Context Expansion expansion, @Context javax.ws.rs.core.UriInfo uriInfo)
expansion
- uriInfo
- @NotNull public javax.ws.rs.core.Response deleteIMServerConfiguration()
@NotNull public RestIMServerConfiguration updateIMServerConfig(@NotNull RestIMServerConfiguration restIMServerConfiguration, @Context @NotNull Expansion expansion, @Context @NotNull javax.ws.rs.core.UriInfo uriInfo) throws WebValidationException
restIMServerConfiguration
- IM server configurationWebValidationException
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.