Uses of Class
com.atlassian.jira.rest.v2.permission.PermissionJsonBean
Packages that use PermissionJsonBean
-
Uses of PermissionJsonBean in com.atlassian.jira.functest.matcher
Methods in com.atlassian.jira.functest.matcher that return types with arguments of type PermissionJsonBeanModifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<PermissionJsonBean>
PermissionMatcher.description
(String description) static org.hamcrest.Matcher<PermissionJsonBean>
PermissionMatcher.hasNotEmptyDescription()
static org.hamcrest.Matcher<PermissionJsonBean>
static org.hamcrest.Matcher<PermissionJsonBean>
static org.hamcrest.Matcher<PermissionJsonBean>
static org.hamcrest.Matcher<PermissionJsonBean>
-
Uses of PermissionJsonBean in com.atlassian.jira.rest.v2.permission
Subclasses of PermissionJsonBean in com.atlassian.jira.rest.v2.permissionModifier and TypeClassDescriptionclass
Represents one permission and whether the caller has itMethods in com.atlassian.jira.rest.v2.permission that return PermissionJsonBeanModifier and TypeMethodDescriptionstatic PermissionJsonBean
PermissionJsonBean.fromGlobalPermission
(GlobalPermissionType globalPermission, JiraAuthenticationContext authenticationContext) static PermissionJsonBean
PermissionJsonBean.fromProjectPermission
(ProjectPermission projectPermission, JiraAuthenticationContext authenticationContext) Constructor parameters in com.atlassian.jira.rest.v2.permission with type arguments of type PermissionJsonBeanModifierConstructorDescriptionPermissionsJsonBean
(Map<String, ? extends PermissionJsonBean> permissions)