use of com.google.startupos.tools.reviewer.aa.commands.InitCommand in project startup-os by google.
the class CodeReviewServiceTextDiffTest method initAaBase.
private void initAaBase(String initialRepoFolder, String aaBaseFolder) {
InitCommand initCommand = component.getInitCommand();
String[] args = { "init", "--base_path", aaBaseFolder, "--startupos_repo", initialRepoFolder };
initCommand.run(args);
}
use of com.google.startupos.tools.reviewer.aa.commands.InitCommand in project startup-os by google.
the class CodeReviewServiceGetDiffFilesTest method initAaBase.
private void initAaBase(String initialRepoFolder, String aaBaseFolder) {
InitCommand initCommand = component.getInitCommand();
String[] args = { "init", "--base_path", aaBaseFolder, "--startupos_repo", initialRepoFolder };
initCommand.run(args);
}
Aggregations