Interface AzureDevOpsConstants
-
public interface AzureDevOpsConstants
-
-
Field Summary
Fields Modifier and Type Field Description static Set<String>ALLOWED_SCOPESstatic StringAPP_ID_PARAMstatic StringCLIENT_SECRET_PARAMstatic StringDEFAULT_SCOPEstatic StringDEFAULT_SCOPE_PROPstatic StringFETCH_TFVC_REPOSITORIES_ENABLED_PROPstatic StringOAUTH_AZUREDEVOPS_REPOSITORY_ENABLED_PROPstatic StringORGANIZATIONS_KEYstatic StringSCOPE_PARAMstatic StringSERVER_URL_PARAM
-
-
-
Field Detail
-
SERVER_URL_PARAM
static final String SERVER_URL_PARAM
- See Also:
- Constant Field Values
-
APP_ID_PARAM
static final String APP_ID_PARAM
- See Also:
- Constant Field Values
-
CLIENT_SECRET_PARAM
static final String CLIENT_SECRET_PARAM
- See Also:
- Constant Field Values
-
SCOPE_PARAM
static final String SCOPE_PARAM
- See Also:
- Constant Field Values
-
DEFAULT_SCOPE
static final String DEFAULT_SCOPE
- See Also:
- Constant Field Values
-
DEFAULT_SCOPE_PROP
static final String DEFAULT_SCOPE_PROP
- See Also:
- Constant Field Values
-
FETCH_TFVC_REPOSITORIES_ENABLED_PROP
static final String FETCH_TFVC_REPOSITORIES_ENABLED_PROP
- See Also:
- Constant Field Values
-
ORGANIZATIONS_KEY
static final String ORGANIZATIONS_KEY
- See Also:
- Constant Field Values
-
OAUTH_AZUREDEVOPS_REPOSITORY_ENABLED_PROP
static final String OAUTH_AZUREDEVOPS_REPOSITORY_ENABLED_PROP
- See Also:
- Constant Field Values
-
-