- addAdminMode(boolean) - Method in class xyz.ronella.gradle.plugin.simple.choco.ChocoExecutor.ChocoExecutorBuilder
-
Adds an indication assembled choco command will be executed in admin mode.
- addArgs(String...) - Method in class xyz.ronella.gradle.plugin.simple.choco.ChocoExecutor.ChocoExecutorBuilder
-
Adds multiple arguments in one command.
- addAutoInstall(boolean) - Method in class xyz.ronella.gradle.plugin.simple.choco.ChocoExecutor.ChocoExecutorBuilder
-
Adds an indication if the ChocoExecutor will auto install chocolatey.
- addChocoHome(File) - Method in class xyz.ronella.gradle.plugin.simple.choco.ChocoExecutor.ChocoExecutorBuilder
-
Adds the location of a non-standard location of chocolatey installation.
- addCommand(String) - Method in class xyz.ronella.gradle.plugin.simple.choco.ChocoExecutor.ChocoExecutorBuilder
-
Add the choco command the be executed.
- addForceAdminMode(boolean) - Method in class xyz.ronella.gradle.plugin.simple.choco.ChocoExecutor.ChocoExecutorBuilder
-
Adds an indication that the choco is being force to run in admin mode.
- addLogging(boolean) - Method in class xyz.ronella.gradle.plugin.simple.choco.ChocoExecutor.ChocoExecutorBuilder
-
Adds an indication that the choco must log its activities to a file.
- addNoop(boolean) - Method in class xyz.ronella.gradle.plugin.simple.choco.ChocoExecutor.ChocoExecutorBuilder
-
Adds an indication that no actual choco command will be executed
- addNoScriptDeletion(boolean) - Method in class xyz.ronella.gradle.plugin.simple.choco.ChocoExecutor.ChocoExecutorBuilder
-
Indicates that the script generated will not be deleted.
- addOSType(OSType) - Method in class xyz.ronella.gradle.plugin.simple.choco.ChocoExecutor.ChocoExecutorBuilder
-
Add an OSType in the builder.
- addPackages(List<List<String>>) - Method in class xyz.ronella.gradle.plugin.simple.choco.ChocoExecutor.ChocoExecutorBuilder
-
The the packages to be scripted.
- addRunningOnAdmin(boolean) - Method in class xyz.ronella.gradle.plugin.simple.choco.ChocoExecutor.ChocoExecutorBuilder
-
Adds an indication that the choco is already running on administration mode.
- addScriptMode(boolean) - Method in class xyz.ronella.gradle.plugin.simple.choco.ChocoExecutor.ChocoExecutorBuilder
-
Adds an indication that the choco commands will be scripted.
- addTaskName(String) - Method in class xyz.ronella.gradle.plugin.simple.choco.ChocoExecutor.ChocoExecutorBuilder
-
Adds the name of the task being executed.
- addZArgs(String...) - Method in class xyz.ronella.gradle.plugin.simple.choco.ChocoExecutor.ChocoExecutorBuilder
-
Adds multiple zArguments in one command.
- Administration - Class in xyz.ronella.gradle.plugin.simple.choco.tools
-
An administration utility.