Class GitLabDiffService
java.lang.Object
net.n2oapp.framework.sandbox.templates.GitLabDiffService
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GitLabDiffService
public GitLabDiffService()
-
-
Method Details
-
collectChangedPackages
public void collectChangedPackages(String resourcesPath, String oldTag, String newTag, Set<String> maybeDeletedPackages, Set<String> changedPackages) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-
listFilesAtTag
public List<String> listFilesAtTag(String tag, String resourcesPath) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-