| Type | Name and description |
|---|---|
java.lang.String |
agentUrlURL for an ODI Agent used in CI/CD pipelines. |
java.lang.String |
buildBaseThe base ODI build directory, which exists inside of the project 'buildDir' directory. |
java.lang.String |
buildDirThe build directory for all source objects. |
java.lang.String |
compatibilityThe version of ODI that Checkmate will maintain compatibility with. |
java.lang.String |
contentPolicyWhat method of content are we using in source control: 'dir' or 'file'. |
java.lang.Boolean |
enableGlobalsWhen enabled, support ODI Global Objects in this Gradle project directory. |
java.lang.Boolean |
enableLoadPlansWhen enabled, support ODI Load Plans in this Gradle project directory. |
java.lang.Boolean |
enableModelsWhen enabled, support ODI Design Models in this Gradle project directory. |
java.lang.Boolean |
enableProjectsWhen enabled, support ODI Design Projects in this Gradle project directory. |
java.lang.Boolean |
enableScenariosWhen enabled, support ODI Scenarios in this Gradle project directory. |
java.lang.Boolean |
enableTopologiesWhen enabled, support ODI Topology Objects in this Gradle project directory. |
java.lang.String |
masterDriver |
java.lang.String |
masterPassword |
java.lang.String |
masterRepo |
java.lang.String |
masterUrl// * When enabled, all Instance Tasks ensure that the ODI API zip file is downloaded and extracted. |
java.lang.String |
odiPassword |
java.lang.String |
odiUser |
java.lang.String |
projectCodeThe code of the ODI project being built. |
java.lang.String |
projectFolderWhen specified, a Gradle subproject folder can be associated with a particular ODI repository folder. |
java.lang.String |
projectNameThe name of the ODI project being built. |
java.lang.String |
sourceBaseThe base directory for all source objects. |
java.lang.String |
taskGroupThe group name to use for all tasks. |
java.lang.String |
workRepo |
java.lang.String |
workTypeThe type of Work Repository: 'development' or 'execution'. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.Object |
getProjectCode(java.lang.String name)Returns a normalized version of the ODI Project Name for use as the Project Code. |
|
java.lang.Object |
isDevelopment()Returns a Boolean: true if this is a development work repository; false if it is not. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), 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() |
URL for an ODI Agent used in CI/CD pipelines.
The base ODI build directory, which exists inside of the project 'buildDir' directory.
The build directory for all source objects.
The version of ODI that Checkmate will maintain compatibility with.
What method of content are we using in source control: 'dir' or 'file'.
When enabled, support ODI Global Objects in this Gradle project directory. Default is 'true'.
When enabled, support ODI Load Plans in this Gradle project directory. Default is 'true'.
When enabled, support ODI Design Models in this Gradle project directory. Default is 'true'.
When enabled, support ODI Design Projects in this Gradle project directory. Default is 'true'.
When enabled, support ODI Scenarios in this Gradle project directory. Default is 'true'.
When enabled, support ODI Topology Objects in this Gradle project directory. Default is 'true'.
// * When enabled, all Instance Tasks ensure that the ODI API zip file is downloaded and extracted. Only applicable with the 'com.redpillanalytics.checkmate.odi.api' plugin is enabled. //
The code of the ODI project being built. Defaults to a normalized version of the project name.
When specified, a Gradle subproject folder can be associated with a particular ODI repository folder. Default: NULL, or support all folders in project 'odi.projectName'.
The name of the ODI project being built. Defaults to the directory name in source control. Required parameter.
The base directory for all source objects.
The group name to use for all tasks. Default: 'Checkmate'.
The type of Work Repository: 'development' or 'execution'.
Returns a normalized version of the ODI Project Name for use as the Project Code.
Returns a Boolean: true if this is a development work repository; false if it is not.