Package com. tinder. gitquery
Types
Git Query Init Extension
Link copied to clipboard
Contains the settings for the gitquery initialize plugin that helps init and update a gitquery config file.
Git Query Init Task
Link copied to clipboard
open class GitQueryInitTask @Inject constructor(syncExtension: GitQuerySyncExtension, initExtension: GitQueryInitExtension) : GitQuerySyncTask
Content copied to clipboard
A Gradle task that given a yaml file, describing a set of files in a remote git repo, and an intermediate (repo) directory, query, fetch and sync those files into a given output directory.
Git Query Plugin
Link copied to clipboard
The main plugin class.
Git Query Sync Extension
Link copied to clipboard
Contains the settings for our plugin.
Git Query Sync Task
Link copied to clipboard
open class GitQuerySyncTask @Inject constructor(syncExtension: GitQuerySyncExtension) : DefaultTask
Content copied to clipboard
A Gradle task that given a yaml file, describing a set of files in a remote git repo, and an intermediate (repo) directory, query, fetch and sync those files into a given output directory.