Uses of Interface
com.atlassian.bamboo.instantmessagingserver.InstantMessagingServerDefinition
-
-
Uses of InstantMessagingServerDefinition in com.atlassian.bamboo.instantmessagingserver
Classes in com.atlassian.bamboo.instantmessagingserver that implement InstantMessagingServerDefinition Modifier and Type Class Description class
InstantMessagingServerDefinitionImpl
Methods in com.atlassian.bamboo.instantmessagingserver that return InstantMessagingServerDefinition Modifier and Type Method Description @Nullable InstantMessagingServerDefinition
InstantMessagingServerManager. getInstantMessagingServer(long instantMessagingServerId)
Returns theInstantMessagingServerDefinition
that matches the passed idInstantMessagingServerDefinition
InstantMessagingServerManagerImpl. getInstantMessagingServer(long instantMessagingServerId)
Methods in com.atlassian.bamboo.instantmessagingserver that return types with arguments of type InstantMessagingServerDefinition Modifier and Type Method Description @NotNull Collection<InstantMessagingServerDefinition>
InstantMessagingServerManager. getAllInstantMessagingServers()
Returns allInstantMessagingServerDefinition
objects@NotNull Collection<InstantMessagingServerDefinition>
InstantMessagingServerManagerImpl. getAllInstantMessagingServers()
Methods in com.atlassian.bamboo.instantmessagingserver with parameters of type InstantMessagingServerDefinition Modifier and Type Method Description void
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 InstantMessagingServerDefinition Modifier and Type Method Description void
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 InstantMessagingServerDefinition Modifier and Type Method Description void
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 InstantMessagingServerDefinition Modifier and Type Method Description InstantMessagingServerDefinition
IMServerConfigurationConversionFunction. merge(@NotNull RestIMServerConfiguration restIMServerConfiguration, @NotNull InstantMessagingServerDefinition imServerDef)
Update existingInstantMessagingServerDefinition
withRestIMServerConfiguration
Methods in com.atlassian.bamboo.plugins.rest.admin.imserver with parameters of type InstantMessagingServerDefinition Modifier and Type Method Description @NotNull RestIMServerConfiguration
IMServerConfigurationConversionFunction. apply(@NotNull InstantMessagingServerDefinition input, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo)
InstantMessagingServerDefinition
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 InstantMessagingServerDefinition Modifier and Type Field Description protected InstantMessagingServerDefinition
ConfigureInstantMessagingServer. currentInstantMessagingServer
Methods in com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver that return InstantMessagingServerDefinition Modifier and Type Method Description protected @NotNull InstantMessagingServerDefinition
ConfigureInstantMessagingServer. createInstantMessagingServerDefinition()
InstantMessagingServerDefinition
ConfigureInstantMessagingServer. getCurrentInstantMessagingServer()
Methods in com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver that return types with arguments of type InstantMessagingServerDefinition Modifier and Type Method Description Collection<InstantMessagingServerDefinition>
ConfigureInstantMessagingServer. getInstantMessagingServers()
Methods in com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver with parameters of type InstantMessagingServerDefinition Modifier and Type Method Description void
ConfigureInstantMessagingServer. setCurrentInstantMessagingServer(InstantMessagingServerDefinition currentInstantMessagingServer)
-
Uses of InstantMessagingServerDefinition in com.atlassian.bamboo.xmpp
Methods in com.atlassian.bamboo.xmpp with parameters of type InstantMessagingServerDefinition Modifier and Type Method Description void
BambooSmackClient. connect(@Nullable InstantMessagingServerDefinition instantMessagingServerDefinition)
-