Class FailedPermissionBackend
java.lang.Object
com.google.gerrit.server.permissions.FailedPermissionBackend
Helpers for
PermissionBackend
that must fail.
These helpers are useful to curry failure state identified inside a non-throwing factory
method to the throwing check
or test
methods.
-
Method Summary
Modifier and TypeMethodDescriptionstatic PermissionBackend.ForChange
static PermissionBackend.ForChange
static PermissionBackend.ForProject
static PermissionBackend.ForProject
static PermissionBackend.ForRef
static PermissionBackend.ForRef
static PermissionBackend.WithUser
static PermissionBackend.WithUser
-
Method Details
-
user
-
user
-
project
-
project
-
ref
-
ref
-
change
-
change
-