Index

A E G H N P R S T 
All Classes and Interfaces|All Packages

A

apply(Project) - Method in class name.jurgenei.gradle.python.PythonRunnerPlugin
Registers the PythonRunnerTask task in the target project.

E

equals(Object) - Method in record class name.jurgenei.gradle.python.PythonRunnerTask.Result
Indicates whether some other object is "equal to" this one.
exitCode() - Method in record class name.jurgenei.gradle.python.PythonRunnerTask.Result
Returns the value of the exitCode record component.

G

getArgs() - Method in class name.jurgenei.gradle.python.PythonRunnerTask
Returns positional arguments passed to the script.
getPythonExecutable() - Method in class name.jurgenei.gradle.python.PythonRunnerTask
Returns the Python executable used to create the virtual environment.
getRequirements() - Method in class name.jurgenei.gradle.python.PythonRunnerTask
Returns the requirements file used for dependency installation.
getScript() - Method in class name.jurgenei.gradle.python.PythonRunnerTask
Returns the script file to execute.
getWorkDir() - Method in class name.jurgenei.gradle.python.PythonRunnerTask
Returns the working directory used for command execution and venv storage.
getWorkDirPath() - Method in class name.jurgenei.gradle.python.PythonRunnerTask
Returns the configured working directory path for incremental input tracking.

H

hashCode() - Method in record class name.jurgenei.gradle.python.PythonRunnerTask.Result
Returns a hash code value for this object.

N

name.jurgenei.gradle.python - package name.jurgenei.gradle.python
 

P

PythonRunnerPlugin - Class in name.jurgenei.gradle.python
Gradle plugin entry point that registers the PythonRunnerTask task.
PythonRunnerPlugin() - Constructor for class name.jurgenei.gradle.python.PythonRunnerPlugin
 
PythonRunnerTask - Class in name.jurgenei.gradle.python
Gradle task that executes a Python script from a project directory.
PythonRunnerTask() - Constructor for class name.jurgenei.gradle.python.PythonRunnerTask
 
PythonRunnerTask.Result - Record Class in name.jurgenei.gradle.python
Process result for a script execution.

R

Result(int, String, String) - Constructor for record class name.jurgenei.gradle.python.PythonRunnerTask.Result
Creates an instance of a Result record class.
runPython() - Method in class name.jurgenei.gradle.python.PythonRunnerTask
Task entry point that prepares the environment and executes the script.

S

setArgs(List<String>) - Method in class name.jurgenei.gradle.python.PythonRunnerTask
Sets positional arguments passed to the script.
setPythonExecutable(String) - Method in class name.jurgenei.gradle.python.PythonRunnerTask
Sets the Python executable used to create the virtual environment.
setRequirements(File) - Method in class name.jurgenei.gradle.python.PythonRunnerTask
Sets the requirements file for dependency installation.
setScript(File) - Method in class name.jurgenei.gradle.python.PythonRunnerTask
Sets the script file to execute.
setWorkDir(File) - Method in class name.jurgenei.gradle.python.PythonRunnerTask
Sets the working directory used for command execution and venv storage.
stderr() - Method in record class name.jurgenei.gradle.python.PythonRunnerTask.Result
Returns the value of the stderr record component.
stdout() - Method in record class name.jurgenei.gradle.python.PythonRunnerTask.Result
Returns the value of the stdout record component.

T

toString() - Method in record class name.jurgenei.gradle.python.PythonRunnerTask.Result
Returns a string representation of this record class.
A E G H N P R S T 
All Classes and Interfaces|All Packages