|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InstantMessagingServerDefinition in com.atlassian.bamboo.instantmessagingserver |
---|
Classes in com.atlassian.bamboo.instantmessagingserver that implement InstantMessagingServerDefinition | |
---|---|
class |
InstantMessagingServerDefinitionImpl
|
Methods in com.atlassian.bamboo.instantmessagingserver that return InstantMessagingServerDefinition | |
---|---|
InstantMessagingServerDefinition |
InstantMessagingServerManager.getInstantMessagingServer(long instantMessagingServerId)
Returns the InstantMessagingServerDefinition that matches the passed id |
InstantMessagingServerDefinition |
InstantMessagingServerManagerImpl.getInstantMessagingServer(long instantMessagingServerId)
|
Methods in com.atlassian.bamboo.instantmessagingserver that return types with arguments of type InstantMessagingServerDefinition | |
---|---|
java.util.Collection<InstantMessagingServerDefinition> |
InstantMessagingServerManager.getAllInstantMessagingServers()
Returns all InstantMessagingServerDefinition objects |
java.util.Collection<InstantMessagingServerDefinition> |
InstantMessagingServerManagerImpl.getAllInstantMessagingServers()
|
Methods in com.atlassian.bamboo.instantmessagingserver with parameters of type InstantMessagingServerDefinition | |
---|---|
void |
InstantMessagingServerManager.saveInstantMessagingServer(InstantMessagingServerDefinition instantMessagingServer)
Stores the InstantMessagingServerDefinition . |
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 | |
---|---|
void |
InstantMessagingServerMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
java.util.List<InstantMessagingServerDefinition> instantMessagingServerDefinitions,
InstantMessagingServerDefinition object,
long objectIndex,
net.sf.hibernate.Session session)
|
protected void |
InstantMessagingServerMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
InstantMessagingServerDefinition object,
net.sf.hibernate.Session session,
ExportDetailsBean exportDetailsBean)
|
protected void |
InstantMessagingServerMapper.importProperties(InstantMessagingServerDefinition object,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
net.sf.hibernate.Session session)
|
Method parameters in com.atlassian.bamboo.migration.stream with type arguments of type InstantMessagingServerDefinition | |
---|---|
void |
InstantMessagingServerMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
java.util.List<InstantMessagingServerDefinition> instantMessagingServerDefinitions,
InstantMessagingServerDefinition object,
long objectIndex,
net.sf.hibernate.Session session)
|
Uses of InstantMessagingServerDefinition in com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver |
---|
Fields in com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver declared as InstantMessagingServerDefinition | |
---|---|
protected InstantMessagingServerDefinition |
ConfigureInstantMessagingServer.currentInstantMessagingServer
|
Methods in com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver that return InstantMessagingServerDefinition | |
---|---|
protected InstantMessagingServerDefinition |
ConfigureInstantMessagingServer.createInstantMessagingServerDefinition()
|
InstantMessagingServerDefinition |
ConfigureInstantMessagingServer.getCurrentInstantMessagingServer()
|
Methods in com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver that return types with arguments of type InstantMessagingServerDefinition | |
---|---|
java.util.Collection<InstantMessagingServerDefinition> |
ConfigureInstantMessagingServer.getInstantMessagingServers()
|
Methods in com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver with parameters of type InstantMessagingServerDefinition | |
---|---|
void |
ConfigureInstantMessagingServer.setCurrentInstantMessagingServer(InstantMessagingServerDefinition currentInstantMessagingServer)
|
Uses of InstantMessagingServerDefinition in com.atlassian.bamboo.xmpp |
---|
Methods in com.atlassian.bamboo.xmpp with parameters of type InstantMessagingServerDefinition | |
---|---|
void |
BambooSmackClient.connect(InstantMessagingServerDefinition instantMessagingServerDefinition)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |