|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.jira.webtests.Permissions
public final class Permissions
Mirrors JIRA's com.atlassian.jira.security.Permissions class (necessary as func tests do not depend on JIRA)
Field Summary | |
---|---|
static int |
ADMINISTER
Permission to administer JIRA |
static int |
ASSIGN_ISSUE
Permission to assign issues to other users. |
static int |
ASSIGNABLE_USER
Permission to be assigned issues. |
static int |
ATTACHMENT_DELETE_ALL
Permission to delete all attachments |
static int |
ATTACHMENT_DELETE_OWN
Permission to delete own attachments |
static int |
BROWSE
Permission to browse projects and issues. |
static int |
BULK_CHANGE
Permission to modify a collection of issues (global) |
static int |
CLOSE_ISSUE
Permission to close issues. |
static int |
COMMENT_DELETE_ALL
Permission to delete all comments |
static int |
COMMENT_DELETE_OWN
Permission to delete own comments |
static int |
COMMENT_EDIT_ALL
Permission to modify all comments |
static int |
COMMENT_EDIT_OWN
Permission to modify only your own comments |
static int |
COMMENT_ISSUE
Permission to comment on issues |
static int |
CREATE_ATTACHMENT
Permission to create attachments. |
static int |
CREATE_ISSUE
Permission to create issues. |
static int |
CREATE_SHARED_FILTER
Permission to created shared filters |
static int |
DELETE_ISSUE
Permission to delete issues and comments. |
static int |
EDIT_ISSUE
Permission to edit issues. |
static int |
LINK_ISSUE
Permission to link issues together and create linked issues. |
static int |
MANAGE_GROUP_FILTER_SUBSCRIPTIONS
Permission to manage group filter subscriptions |
static int |
MANAGE_WATCHER_LIST
|
static int |
MAX_PERMISSION
|
static int |
MODIFY_REPORTER
|
static int |
MOVE_ISSUE
Permission to move issues between projects |
static int |
PROJECT_ADMIN
Permission to administer a Project |
static int |
RESOLVE_ISSUE
Permission to resolve issues. |
static int |
SCHEDULE_ISSUE
|
static int |
SET_ISSUE_SECURITY
|
static int |
USE
Permission to use JIRA |
static int |
USER_PICKER
|
static int |
VIEW_VERSION_CONTROL
|
static int |
VIEW_VOTERS_AND_WATCHERS
|
static int |
WORK_ISSUE
Permission to log work done on an issue. |
static int |
WORKLOG_DELETE_ALL
|
static int |
WORKLOG_DELETE_OWN
|
static int |
WORKLOG_EDIT_ALL
|
static int |
WORKLOG_EDIT_OWN
Permission to edit/remove worklogs |
Constructor Summary | |
---|---|
Permissions()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int ADMINISTER
public static final int USE
public static final int PROJECT_ADMIN
public static final int BROWSE
public static final int CREATE_ISSUE
public static final int EDIT_ISSUE
public static final int ASSIGN_ISSUE
public static final int RESOLVE_ISSUE
public static final int COMMENT_ISSUE
public static final int DELETE_ISSUE
public static final int ASSIGNABLE_USER
public static final int CLOSE_ISSUE
public static final int CREATE_ATTACHMENT
public static final int WORK_ISSUE
public static final int LINK_ISSUE
public static final int CREATE_SHARED_FILTER
public static final int MANAGE_GROUP_FILTER_SUBSCRIPTIONS
public static final int COMMENT_EDIT_ALL
public static final int COMMENT_EDIT_OWN
public static final int MOVE_ISSUE
public static final int SET_ISSUE_SECURITY
public static final int USER_PICKER
public static final int SCHEDULE_ISSUE
public static final int VIEW_VERSION_CONTROL
public static final int MODIFY_REPORTER
public static final int VIEW_VOTERS_AND_WATCHERS
public static final int MANAGE_WATCHER_LIST
public static final int BULK_CHANGE
public static final int COMMENT_DELETE_ALL
public static final int COMMENT_DELETE_OWN
public static final int ATTACHMENT_DELETE_ALL
public static final int ATTACHMENT_DELETE_OWN
public static final int WORKLOG_EDIT_OWN
public static final int WORKLOG_EDIT_ALL
public static final int WORKLOG_DELETE_OWN
public static final int WORKLOG_DELETE_ALL
public static final int MAX_PERMISSION
Constructor Detail |
---|
public Permissions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |