Class LocalGitDiffService
java.lang.Object
net.n2oapp.framework.sandbox.templates.LocalGitDiffService
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LocalGitDiffService
public LocalGitDiffService()
-
-
Method Details
-
collectChangedPackagesFromPackage
public static void collectChangedPackagesFromPackage(File gitRoot, String resourcesPath, String oldTag, String newTag, Set<String> maybeDeletedPackages, Set<String> changedPackages) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-
runGitCommand
public static List<String> runGitCommand(File workingDir, String... args) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-