com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver
Class ConfigureInstantMessagingServer
java.lang.Object
ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver.ConfigureInstantMessagingServer
- All Implemented Interfaces:
- ErrorCollection, BambooSessionAware, ReturnUrlAware
public class ConfigureInstantMessagingServer
- extends BambooActionSupport
Methods inherited from class com.atlassian.bamboo.ww2.BambooActionSupport |
addError, addError, addErrorCollection, addErrorMessage, addErrorMessages, addErrors, addIllegalArgumentException, doesLabelKeyHaveMatchingDescription, getAsPreformattedText, getBamboo, getBambooSession, getBreadCrumbs, getBuildManager, getConglomerateCookieValue, getCookieCutter, getCookieValue, getCurrentUrl, getDescriptionFromLabelKey, getFlushedErrorMessages, getReturnUrl, getUser, getWebItemsForSection, getWebResourceManager, getWebSectionsForLocation, hasAnyErrors, hasBuilds, hasPerm, isEnableSignup, isSelectFieldAndNull, setAuthenticationContext, setBambooPermissionManager, setBuildManager, setCookieCutter, setErrorMessages, setHtmlUtils, setReturnUrl, setWebInterfaceManager, setWebResourceManager |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigureInstantMessagingServer
public ConfigureInstantMessagingServer()
doDefault
public String doDefault()
throws Exception
- Overrides:
doDefault
in class BambooActionSupport
- Throws:
Exception
doAdd
public String doAdd()
throws Exception
- Throws:
Exception
doCreate
public String doCreate()
throws Exception
- Throws:
Exception
doRead
public String doRead()
throws Exception
- Throws:
Exception
doEdit
public String doEdit()
throws Exception
- Throws:
Exception
doDelete
public String doDelete()
throws Exception
- Throws:
Exception
getInstantMessagingServers
public Collection getInstantMessagingServers()
setBambooSmackClient
public void setBambooSmackClient(BambooSmackClient bambooSmackClient)
setInstantMessagingServerManager
public void setInstantMessagingServerManager(InstantMessagingServerManager instantMessagingServerManager)
getInstantMessagingServerId
public long getInstantMessagingServerId()
setInstantMessagingServerId
public void setInstantMessagingServerId(long instantMessagingServerId)
getCurrentInstantMessagingServer
public InstantMessagingServerDefinition getCurrentInstantMessagingServer()
setCurrentInstantMessagingServer
public void setCurrentInstantMessagingServer(InstantMessagingServerDefinition currentInstantMessagingServer)
getName
public String getName()
setName
public void setName(String name)
getHost
public String getHost()
setHost
public void setHost(String host)
getPort
public String getPort()
setPort
public void setPort(String port)
getUsername
public String getUsername()
setUsername
public void setUsername(String username)
getPasswordChange
public String getPasswordChange()
setPasswordChange
public void setPasswordChange(String passwordChange)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
isSslRequired
public boolean isSslRequired()
setSslRequired
public void setSslRequired(boolean sslRequired)
getMessageTest
public String getMessageTest()
setMessageTest
public void setMessageTest(String messageTest)
getTestRecipients
public String getTestRecipients()
setTestRecipients
public void setTestRecipients(String testRecipients)
getAffectedInstantMessagingServerId
public long getAffectedInstantMessagingServerId()
setAffectedInstantMessagingServerId
public void setAffectedInstantMessagingServerId(long affectedInstantMessagingServerId)
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.