Uses of Interface
com.atlassian.bamboo.instantmessagingserver.InstantMessagingServerDefinition
Package
Description
-
Uses of InstantMessagingServerDefinition in com.atlassian.bamboo.instantmessagingserver
Modifier and TypeMethodDescription@Nullable InstantMessagingServerDefinition
InstantMessagingServerManager.getInstantMessagingServer
(long instantMessagingServerId) Returns theInstantMessagingServerDefinition
that matches the passed idInstantMessagingServerManagerImpl.getInstantMessagingServer
(long instantMessagingServerId) Modifier and TypeMethodDescription@NotNull Collection<InstantMessagingServerDefinition>
InstantMessagingServerManager.getAllInstantMessagingServers()
Returns allInstantMessagingServerDefinition
objects@NotNull Collection<InstantMessagingServerDefinition>
InstantMessagingServerManagerImpl.getAllInstantMessagingServers()
Modifier and TypeMethodDescriptionvoid
InstantMessagingServerManager.saveInstantMessagingServer
(InstantMessagingServerDefinition instantMessagingServer) Stores theInstantMessagingServerDefinition
.void
InstantMessagingServerManagerImpl.saveInstantMessagingServer
(InstantMessagingServerDefinition instantMessagingServer) -
Uses of InstantMessagingServerDefinition in com.atlassian.bamboo.migration.stream
Modifier and TypeMethodDescriptionvoid
InstantMessagingServerMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<InstantMessagingServerDefinition> instantMessagingServerDefinitions, @NotNull InstantMessagingServerDefinition object, long objectIndex, @NotNull org.hibernate.Session session) protected void
InstantMessagingServerMapper.exportProperties
(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull InstantMessagingServerDefinition object, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected void
InstantMessagingServerMapper.importProperties
(@NotNull InstantMessagingServerDefinition object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) Modifier and TypeMethodDescriptionvoid
InstantMessagingServerMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<InstantMessagingServerDefinition> instantMessagingServerDefinitions, @NotNull InstantMessagingServerDefinition object, long objectIndex, @NotNull org.hibernate.Session session) -
Uses of InstantMessagingServerDefinition in com.atlassian.bamboo.plugins.rest.admin.imserver
Modifier and TypeMethodDescriptionIMServerConfigurationConversionFunction.merge
(@NotNull RestIMServerConfiguration restIMServerConfiguration, @NotNull InstantMessagingServerDefinition imServerDef) Update existingInstantMessagingServerDefinition
withRestIMServerConfiguration
Modifier and TypeMethodDescription@NotNull RestIMServerConfiguration
IMServerConfigurationConversionFunction.apply
(@NotNull InstantMessagingServerDefinition input, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) IMServerConfigurationConversionFunction.merge
(@NotNull RestIMServerConfiguration restIMServerConfiguration, @NotNull InstantMessagingServerDefinition imServerDef) Update existingInstantMessagingServerDefinition
withRestIMServerConfiguration
-
Uses of InstantMessagingServerDefinition in com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver
Modifier and TypeFieldDescriptionprotected InstantMessagingServerDefinition
ConfigureInstantMessagingServer.currentInstantMessagingServer
Modifier and TypeMethodDescriptionprotected @NotNull InstantMessagingServerDefinition
ConfigureInstantMessagingServer.createInstantMessagingServerDefinition()
ConfigureInstantMessagingServer.getCurrentInstantMessagingServer()
Modifier and TypeMethodDescriptionvoid
ConfigureInstantMessagingServer.setCurrentInstantMessagingServer
(InstantMessagingServerDefinition currentInstantMessagingServer) -
Uses of InstantMessagingServerDefinition in com.atlassian.bamboo.xmpp
Modifier and TypeMethodDescriptionvoid
BambooSmackClient.connect
(@Nullable InstantMessagingServerDefinition instantMessagingServerDefinition)