Modifier and Type | Class and Description |
---|---|
static class |
Group.Simpsons |
Modifier and Type | Field and Description |
---|---|
static Group |
ADMINISTRATORS |
static Group |
CONF_ADMINS |
static Group |
CONF_USERS
Deprecated.
since Confluence 4.2.3, use
USERS instead. |
static Group |
ONDEMAND_ALACARTE_USERS |
static Group |
ONDEMAND_BALSAMIC_MOCKUP_EDITORS |
static Group |
ONDEMAND_BAMBOO_USERS |
static Group |
ONDEMAND_CONFLUENCE_ADMINISTRATORS |
static Group |
ONDEMAND_JIRA_ADMINISTRATORS |
static Group |
ONDEMAND_JIRA_DEVELOPERS |
static Group |
ONDEMAND_JIRA_USERS
Groups in ondemand.
|
static Group |
ONDEMAND_SITE_ADMINS |
static Group |
ONDEMAND_SYSTEM_ADMINISTRATORS |
static Group |
SYS_ADMINS |
static Group |
TEST |
static Group |
USERS |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDisplayName()
Returns the display name of the Entity, eg full name for Users.
|
String |
getGroupname() |
String |
getName()
Returns the Entity name.
|
String |
getNameField()
Returns the name of the field that stores the Entity name.
|
int |
hashCode() |
String |
toString() |
@Deprecated public static final Group CONF_USERS
USERS
instead.public static final Group ADMINISTRATORS
public static final Group ONDEMAND_ALACARTE_USERS
public static final Group ONDEMAND_CONFLUENCE_ADMINISTRATORS
public static final Group ONDEMAND_SYSTEM_ADMINISTRATORS
public static final Group ONDEMAND_JIRA_USERS
public static final Group ONDEMAND_JIRA_DEVELOPERS
public static final Group ONDEMAND_JIRA_ADMINISTRATORS
public static final Group ONDEMAND_BAMBOO_USERS
public static final Group ONDEMAND_SITE_ADMINS
public static final Group ONDEMAND_BALSAMIC_MOCKUP_EDITORS
public static final Group USERS
public static final Group CONF_ADMINS
public static final Group SYS_ADMINS
public static final Group TEST
public Group(String groupname)
public String getGroupname()
public String getNameField()
Entity
getNameField
in interface Entity
public String getDisplayName()
Entity
getDisplayName
in interface Entity
Copyright © 2003–2016 Atlassian. All rights reserved.