| Class | Description |
|---|---|
| ChocoExecutor |
The class that assembles the appropriate choco command and execute if possible.
|
| ChocoExecutor.ChocoExecutorBuilder |
The only class that can create a ChocoExecutor instance.
|
| ChocoInstaller |
A utility class that can install the chocolatey console application.
|
| Exception | Description |
|---|---|
| ChocoException |
The base exception of simple-choco plugin.
|
| ChocoInstallException |
The exception thrown when the automatic installation fail.
|
| ChocoScriptException |
The exception thrown when the there a problem creating the script file or writing into it.
|