com.atlassian.bamboo.ww2.actions.admin.group
Class ConfigureGroup

java.lang.Object
  extended by ActionSupport
      extended by com.atlassian.bamboo.ww2.BambooActionSupport
          extended by com.atlassian.bamboo.ww2.actions.admin.group.ConfigureGroup
All Implemented Interfaces:
ErrorCollection, BambooSessionAware, ReturnUrlAware

public class ConfigureGroup
extends BambooActionSupport


Field Summary
 
Fields inherited from class com.atlassian.bamboo.ww2.BambooActionSupport
buildManager, CONFIRM, cookieCutter
 
Constructor Summary
ConfigureGroup()
           
 
Method Summary
 String doAdd()
           
 String doCreate()
           
 String doDefault()
           
 String doDelete()
           
 String doEdit()
           
 String doRead()
           
 String doUpdate()
           
 String getAffectedGroupName()
           
 List getAvailableUsers()
           
 Group getCurrentGroup()
           
 String getGroupName()
           
 Iterator getGroups()
           
 List getMembers()
           
 String getMode()
           
 int getUsersCountForGroup(Group group)
           
 void setAffectedGroupName(String affectedGroupName)
           
 void setBambooUserManager(BambooUserManager bambooUserManager)
           
 void setGroupName(String groupName)
           
 void setMembers(List members)
           
 void setMode(String mode)
           
 
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
 
Methods inherited from interface com.atlassian.bamboo.utils.error.ErrorCollection
getErrorMessages, getErrors, getFieldErrors
 

Constructor Detail

ConfigureGroup

public ConfigureGroup()
Method Detail

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

doUpdate

public String doUpdate()
                throws Exception
Throws:
Exception

doDelete

public String doDelete()
                throws Exception
Throws:
Exception

getGroups

public Iterator getGroups()

getCurrentGroup

public Group getCurrentGroup()

getAvailableUsers

public List getAvailableUsers()

getUsersCountForGroup

public int getUsersCountForGroup(Group group)

setBambooUserManager

public void setBambooUserManager(BambooUserManager bambooUserManager)

getAffectedGroupName

public String getAffectedGroupName()

setAffectedGroupName

public void setAffectedGroupName(String affectedGroupName)

getGroupName

public String getGroupName()

setGroupName

public void setGroupName(String groupName)

getMembers

public List getMembers()

setMembers

public void setMembers(List members)

getMode

public String getMode()

setMode

public void setMode(String mode)


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.