Uses of Class
com.atlassian.bamboo.xmpp.BambooSmackClient

Packages that use BambooSmackClient
com.atlassian.bamboo.container   
com.atlassian.bamboo.notification   
com.atlassian.bamboo.notification.transports   
com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver   
com.atlassian.bamboo.xmpp   
 

Uses of BambooSmackClient in com.atlassian.bamboo.container
 

Methods in com.atlassian.bamboo.container that return BambooSmackClient
 BambooSmackClient BambooContainer.getBambooSmackClient()
           
 

Methods in com.atlassian.bamboo.container with parameters of type BambooSmackClient
 void BambooContainer.setBambooSmackClient(BambooSmackClient bambooSmackClient)
           
 

Uses of BambooSmackClient in com.atlassian.bamboo.notification
 

Methods in com.atlassian.bamboo.notification with parameters of type BambooSmackClient
 void NotificationFactoryImpl.setBambooSmackClient(BambooSmackClient bambooSmackClient)
           
 

Uses of BambooSmackClient in com.atlassian.bamboo.notification.transports
 

Constructors in com.atlassian.bamboo.notification.transports with parameters of type BambooSmackClient
ImTransport(java.lang.String imAddress, BambooSmackClient bambooSmackClient, com.atlassian.event.EventManager eventManager, PlanManager planManager)
          Deprecated. since 3.3 use ImTransport.ImTransport(String, BambooSmackClient, PlanManager)
ImTransport(java.lang.String imAddress, BambooSmackClient bambooSmackClient, PlanManager planManager)
           
 

Uses of BambooSmackClient in com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver
 

Fields in com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver declared as BambooSmackClient
protected  BambooSmackClient ConfigureInstantMessagingServer.bambooSmackClient
           
 

Methods in com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver with parameters of type BambooSmackClient
 void ConfigureInstantMessagingServer.setBambooSmackClient(BambooSmackClient bambooSmackClient)
           
 

Uses of BambooSmackClient in com.atlassian.bamboo.xmpp
 

Methods in com.atlassian.bamboo.xmpp with parameters of type BambooSmackClient
 void BambooSmackMessageListener.setSmackClient(BambooSmackClient smackClient)
           
 

Constructors in com.atlassian.bamboo.xmpp with parameters of type BambooSmackClient
InitialiseSmackOnStartup(BambooSmackClient bambooSmackClient)
           
SmackListener(BambooSmackClient bambooSmackClient, InstantMessagingServerManager instantMessagingServerManager)
          Deprecated.  
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.