Interface ServiceNowParameterDefinition.PARAMS_NAMES
- 
- Enclosing class:
 - ServiceNowParameterDefinition
 
public static interface ServiceNowParameterDefinition.PARAMS_NAMES 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringappScopestatic StringbatchRollbackIdstatic StringcredentialsForInstalledAppstatic StringcredentialsForPublishedAppstatic Stringdescriptionstatic StringinstanceForInstalledAppUrlstatic StringinstanceForPublishedAppUrlstatic StringprogressCheckIntervalstatic StringpublishedAppVersionstatic StringrollbackAppVersionstatic StringsysId 
 - 
 
- 
- 
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
 
 
 - 
 
 -