Created by stewart on 11/19/15.
| Type | Name and description |
|---|---|
java.lang.String |
adminHost |
java.lang.String |
adminPassword |
java.lang.Integer |
adminPort |
java.lang.String |
adminUser |
java.lang.String |
analyticsUrl |
java.lang.String |
biHost |
java.lang.Integer |
biPort |
java.lang.String |
cliPathPolicy |
java.lang.String |
compatibility |
java.lang.String |
domainHome |
java.lang.String |
dsnName |
java.lang.Object |
error |
java.lang.Object |
output |
java.lang.String |
presentationUrl |
org.gradle.api.Project |
project |
java.lang.String |
protocol |
java.lang.String |
serviceInstance |
| Constructor and description |
|---|
Server
(org.gradle.api.Project project, java.lang.String compatibility) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.Object |
applyCredentials(java.lang.String adminUser = 'weblogic', java.lang.String adminPassword) |
|
java.lang.Object |
applyDomainConfig(java.lang.String domainHome, java.lang.String serviceInstance) |
|
java.lang.Object |
applyServerConfig(java.lang.String adminHost = Utils.getHostname(, java.lang.Integer adminPort = null, java.lang.String biHost = null, java.lang.Integer biPort = null, java.lang.String dsnName = null, java.lang.String presentationUrl = null, java.lang.String analyticsUrl = null, java.lang.String protocol = 'http', java.lang.String cliPathPolicy = 'bitools'
) |
|
java.lang.Object |
assertCompatibility() |
|
java.lang.Object |
catalogApplyPatch(java.io.File patch, java.io.File outfile, java.lang.Boolean ignore = false) |
|
java.lang.Object |
catalogArchive(java.lang.String archiveFolder, java.io.File archive, java.lang.String access, java.io.File temporaryDir, java.io.File catalog = null, java.lang.Object ignore = false, java.lang.Long timeout = 5000, java.lang.String skipFolder = null) |
|
java.lang.Object |
catalogCreatePatch(java.io.File diff, java.io.File patch, java.io.File catalog = null, java.lang.Boolean ignore = false) |
|
java.lang.Object |
flushOutput() |
|
java.lang.Object |
getAdminUrl() |
|
java.lang.Object |
getCatalogDir()Returns the location of the Presentation Catalog. |
|
java.lang.Object |
getCommand(java.lang.String command)Returns a callable version of a CLI, taking into consideration the OS platform as well as cliPathPolicy. |
|
java.util.List |
getConnectArgs(java.lang.String access, java.io.File temporaryDir, java.io.File catalog = null, java.lang.Boolean patch = false) |
|
java.lang.Object |
getCredFile(java.io.File temporaryDir)Returns a Catalog Manager Credential file. |
|
java.lang.Object |
getCredText()Returns text for constructing a Catalog Manager credential file. |
|
java.lang.Object |
getDataModelCmd()Returns version-specific data model command. |
|
java.lang.Object |
getDomainDir()Returns a file representation of domainHome. |
|
java.lang.Object |
getSoapVersion()Returns the SOAP service version based on compatibility. |
|
java.lang.Object |
getToolsExecDir()Returns the location of the 'bitools/bin' directory. |
|
boolean |
is12210()True if compatibility is '12.2.1.0'. |
|
boolean |
is12211()True if compatibility is '12.2.1.1'. |
|
boolean |
is12212()True if compatibility is '12.2.1.2'. |
|
boolean |
is12213()True if compatibility is '12.2.1.3'. |
|
boolean |
is12214()True if compatibility is '12.2.1.4'. |
|
java.lang.Object |
logError(java.lang.Exception e) |
|
void |
setAdminPort(java.lang.Integer adminPort = null)Sets the port number to use for the OBI Admin Server. |
|
java.lang.Object |
setAnalyticsUrl(java.lang.String analyticsUrl = null) |
|
void |
setBIPort(java.lang.Integer biPort = null)Sets the port number to use for the BI instance. |
|
java.lang.Object |
setDomainHome(java.lang.String domainHome = null)Specifies the Domain Home directory path to use for to use for OBI. |
|
java.lang.Object |
setDsnName(java.lang.String dsnName = null) |
|
java.lang.Object |
setPresentationUrl(java.lang.String presentationUrl = null) |
|
void |
setServiceInstance(java.lang.String serviceInstance = null)Sets the Service Instance for use with the 12c REST API and command-line tools. |
| 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() |
Returns the location of the Presentation Catalog.
Returns a callable version of a CLI, taking into consideration the OS platform as well as cliPathPolicy.
Returns a Catalog Manager Credential file.
Returns text for constructing a Catalog Manager credential file.
Returns version-specific data model command.
Returns a file representation of domainHome.
Returns the SOAP service version based on compatibility.
Returns the location of the 'bitools/bin' directory.
True if compatibility is '12.2.1.0'.
True if compatibility is '12.2.1.1'.
True if compatibility is '12.2.1.2'.
True if compatibility is '12.2.1.3'.
True if compatibility is '12.2.1.4'.
Sets the port number to use for the OBI Admin Server.
adminPort - The Admin Server port number. Leaving it null uses the defaults.
11g default: 7001
12c default: 9500
Sets the port number to use for the BI instance.
biPort - The BI Instance port number. Leaving it null uses the defaults.
11g default: 9704
12c default: 9502
Specifies the Domain Home directory path to use for to use for OBI.
domainHome - The OBI Domain Home directory path.Sets the Service Instance for use with the 12c REST API and command-line tools.
serviceInstance - The name of the OBI 12c Service Instance.
Default: "ssi".
Groovy Documentation