Package jetbrains.buildServer.web.impl
Interface TeamCityInternalKeys
-
public interface TeamCityInternalKeys
This interface contains definitions for internal use and not intended for use by plugins and extensions. It is placed into open API package for the sake of TeamCity internal development convenience.
-
-
Field Summary
Fields Modifier and Type Field Description static String
EVENT_TRACKER
static String
FIRST_LOGIN_REDIRECT_URL
The session key can be used in plugins to redirect user to the specific page after registration.static String
INTERNAL_KEY_PREFIX
static String
PAGE_EXTENSIONS_COLLECTION
static String
PAGE_URL_KEY
static String
SERVICE_LOCATOR
-
-
-
Field Detail
-
INTERNAL_KEY_PREFIX
@NonNls static final String INTERNAL_KEY_PREFIX
- See Also:
- Constant Field Values
-
SERVICE_LOCATOR
@NonNls static final String SERVICE_LOCATOR
- See Also:
- Constant Field Values
-
EVENT_TRACKER
@NonNls static final String EVENT_TRACKER
- See Also:
- Constant Field Values
-
PAGE_EXTENSIONS_COLLECTION
@NonNls static final String PAGE_EXTENSIONS_COLLECTION
- See Also:
- Constant Field Values
-
PAGE_URL_KEY
@NonNls static final String PAGE_URL_KEY
- See Also:
- Constant Field Values
-
FIRST_LOGIN_REDIRECT_URL
@NotNull static final String FIRST_LOGIN_REDIRECT_URL
The session key can be used in plugins to redirect user to the specific page after registration.- Since:
- 10.0.3
- See Also:
- Constant Field Values
-
-