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 classInstantMessagingServerDefinitionImplMethods in com.atlassian.bamboo.instantmessagingserver that return InstantMessagingServerDefinition Modifier and Type Method Description @Nullable InstantMessagingServerDefinitionInstantMessagingServerManager. getInstantMessagingServer(long instantMessagingServerId)Returns theInstantMessagingServerDefinitionthat matches the passed idInstantMessagingServerDefinitionInstantMessagingServerManagerImpl. 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 allInstantMessagingServerDefinitionobjects@NotNull Collection<InstantMessagingServerDefinition>InstantMessagingServerManagerImpl. getAllInstantMessagingServers()Methods in com.atlassian.bamboo.instantmessagingserver with parameters of type InstantMessagingServerDefinition Modifier and Type Method Description voidInstantMessagingServerManager. saveInstantMessagingServer(InstantMessagingServerDefinition instantMessagingServer)Stores theInstantMessagingServerDefinition.voidInstantMessagingServerManagerImpl. 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 voidInstantMessagingServerMapper. afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<InstantMessagingServerDefinition> instantMessagingServerDefinitions, @NotNull InstantMessagingServerDefinition object, long objectIndex, @NotNull org.hibernate.Session session)protected voidInstantMessagingServerMapper. exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull InstantMessagingServerDefinition object, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean)protected voidInstantMessagingServerMapper. 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 voidInstantMessagingServerMapper. 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 InstantMessagingServerDefinitionIMServerConfigurationConversionFunction. merge(@NotNull RestIMServerConfiguration restIMServerConfiguration, @NotNull InstantMessagingServerDefinition imServerDef)Update existingInstantMessagingServerDefinitionwithRestIMServerConfigurationMethods in com.atlassian.bamboo.plugins.rest.admin.imserver with parameters of type InstantMessagingServerDefinition Modifier and Type Method Description @NotNull RestIMServerConfigurationIMServerConfigurationConversionFunction. apply(@NotNull InstantMessagingServerDefinition input, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo)InstantMessagingServerDefinitionIMServerConfigurationConversionFunction. merge(@NotNull RestIMServerConfiguration restIMServerConfiguration, @NotNull InstantMessagingServerDefinition imServerDef)Update existingInstantMessagingServerDefinitionwithRestIMServerConfiguration -
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 InstantMessagingServerDefinitionConfigureInstantMessagingServer. currentInstantMessagingServerMethods in com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver that return InstantMessagingServerDefinition Modifier and Type Method Description protected @NotNull InstantMessagingServerDefinitionConfigureInstantMessagingServer. createInstantMessagingServerDefinition()InstantMessagingServerDefinitionConfigureInstantMessagingServer. 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 voidConfigureInstantMessagingServer. 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 voidBambooSmackClient. connect(@Nullable InstantMessagingServerDefinition instantMessagingServerDefinition)
-