Skip navigation links
A B C D E G I O R V X 

A

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.

B

BIN_DIR - Static variable in class xyz.ronella.gradle.plugin.simple.choco.ChocoInstaller
The directory that holds the EXECUTABLE.
build() - Method in class xyz.ronella.gradle.plugin.simple.choco.ChocoExecutor.ChocoExecutorBuilder
The method that actually builds an instance of ChocoExecutor.

C

ChocoException - Exception in xyz.ronella.gradle.plugin.simple.choco
The base exception of simple-choco plugin.
ChocoException() - Constructor for exception xyz.ronella.gradle.plugin.simple.choco.ChocoException
 
ChocoException(Throwable) - Constructor for exception xyz.ronella.gradle.plugin.simple.choco.ChocoException
 
ChocoExecutor - Class in xyz.ronella.gradle.plugin.simple.choco
The class that assembles the appropriate choco command and execute if possible.
ChocoExecutor.ChocoExecutorBuilder - Class in xyz.ronella.gradle.plugin.simple.choco
The only class that can create a ChocoExecutor instance.
ChocoInstaller - Class in xyz.ronella.gradle.plugin.simple.choco
A utility class that can install the chocolatey console application.
ChocoInstallException - Exception in xyz.ronella.gradle.plugin.simple.choco
The exception thrown when the automatic installation fail.
ChocoInstallException() - Constructor for exception xyz.ronella.gradle.plugin.simple.choco.ChocoInstallException
 
ChocoInstallException(Throwable) - Constructor for exception xyz.ronella.gradle.plugin.simple.choco.ChocoInstallException
 
ChocoScriptException - Exception in xyz.ronella.gradle.plugin.simple.choco
The exception thrown when the there a problem creating the script file or writing into it.
ChocoScriptException(Throwable) - Constructor for exception xyz.ronella.gradle.plugin.simple.choco.ChocoScriptException
 
CommandRunner - Class in xyz.ronella.gradle.plugin.simple.choco.tools
A utility class for running command.

D

DEFAULT_INSTALL_LOCATION - Static variable in class xyz.ronella.gradle.plugin.simple.choco.ChocoInstaller
The default installation location of chocolatey application.

E

EXECUTABLE - Static variable in class xyz.ronella.gradle.plugin.simple.choco.ChocoInstaller
The choco executor file nanme.
execute() - Method in class xyz.ronella.gradle.plugin.simple.choco.ChocoExecutor
Actually execute the assembled choco command.

G

getBuilder() - Static method in class xyz.ronella.gradle.plugin.simple.choco.ChocoExecutor
Creates an instance of ChocoExecutorBuilder.
getCommand() - Method in class xyz.ronella.gradle.plugin.simple.choco.ChocoInstaller
The command the and parameters that will install the chocolatey application.

I

identify() - Static method in enum xyz.ronella.gradle.plugin.simple.choco.tools.OSType
Identifies the current OS that running the java application.
install() - Static method in class xyz.ronella.gradle.plugin.simple.choco.ChocoInstaller
The method that will actually install the chocolatey application.
isElevatedMode() - Static method in class xyz.ronella.gradle.plugin.simple.choco.tools.Administration
Detect if the plugin is running on elevated terminal.

O

OSType - Enum in xyz.ronella.gradle.plugin.simple.choco.tools
The enumerator that identifies the OSType.

R

runCommand(BiConsumer<String, String>, String...) - Static method in class xyz.ronella.gradle.plugin.simple.choco.tools.CommandRunner
The method that actually runs the command.

V

valueOf(String) - Static method in enum xyz.ronella.gradle.plugin.simple.choco.tools.OSType
Returns the enum constant of this type with the specified name.
values() - Static method in enum xyz.ronella.gradle.plugin.simple.choco.tools.OSType
Returns an array containing the constants of this enum type, in the order they are declared.

X

xyz.ronella.gradle.plugin.simple.choco - package xyz.ronella.gradle.plugin.simple.choco
 
xyz.ronella.gradle.plugin.simple.choco.tools - package xyz.ronella.gradle.plugin.simple.choco.tools
 
A B C D E G I O R V X 
Skip navigation links