JGitRunner
A mechanism to run GIT using the pure java JGit implementation.
Attributes
- Graph
-
- Supertypes
- Self type
-
JGitRunner.type
Members list
Value members
Concrete methods
Akin to running 'git {args}' with a given working directory cwd
and logger. This will always return the resulting output string of the process.
Akin to running 'git {args}' with a given working directory cwd
and logger. This will always return the resulting output string of the process.
Attributes
- Definition Classes
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
Inherited methods
Commits all local changes and pushes the new commit to a remote repository.
Commits all local changes and pushes the new commit to a remote repository.
Attributes
- Inherited from:
- GitRunner
Pulls remote changes into the local branch.
Pushes local commits to the remote branch.
Updates the cwd from a remote branch. If the local git repo doesn't exist, will clone it into existence.
Updates the cwd from a remote branch. If the local git repo doesn't exist, will clone it into existence.
Attributes
- Inherited from:
- GitRunner