1 package com.neuronrobotics.bowlerstudio.scripting;
3 import org.eclipse.jgit.api.Git;
5 import com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler;
10 private RuntimeException
ex;
14 ref = git.getRepository().getConfig().getString(
"remote",
"origin",
"url");
16 "Git opened here, timeout on close!!\nWhen Done with the git object, Call:\n ScriptingEngine.closeGit(git);\n"
22 while((startTime+(1000*120))>System.currentTimeMillis())
27 }
catch (InterruptedException e) {
32 startTime=System.currentTimeMillis();
void uncaughtException(Thread t, Throwable e)
RuntimeException getException()
void setException(RuntimeException ex)