public static class PermissionBackendCondition.WithUser extends PermissionBackendCondition
PermissionBackendCondition.ForChange, PermissionBackendCondition.ForProject, PermissionBackendCondition.ForRef, PermissionBackendCondition.WithUser
FALSE, TRUE
Constructor and Description |
---|
WithUser(PermissionBackend.WithUser impl,
GlobalOrPluginPermission perm,
CurrentUser user) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
GlobalOrPluginPermission |
permission() |
java.lang.String |
toString() |
boolean |
value() |
PermissionBackend.WithUser |
withUser() |
evaluatesTrivially, reduce, set
children
public WithUser(PermissionBackend.WithUser impl, GlobalOrPluginPermission perm, CurrentUser user)
public PermissionBackend.WithUser withUser()
public GlobalOrPluginPermission permission()
public boolean value()
value
in class BooleanCondition
public java.lang.String toString()
toString
in class PermissionBackendCondition
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object