@Operation('open') class OpenOp extends java.lang.Object
Opens an existing repository. Returns a Grgit pointing to the resulting repository.
| Type | Name and description |
|---|---|
Credentials |
credsHardcoded credentials to use for remote operations. |
java.lang.Object |
currentDirThe directory to begin searching from the repository from. |
java.lang.Object |
dirThe directory to open the repository from. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Hardcoded credentials to use for remote operations.
The directory to begin searching from the repository
from. Incompatible with dir.
The directory to open the repository from. Incompatible
with currentDir.