ArrangeTask |
The task running the Arrange command by invoking the Nyx.arrange() method on the backing Nyx instance.
|
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.Service |
The class to model a single service item within the 'services' block within the extension.
|
NyxPlugin |
The main plugin class.
|
PublishTask |
The task running the Publish command by invoking the Nyx.publish() method on the backing Nyx instance.
|
ReleaseTask |
|