Uses of Interface
com.atlassian.bamboo.instantmessagingserver.InstantMessagingServerDefinition
Packages that use InstantMessagingServerDefinition
Package
Description
-
Uses of InstantMessagingServerDefinition in com.atlassian.bamboo.instantmessagingserver
Classes in com.atlassian.bamboo.instantmessagingserver that implement InstantMessagingServerDefinitionMethods in com.atlassian.bamboo.instantmessagingserver that return InstantMessagingServerDefinitionModifier and TypeMethodDescription@Nullable InstantMessagingServerDefinition
InstantMessagingServerManager.getInstantMessagingServer
(long instantMessagingServerId) Returns theInstantMessagingServerDefinition
that matches the passed idInstantMessagingServerManagerImpl.getInstantMessagingServer
(long instantMessagingServerId) Methods in com.atlassian.bamboo.instantmessagingserver that return types with arguments of type InstantMessagingServerDefinitionModifier and TypeMethodDescription@NotNull Collection<InstantMessagingServerDefinition>
InstantMessagingServerManager.getAllInstantMessagingServers()
Returns allInstantMessagingServerDefinition
objects@NotNull Collection<InstantMessagingServerDefinition>
InstantMessagingServerManagerImpl.getAllInstantMessagingServers()
Methods in com.atlassian.bamboo.instantmessagingserver with parameters of type InstantMessagingServerDefinitionModifier and TypeMethodDescriptionvoid
InstantMessagingServerManager.saveInstantMessagingServer
(InstantMessagingServerDefinition instantMessagingServer) Stores theInstantMessagingServerDefinition
.void
InstantMessagingServerManagerImpl.saveInstantMessagingServer
(InstantMessagingServerDefinition instantMessagingServer) -
Uses of InstantMessagingServerDefinition in com.atlassian.bamboo.migration.stream
Methods in com.atlassian.bamboo.migration.stream with parameters of type InstantMessagingServerDefinitionModifier 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) Method parameters in com.atlassian.bamboo.migration.stream with type arguments of type InstantMessagingServerDefinitionModifier 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
Methods in com.atlassian.bamboo.plugins.rest.admin.imserver that return InstantMessagingServerDefinitionModifier and TypeMethodDescriptionIMServerConfigurationConversionFunction.merge
(@NotNull RestIMServerConfiguration restIMServerConfiguration, @NotNull InstantMessagingServerDefinition imServerDef) Update existingInstantMessagingServerDefinition
withRestIMServerConfiguration
Methods in com.atlassian.bamboo.plugins.rest.admin.imserver with parameters of type InstantMessagingServerDefinitionModifier 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
Fields in com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver declared as InstantMessagingServerDefinitionModifier and TypeFieldDescriptionprotected InstantMessagingServerDefinition
ConfigureInstantMessagingServer.currentInstantMessagingServer
Methods in com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver that return InstantMessagingServerDefinitionModifier and TypeMethodDescriptionprotected @NotNull InstantMessagingServerDefinition
ConfigureInstantMessagingServer.createInstantMessagingServerDefinition()
ConfigureInstantMessagingServer.getCurrentInstantMessagingServer()
Methods in com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver that return types with arguments of type InstantMessagingServerDefinitionMethods in com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver with parameters of type InstantMessagingServerDefinitionModifier and TypeMethodDescriptionvoid
ConfigureInstantMessagingServer.setCurrentInstantMessagingServer
(InstantMessagingServerDefinition currentInstantMessagingServer) -
Uses of InstantMessagingServerDefinition in com.atlassian.bamboo.xmpp
Methods in com.atlassian.bamboo.xmpp with parameters of type InstantMessagingServerDefinitionModifier and TypeMethodDescriptionvoid
BambooSmackClient.connect
(@Nullable InstantMessagingServerDefinition instantMessagingServerDefinition)