Created by stewart on 10/7/14.
| Type | Name and description |
|---|---|
java.lang.String |
adminHostThe hostname used for the OBI Admin Server. |
java.lang.String |
adminPasswordThe password associated with adminUser. |
java.lang.Object |
adminPortThe port used for the OBI Admin Server. |
java.lang.String |
adminUserThe name of the OBI administration user. |
java.lang.String |
barPasswordPassword used for encrypting a BAR file. |
java.lang.String |
biHostThe hostname used for the OBI BI service in 12c. |
java.lang.Object |
biPortThe BI server port number. |
java.lang.String |
catalogModeMode for storing the presentation catalog in source control. |
java.lang.String |
cliPathPolicyDetermine the path strategy used for calling CLI utilities. |
java.lang.String |
compatibilityThe version of OBI APIs and utilities that Checkmate will execute against. |
java.lang.String |
connPoolsNameDefault base file name used when exporting and importing connection pools. |
java.lang.String |
connPoolsPathFull file path that overrides connPoolsName. |
java.lang.String |
contentPolicyThis parameter controls whether we are primarily importing, exporting and publishing OBIEE content using traditional tools and APIs, therefore generating distribution files. |
java.lang.String |
decisionFileNameName used for the decision analytics file. |
java.lang.String |
domainHomeThe location of the OBI domain. |
java.lang.Boolean |
enableBuildGroupsDetermines whether the default build groups 'feature', 'release' and 'promote' are automatically enabled. |
java.lang.Boolean |
exportConnPoolVarsDetermines whether variables are exported as well when issuing 'connPoolsExport'. |
java.lang.String |
fmwInstanceOBI 11g Only: The name of the Fusion Middleware Instance. |
java.lang.Boolean |
generateMergedRpdDetermines whether a fully-merged repository file is created and added to any distribution files when `metadataCompare` tasks are executed. |
java.lang.Boolean |
generateXmlDetermines whether a single XML file of the repository is created and added to any distribution files. |
java.lang.Boolean |
importReloadDetermines whether metadataReload is executed during import workflow tasks. |
java.lang.Boolean |
importVersionJsonDetermines whether the current_version repository variable is created and populated during import workflow tasks. |
java.lang.Boolean |
importWorkflowConnsDetermines whether connPoolsExport and connPoolsImport are executed during import workflow tasks. |
java.lang.Object |
jenkinsAdminCredThe Jenkins username/password credential environment variable used to specify 'adminUser' and 'adminPassword'. |
java.lang.String |
metadataFileNameName used for the metadata analytics file. |
java.lang.String |
metadataPatchModeThe patch upgrade strategy used when automatically applying patches to offline repositories. |
java.lang.String |
metadataProject |
java.lang.String |
middlewareHomeThe location of the OBI middleware home directory. |
java.lang.String |
mudHistXmlName |
java.lang.String |
mudMasterPath |
java.lang.Boolean |
patchReloadDetermines whether metadataReload is executed during patch workflow tasks. |
java.lang.Boolean |
patchVersionJsonDetermines whether the current_version repository variable is created and populated during patch workflow tasks. |
java.lang.Object |
presentationPortThe presentation server port number. |
java.lang.Object |
protocolThe presentation server protocol to use. |
java.lang.String |
publishBaseThe base file name for artifacts. |
java.lang.String |
publishGroupThe publication group used for artifacts |
java.lang.String |
regressionTestNameName for the directory where the compiled testing library is extracted. |
java.lang.String |
reportDirNameThe default name of the directory where catalog reports are written. |
java.lang.String |
repositoryModeMode for storing the metadata repository in source control. |
java.lang.String |
repositoryPasswordThe password used for the OBI metadata model repository. |
java.lang.String |
scmCommitPath |
java.lang.String |
scmCommitter |
java.lang.String |
scmEmail |
java.lang.String |
scmMessage |
java.lang.String |
serviceInstanceOBI 12c Only: The Service Instance to deploy content to. |
java.lang.String |
sourceBaseBase directory for source control. |
java.lang.String |
testFileNameName used for the test analytics file. |
java.lang.String |
testPassword |
java.lang.String |
testUser |
java.lang.String |
trustPasswordPassword used with the SSL trust keystore. |
java.lang.String |
trustPathPath to the SSL trust keystore. |
java.lang.Boolean |
useBarArchiveDetermines whether importarchive.sh and exportarchive.sh are used with 12c BAR tasks. |
java.lang.Boolean |
useCatalogArchiveDetermines whether a presentation catalog archive file is used instead of direct catalog file copies. |
java.lang.Boolean |
useMergedRpdDetermines whether fully-merged repository files are used from distribution files instead of the repository file that was built from source control. |
java.lang.Boolean |
useOnlineCatalogDetermines whether the online presentation catalog is used instead of the offline presentation catalog whenever possible. |
java.lang.Boolean |
useRestApiDetermines whether an equivalent REST API call will be used whenever available. |
java.lang.Boolean |
validateRpdDetermines whether repository validation will run as part of the 'metadataBuild' process. |
java.lang.String |
variablesNameDefault base file name used when exporting and importing variables. |
java.lang.String |
variablesPathFull file path that overrides variablesName. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
The hostname used for the OBI Admin Server.
Default: result of the Java getHostname() method
The password associated with adminUser.
The port used for the OBI Admin Server. Default: depends on the version of OBIEE
The name of the OBI administration user.
Default: weblogic
Password used for encrypting a BAR file.
The hostname used for the OBI BI service in 12c. Checks with the OS for a default.
Default: result of the Java getHostname() method
The BI server port number. Default: depends on the version of OBIEE
Mode for storing the presentation catalog in source control.
dir: Native presentation catalog directory structure (default)
zip: A single ZIP file of the catalog.
Determine the path strategy used for calling CLI utilities. Value of 'bitools' means that the full path to the 'bitools' directory will be appended to all CLI calls.
Default: bitools
The version of OBI APIs and utilities that Checkmate will execute against. OBI usually accepts API calls for prior compatibility versions.
Default: 12.2.1.4
Default base file name used when exporting and importing connection pools.
Default: conn-pools, which generates conn-pools.json as the file.
Full file path that overrides connPoolsName.
This parameter controls whether we are primarily importing, exporting and publishing OBIEE content using traditional tools and APIs, therefore generating distribution files. Or, whether we are using the new BAR utilities and APIs introduced in OBIEE 12c.
distribution: default to utilities used for generating distribution files.
distribution-metadata: same as distribution, except distribution files only contain metadata content.
distribution-catalog: same as distribution, except distribution files only contain catalog content.
bar: default to utilities used for generating BAR files.
mixed: (DEPRECATED) imports and exports using distribution tools, but also generate a BAR file during publication.
Name used for the decision analytics file.
Default: obi-decision.json
The location of the OBI domain.
Default: <middlewareHome>/user_projects/domains/bi
Determines whether the default build groups 'feature', 'release' and 'promote' are automatically enabled. Default: true
Determines whether variables are exported as well when issuing 'connPoolsExport'. Default: true
OBI 11g Only: The name of the Fusion Middleware Instance. Defaults to 'instance1'.
Determines whether a fully-merged repository file is created and added to any distribution files when `metadataCompare` tasks are executed. Default: true
Determines whether a single XML file of the repository is created and added to any distribution files. Default: false
Determines whether metadataReload is executed during import workflow tasks.
Default: true
Determines whether the current_version repository variable is created and populated during import workflow tasks.
Default: true
Determines whether connPoolsExport and connPoolsImport are executed during import workflow tasks.
Default: true
The Jenkins username/password credential environment variable used to specify 'adminUser' and 'adminPassword'.
Default: ADMIN
Name used for the metadata analytics file.
Default: obi-metadata.json
The patch upgrade strategy used when automatically applying patches to offline repositories.
Default: upgrade
The location of the OBI middleware home directory.
Determines whether metadataReload is executed during patch workflow tasks.
Default: true
Determines whether the current_version repository variable is created and populated during patch workflow tasks.
Default: true
The presentation server port number. Default: depends on the version of OBIEE
The presentation server protocol to use.
Default: http
The base file name for artifacts. Default: the name of the project directory
The publication group used for artifacts
Default: obiee
Name for the directory where the compiled testing library is extracted.
Default: classes
The default name of the directory where catalog reports are written. Default: 'misc/reports'
Mode for storing the metadata repository in source control.
dir: MDS-XML format (the default)
xml: A single XML file with the entire repository
bin: A binary repository.
The password used for the OBI metadata model repository.
OBI 12c Only: The Service Instance to deploy content to.
Base directory for source control.
Default: src/main
Name used for the test analytics file.
Default: obi-test.json
Password used with the SSL trust keystore.
Path to the SSL trust keystore.
Determines whether importarchive.sh and exportarchive.sh are used with 12c BAR tasks.
Default: true
Determines whether a presentation catalog archive file is used instead of direct catalog file copies. Default: false
Determines whether fully-merged repository files are used from distribution files instead of the repository file that was built from source control. Default: false
Determines whether the online presentation catalog is used instead of the offline presentation catalog whenever possible. Default: false
Determines whether an equivalent REST API call will be used whenever available. Default: false
Determines whether repository validation will run as part of the 'metadataBuild' process. Default: true
Default base file name used when exporting and importing variables.
Default: variables, which generates variables.json as the file.
Full file path that overrides variablesName.