public interface GitPatcherExtension
| 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 org.gradle.api.NamedDomainObjectContainer<RepoPatchDetails> |
getPatchedRepos()Container holding the repos to patch. |
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.
Container holding the repos to patch.
Each RepoPatchDetails will
have a apply[CapitalizedName]Patches, make[CapitalizedName]Patches,
and update[CapitalizedName]Submodules task.
applyPatches, rebuildPatches, and updateSubmodules
depend on the respective tasks of all registered repos.