CleanTask |
The task running the Clean command by invoking the Nyx.clean() method on the backing Nyx instance.
|
CoreTask |
The abstract superclass for all Nyx core tasks.
|
InferTask |
The task running the Infer command by invoking the Nyx.infer() method on the backing Nyx instance.
|
MakeTask |
The task running the Make command by invoking the Nyx.make() method on the backing Nyx instance.
|
MarkTask |
The task running the Mark command by invoking the Nyx.mark() method on the backing Nyx instance.
|
NyxExtension |
The plugin configuration object.
|
NyxExtension.CommitMessageConventions |
The class to model the 'commitMessageConventions' block within the extension.
|
NyxExtension.CommitMessageConventions.CommitMessageConvention |
The class to model a single 'commitMessageConventions' item within the extension.
|
NyxPlugin<T> |
The main plugin class.
|
PublishTask |
The task running the Publish command by invoking the Nyx.publish() method on the backing Nyx instance.
|
ReleaseTask |
|