Constant Field Values
Contents
org.gitlab4j.*
-
org.gitlab4j.api.GitLabApi Modifier and Type Constant Field Value public static final int
DEFAULT_PER_PAGE
96
-
org.gitlab4j.api.GitLabApiClient Modifier and Type Constant Field Value protected static final java.lang.String
AUTHORIZATION_HEADER
"Authorization"
protected static final java.lang.String
JOB_TOKEN_HEADER
"JOB-TOKEN"
protected static final java.lang.String
PRIVATE_TOKEN_HEADER
"PRIVATE-TOKEN"
protected static final java.lang.String
SUDO_HEADER
"Sudo"
protected static final java.lang.String
X_GITLAB_TOKEN_HEADER
"X-Gitlab-Token"
-
org.gitlab4j.api.SystemHookManager Modifier and Type Constant Field Value public static final java.lang.String
SYSTEM_HOOK_EVENT
"System Hook"
-
org.gitlab4j.api.utils.AccessTokenUtils Modifier and Type Constant Field Value protected static final java.lang.String
AUTHENTICITY_TOKEN_REGEX
"name=\\\"authenticity_token\\\"\\svalue=\\\"([^\\\"]*)\\\""
protected static final java.lang.String
COOKIES_HEADER
"Set-Cookie"
protected static final java.lang.String
FEED_TOKEN_REGEX
"name=\\\"feed_token\\\".*value=\\\"([^\\\"]*)\\\".*\\/>"
protected static final java.lang.String
HEALTH_CHECK_ACCESS_TOKEN_REGEX
"id=\"health-check-token\">([^<]*)<\\/code>"
protected static final java.lang.String
NEW_USER_AUTHENTICITY_TOKEN_REGEX
"\"new_user\".*name=\\\"authenticity_token\\\"\\svalue=\\\"([^\\\"]*)\\\".*new_new_user"
protected static final java.lang.String
PERSONAL_ACCESS_TOKEN_REGEX
"name=\\\"created-personal-access-token\\\".*data-clipboard-text=\\\"([^\\\"]*)\\\".*\\/>"
protected static final java.lang.String
REVOKE_PERSONAL_ACCESS_TOKEN_REGEX
"href=\\\"([^\\\"]*)\\\""
protected static final java.lang.String
USER_AGENT
"GitLab4J Client"
-
org.gitlab4j.api.utils.EmailChecker Modifier and Type Constant Field Value public static final java.lang.String
EMAIL_REGEX
"(?:[a-z0-9!#$%&\'*+/=?^_`{|}~-]+(?:\\.[a-z0-9!#$%&\'*+/=?^_`{|}~-]+)*|\"(?:[\\x01-\\x08\\x0b\\x0c\\x0e-\\x1f\\x21\\x23-\\x5b\\x5d-\\x7f]|\\\\[\\x01-\\x09\\x0b\\x0c\\x0e-\\x7f])*\")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\\[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?|[a-z0-9-]*[a-z0-9]:(?:[\\x01-\\x08\\x0b\\x0c\\x0e-\\x1f\\x21-\\x5a\\x53-\\x7f]|\\\\[\\x01-\\x09\\x0b\\x0c\\x0e-\\x7f])+)\\])"
-
org.gitlab4j.api.utils.MaskingLoggingFilter Modifier and Type Constant Field Value protected static final java.lang.String
REQUEST_PREFIX
"> "
protected static final java.lang.String
RESPONSE_PREFIX
"< "
protected static final java.lang.String
SECTION_PREFIX
"- "