Interface AzureDevOpsConstants
-
public interface AzureDevOpsConstants
-
-
Field Summary
Fields Modifier and Type Field Description static Set<String>
ALLOWED_SCOPES
static String
APP_ID_PARAM
static String
CLIENT_SECRET_PARAM
static String
DEFAULT_SCOPE
static String
DEFAULT_SCOPE_PROP
static String
FETCH_TFVC_REPOSITORIES_ENABLED_PROP
static String
OAUTH_AZUREDEVOPS_REPOSITORY_ENABLED_PROP
static String
ORGANIZATIONS_KEY
static String
SCOPE_PARAM
static String
SERVER_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
-
-