public class HipeGit
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected Git |
git |
static java.lang.String |
LOCAL_PATH_PROPERTY
vega.hipe.git.localPath
|
static java.lang.String |
PASSWORD_PROPERTY
vega.hipe.git.password
|
static java.lang.String |
REMOTE_PATH_PROPERTY
vega.hipe.git.remotePath
|
static boolean |
TUNNEL |
Modifier | Constructor and Description |
---|---|
protected |
HipeGit() |
Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.String myfileS) |
static HipeGit |
getInstance() |
static HipeGit |
getTunnelInstance() |
void |
gitClone() |
void |
gitCommit(java.lang.String message) |
void |
gitCreate() |
void |
gitPull() |
void |
gitPush() |
void |
gitTrackMaster() |
void |
init() |
protected Git git
public static java.lang.String LOCAL_PATH_PROPERTY
public static java.lang.String REMOTE_PATH_PROPERTY
public static java.lang.String PASSWORD_PROPERTY
public static boolean TUNNEL
public static HipeGit getInstance()
public static HipeGit getTunnelInstance()
public void init() throws java.io.IOException
java.io.IOException
public void gitCreate() throws java.io.IOException
java.io.IOException
public void gitClone() throws java.io.IOException, GitAPIException
java.io.IOException
GitAPIException
public void add(java.lang.String myfileS) throws java.io.IOException, GitAPIException
java.io.IOException
GitAPIException
public void gitCommit(java.lang.String message) throws java.io.IOException, GitAPIException, JGitInternalException
java.io.IOException
GitAPIException
JGitInternalException
public void gitPush() throws java.io.IOException, JGitInternalException, GitAPIException
java.io.IOException
JGitInternalException
GitAPIException
public void gitTrackMaster() throws java.io.IOException, JGitInternalException, GitAPIException
java.io.IOException
JGitInternalException
GitAPIException
public void gitPull() throws java.io.IOException, GitAPIException
java.io.IOException
GitAPIException