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 NotificationFactory.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)
           
 

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 SmackListener.setBambooSmackClient(BambooSmackClient bambooSmackClient)
           
 void InitialiseSmackOnStartup.setBambooSmackClient(BambooSmackClient bambooSmackClient)
           
 void BambooSmackMessageListener.setSmackClient(BambooSmackClient smackClient)
           
 

Constructors in com.atlassian.bamboo.xmpp with parameters of type BambooSmackClient
BambooSmackMessageListener(BambooSmackClient smackClient, BambooUserManager bambooUserManager)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.