GitApplyPatchStep constructor
const
GitApplyPatchStep({
- String id = 'git_apply_patch',
- required String patchPath,
- String? targetDirectory,
- ProcessRunnerInterface? runner,
Implementation
const GitApplyPatchStep({
this.id = 'git_apply_patch',
required this.patchPath,
this.targetDirectory,
this.runner,
});