Class GitAPI

All Implemented Interfaces:
IGitAPI, Serializable, GitClient

@Deprecated public class GitAPI extends CliGitAPIImpl
Deprecated.
Backward compatible class to match the one some plugins used from git-plugin. Extends CliGitAPIImpl to implement deprecated IGitAPI methods, but delegates supported methods to the selected git implementation (based on Git.USE_CLI). New implementations should use GitClient.
See Also: