| Type | Name and description |
|---|---|
java.lang.String |
configEnvThe environment to pass when configuring 'configPath'. |
java.lang.String |
configPathThe path of the Streams configuration file. |
java.lang.String |
functionAppendixThe appendix name to be used when building a pipeline deployment artifact. |
java.lang.String |
pipelineAppendixThe appendix name to be used when building a pipeline deployment artifact. |
java.lang.String |
pipelineBuildNameThe name of the Pipeline build directory in the project build directory. |
java.lang.String |
pipelineCreateNameThe name of the Pipeline deployment 'create' script, which contains all the persistent statements that need to be executed. |
java.lang.String |
pipelineDeployNameThe name of the Pipeline deploy directory in the project build directory. |
java.lang.String |
pipelineDropNameThe name of the Pipeline deployment 'drop' script, which contains all the DROP statements that need to be executed. |
java.lang.String |
pipelineEndpointRESTful endpoint for the KSQL Server. |
java.lang.String |
pipelineSourceNameName of the Pipeline source directory that resides in the sourceBase directory. |
java.lang.String |
pipelineSourcePathFull path of the Pipeline source directory. |
java.lang.String |
sourceBaseBase source directory for the Confluent plugin. |
java.lang.String |
taskGroupThe group name to use for all tasks. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.String |
getPipelinePath()Provides the path for Pipeline source files. |
| 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() |
The environment to pass when configuring 'configPath'. This uses ConfigSlurper, which allows for an environment attribute.
The path of the Streams configuration file. A relative path will be resolved in the project directory, while absolute paths are resolved absolutely.
The appendix name to be used when building a pipeline deployment artifact.
The appendix name to be used when building a pipeline deployment artifact.
The name of the Pipeline build directory in the project build directory.
The name of the Pipeline deployment 'create' script, which contains all the persistent statements that need to be executed.
The name of the Pipeline deploy directory in the project build directory.
The name of the Pipeline deployment 'drop' script, which contains all the DROP statements that need to be executed.
RESTful endpoint for the KSQL Server.
Name of the Pipeline source directory that resides in the sourceBase directory.
Full path of the Pipeline source directory. When set, this overrides the values of sourceBase and sqlSourceName.
Base source directory for the Confluent plugin.
The group name to use for all tasks.
Provides the path for Pipeline source files.