- getAbbreviatedId(int) - Method in Commit
-
The first length characters of the commit hash.
- getAllChanges() - Method in CommitDiff
-
Gets all changed files.
- getAllChanges() - Method in Status.Changes
-
Gets all changed files.
- getAllowed() - Method in AuthConfig
-
Set of all authentication options that are allowed in this
configuration.
- getCurrent() - Method in BranchService
-
Gets the branch associated with the current HEAD.
- getDate() - Method in Commit
-
The time the commit was created.
- getHardcodedCreds() - Method in AuthConfig
-
Constructs and returns a
Credentials instance reflecting the
settings in the system properties.
- getJSch(Host, FS) - Method in JschAgentProxySessionFactory
-
Obtains a JSch used for creating sessions, with the addition
of ssh-agent and Pageant agents, if available.
- getName() - Method in Branch
-
The simple name of the branch.
- getName() - Method in Ref
-
The simple name of the ref.
- getName() - Method in Tag
-
The simple name of this tag.
- getPassword() - Method in Credentials
-
- getSessionConfig() - Method in AuthConfig
-
Gets session config override for SSH session that is used underneath by JGit
- getSshPassphrase() - Method in AuthConfig
-
Gets the passphrase for your SSH private key to use during authentication reflecting
the value set in the system properties.
- getSshPrivateKeyPath() - Method in AuthConfig
-
Gets the path to your SSH private key to use during authentication reflecting
the value set in the system properties.
- getSystemPropertyName() - Method in AuthConfig.Option
-
Gets the system property name used to configure whether this
option is allowed or not.
- getTime() - Method in Commit
-
The time the commit was created in seconds since "the epoch".
- getUsername() - Method in Credentials
-
- Grgit - Class in org.ajoberstar.grgit
Provides support for performing operations on and getting information about
a Git repository.
- GrgitPlugin - Class in org.ajoberstar.grgit.gradle
Plugin adding a grgit property to all projects
that searches for a Git repo from the project's
directory.