public interface RepoPatchDetails
| Type Params | Return Type | Name and description |
|---|---|---|
|
public org.gradle.api.provider.Property<java.lang.Boolean> |
getAddAsSafeDirectory()Whether to add the patched repo to git's safe directories list. |
|
public org.gradle.api.provider.Property<java.lang.String> |
getCommitterEmailOverride()A temporary committer name to use for applied patches. |
|
public org.gradle.api.provider.Property<java.lang.String> |
getCommitterNameOverride()A temporary committer name to use for applied patches. |
|
public java.lang.String |
getName()Get the name of this RepoPatchDetails. |
|
public org.gradle.api.file.DirectoryProperty |
getPatches()The folder where the patches are saved |
|
public org.gradle.api.file.DirectoryProperty |
getRoot()The root/project directory. |
|
public org.gradle.api.provider.Property<java.lang.String> |
getSubmodule()The name of the submodule directory created. |
|
public org.gradle.api.file.DirectoryProperty |
getTarget()The target folder for the patched repository. |
Whether to add the patched repo to git's safe directories list.
A temporary committer name to use for applied patches.
A temporary committer name to use for applied patches.
Get the name of this RepoPatchDetails.
The folder where the patches are saved
The root/project directory.
This usually does not need to be manually set.
The name of the submodule directory created.
The target folder for the patched repository.