Interface ServiceNowParameterDefinition.PARAMS_NAMES
-
- Enclosing class:
- ServiceNowParameterDefinition
public static interface ServiceNowParameterDefinition.PARAMS_NAMES
-
-
Field Summary
Fields Modifier and Type Field Description static String
appScope
static String
batchRollbackId
static String
credentialsForInstalledApp
static String
credentialsForPublishedApp
static String
description
static String
instanceForInstalledAppUrl
static String
instanceForPublishedAppUrl
static String
progressCheckInterval
static String
publishedAppVersion
static String
rollbackAppVersion
static String
sysId
-
-
-
Field Detail
-
description
static final String description
- See Also:
- Constant Field Values
-
credentialsForPublishedApp
static final String credentialsForPublishedApp
- See Also:
- Constant Field Values
-
instanceForPublishedAppUrl
static final String instanceForPublishedAppUrl
- See Also:
- Constant Field Values
-
credentialsForInstalledApp
static final String credentialsForInstalledApp
- See Also:
- Constant Field Values
-
instanceForInstalledAppUrl
static final String instanceForInstalledAppUrl
- See Also:
- Constant Field Values
-
sysId
static final String sysId
- See Also:
- Constant Field Values
-
appScope
static final String appScope
- See Also:
- Constant Field Values
-
publishedAppVersion
static final String publishedAppVersion
- See Also:
- Constant Field Values
-
rollbackAppVersion
static final String rollbackAppVersion
- See Also:
- Constant Field Values
-
progressCheckInterval
static final String progressCheckInterval
- See Also:
- Constant Field Values
-
batchRollbackId
static final String batchRollbackId
- See Also:
- Constant Field Values
-
-