@org.gradle.api.tasks.UntrackedTask(because: State is tracked by git) abstract class ApplyPatchesTask extends PatchTask
| Type | Name and description |
|---|---|
UpdateSubmodulesTask |
updateTask |
| Constructor and description |
|---|
ApplyPatchesTask
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
applyPatches() |
|
abstract org.gradle.api.file.DirectoryProperty |
getDestRepo() |
|
abstract org.gradle.api.file.DirectoryProperty |
getPatchDir() |
|
java.io.File[] |
getPatches() |
|
org.gradle.api.provider.Provider<org.gradle.api.file.RegularFile> |
getRefCache() |
| Methods inherited from class | Name |
|---|---|
class PatchTask |
addAsSafeRepo, cleanUpSafeRepo, getAddAsSafeDirectory, getCachedRef, getCachedSubmoduleRef, getCommitterEmail, getCommitterName, getGitDir, getPatchDir, getPatches, getRefCache, getRoot, getSubmoduleRoot, setupGit |
class SubmoduleTask |
getSubmodule |
class GitTask |
getRepo |
Groovy Documentation