Uses of Class
com.atlassian.bamboo.rest.model.admin.imserver.RestIMServerConfiguration
-
Packages that use RestIMServerConfiguration Package Description com.atlassian.bamboo.plugins.rest.admin.imserver -
-
Uses of RestIMServerConfiguration in com.atlassian.bamboo.plugins.rest.admin.imserver
Methods in com.atlassian.bamboo.plugins.rest.admin.imserver that return RestIMServerConfiguration Modifier and Type Method Description @NotNull RestIMServerConfiguration
IMServerConfigurationConversionFunction. apply(@NotNull InstantMessagingServerDefinition input, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo)
@NotNull RestIMServerConfiguration
IMServerResource. getIMServerConfig(Expansion expansion, javax.ws.rs.core.UriInfo uriInfo)
@NotNull RestIMServerConfiguration
IMServerResource. updateIMServerConfig(@NotNull RestIMServerConfiguration restIMServerConfiguration, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo)
Methods in com.atlassian.bamboo.plugins.rest.admin.imserver with parameters of type RestIMServerConfiguration Modifier and Type Method Description InstantMessagingServerDefinition
IMServerConfigurationConversionFunction. merge(@NotNull RestIMServerConfiguration restIMServerConfiguration, @NotNull InstantMessagingServerDefinition imServerDef)
Update existingInstantMessagingServerDefinition
withRestIMServerConfiguration
@NotNull RestIMServerConfiguration
IMServerResource. updateIMServerConfig(@NotNull RestIMServerConfiguration restIMServerConfiguration, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo)
-