Constant Field Values
Contents
com.google.*
-
com.google.gerrit.extensions.api.access.PluginProjectPermission Modifier and Type Constant Field Value public static final String
PLUGIN_PERMISSION_NAME_PATTERN_STRING
"[a-zA-Z]+"
-
com.google.gerrit.extensions.api.lfs.LfsDefinitions Modifier and Type Constant Field Value public static final String
CONTENTTYPE_VND_GIT_LFS_JSON
"application/vnd.git-lfs+json; charset=utf-8"
public static final String
LFS_LOCKS_PATH_REGEX
"locks(?:/(.*)(?:/unlock))?"
public static final String
LFS_OBJECTS_PATH
"objects/batch"
public static final String
LFS_URL_REGEX_TEMPLATE
"^(?:/a)?(?:/p/|/)(.+)(?:/info/lfs/)(?:%s)$"
public static final String
LFS_URL_WO_AUTH_REGEX_TEAMPLATE
"(?:/p/|/)(.+)(?:/info/lfs/)(?:%s)$"
public static final String
LFS_VERIFICATION_PATH
"locks/verify"
-
com.google.gerrit.extensions.client.DiffPreferencesInfo Modifier and Type Constant Field Value public static final int
DEFAULT_CONTEXT
10
public static final int
DEFAULT_FONT_SIZE
12
public static final int
DEFAULT_LINE_LENGTH
100
public static final int
DEFAULT_TAB_SIZE
8
-
com.google.gerrit.extensions.client.GeneralPreferencesInfo Modifier and Type Constant Field Value public static final int
DEFAULT_PAGESIZE
25
-
com.google.gerrit.extensions.common.AvatarInfo Modifier and Type Constant Field Value public static final int
DEFAULT_SIZE
32
-
com.google.gerrit.extensions.registration.PluginName Modifier and Type Constant Field Value public static final String
GERRIT
"gerrit"
-
com.google.gerrit.extensions.restapi.RestApiModule Modifier and Type Constant Field Value protected static final String
CREATE
"CREATE"
protected static final String
DELETE
"DELETE"
protected static final String
DELETE_MISSING
"DELETE_MISSING"
protected static final String
DELETE_ON_COLLECTION
"DELETE_ON_COLLECTION"
protected static final String
GET
"GET"
protected static final String
POST
"POST"
protected static final String
POST_ON_COLLECTION
"POST_ON_COLLECTION"
protected static final String
PUT
"PUT"
-
com.google.gerrit.extensions.webui.JavaScriptPlugin Modifier and Type Constant Field Value public static final String
INIT_JS
"init.js"
public static final String
STATIC_INIT_JS
"static/init.js"
-
com.google.gerrit.extensions.webui.WebLink.Target Modifier and Type Constant Field Value public static final String
BLANK
"_blank"
public static final String
PARENT
"_parent"
public static final String
SELF
"_self"
public static final String
TOP
"_top"