Interface Parameters
-
- All Implemented Interfaces:
-
org.gradle.api.provider.ValueSourceParameters
public interface Parameters implements ValueSourceParametersParameters for passing down git command list.
-
-
Method Summary
Modifier and Type Method Description abstract ListProperty<String>getCommands()List of commands to execute in an external process. abstract Property<File>getDirectory()Working directory to execute external process in. -
-
Method Detail
-
getCommands
abstract ListProperty<String> getCommands()
List of commands to execute in an external process.
-
getDirectory
abstract Property<File> getDirectory()
Working directory to execute external process in.
-
-
-
-