Class CreateGroupBean
- java.lang.Object
-
- jetbrains.buildServer.controllers.admin.groups.AttachToGroupsBean
-
- jetbrains.buildServer.controllers.admin.groups.CreateGroupBean
-
public class CreateGroupBean extends AttachToGroupsBean
- Author:
- Pavel.Sher Date: 27.01.2009
-
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.controllers.admin.groups.AttachToGroupsBean
USER_GROUP_COMPARATOR
-
-
Constructor Summary
Constructors Constructor Description CreateGroupBean(UserGroupManager groupManager, SecurityContextEx securityContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGroupCode()
String
getGroupDescription()
String
getGroupName()
void
setGroupCode(String groupCode)
void
setGroupDescription(String groupDescription)
void
setGroupName(String groupName)
-
Methods inherited from class jetbrains.buildServer.controllers.admin.groups.AttachToGroupsBean
getAttachTo, getAvailableGroups, getFirstUserToAttach, getGroupToAttach, getNumberOfGroups, getReadOnlyGroupTree, getUsersToAttach, isAttachNewGroup, isAttachUsers, isSuperTopGroup, isTopLevelGroup, setAttachNewGroup, setAttachTo, setGroupToAttach, setUsersToAttach
-
-
-
-
Constructor Detail
-
CreateGroupBean
public CreateGroupBean(UserGroupManager groupManager, SecurityContextEx securityContext)
-
-
Method Detail
-
getGroupCode
public String getGroupCode()
-
setGroupCode
public void setGroupCode(String groupCode)
-
getGroupName
public String getGroupName()
-
setGroupName
public void setGroupName(String groupName)
-
getGroupDescription
public String getGroupDescription()
-
setGroupDescription
public void setGroupDescription(String groupDescription)
-
-