com.atlassian.bamboo.ww2.actions.admin.group
Class ConfigureGroup
java.lang.Object
ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.ww2.actions.admin.group.ConfigureGroup
- All Implemented Interfaces:
- ErrorCollection, BambooSessionAware, ReturnUrlAware
public class ConfigureGroup
- 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 |
ConfigureGroup
public ConfigureGroup()
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.