Package jetbrains.buildServer.web.impl
Interface TeamCityInternalKeys
-
public interface TeamCityInternalKeysThis 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 StringEVENT_TRACKERstatic StringFIRST_LOGIN_REDIRECT_URLThe session key can be used in plugins to redirect user to the specific page after registration.static StringINTERNAL_KEY_PREFIXstatic StringPAGE_EXTENSIONS_COLLECTIONstatic StringPAGE_URL_KEYstatic StringSERVICE_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
-
-