Package-level declarations

Tasks for assisting with plugin development.

Types

Link copied to clipboard
@DisableCachingByDefault(because = "Not worth caching")
abstract class GeneratePluginDescriptors : DefaultTask
Generates plugin descriptors from plugin declarations.
Link copied to clipboard
@DisableCachingByDefault(because = "Not worth caching")
abstract class PluginUnderTestMetadata : DefaultTask
Custom task for generating the metadata for a plugin user test.
Link copied to clipboard
Validates plugins by checking property annotations on work items like tasks and artifact transforms.