Uses of Class
com.atlassian.bamboo.xmpp.BambooSmackClient
-
-
Uses of BambooSmackClient in com.atlassian.bamboo.notification
Methods in com.atlassian.bamboo.notification with parameters of type BambooSmackClient Modifier and Type Method Description 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 Constructor Description ImTransport(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 Modifier and Type Field Description protected BambooSmackClient
ConfigureInstantMessagingServer. bambooSmackClient
Methods in com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver with parameters of type BambooSmackClient Modifier and Type Method Description void
ConfigureInstantMessagingServer. setBambooSmackClient(BambooSmackClient bambooSmackClient)
-
Uses of BambooSmackClient in com.atlassian.bamboo.xmpp
Constructors in com.atlassian.bamboo.xmpp with parameters of type BambooSmackClient Constructor Description InitialiseSmackOnStartup(BambooSmackClient bambooSmackClient)
SmackListener(BambooSmackClient bambooSmackClient, InstantMessagingServerManager instantMessagingServerManager)
Deprecated.
-