-
InterfaceDescriptionmethods here are deprecated until proven useful by a plugin
-
MethodDescriptionUse
GitClient.getBranchesContaining(String, boolean)
instead. This method does work only with local branches on one implementation and with all the branches - in the otherUseIGitAPI.lsTree(String, boolean)
to be explicit about the recursion behaviour.favourCloneCommand.shared(boolean)
favourFetchCommand.prune(boolean)
useGitClient.checkout()
andCheckoutCommand
useGitClient.checkout()
andCheckoutCommand
as of 1.1 UseGitClient.setAuthor(String, String)
andGitClient.setCommitter(String, String)
then callGitClient.commit(String)
useGitClient.fetch_()
and configure aFetchCommand
useGitClient.fetch_()
and configure aFetchCommand
useGitClient.fetch_()
and configure aFetchCommand
as of 1.1 This method was deprecated to makeGitClient
remotable. When called on a proxy object, this method throwsNotSerializableException
. UseGitClient.withRepository(RepositoryCallback)
to pass in the closure instead. This prevents the repository leak (JENKINS-12188), too.useGitClient.merge()
and configure aMergeCommand
useGitClient.push()
and configure aPushCommand
useGitClient.push()
and configure aPushCommand
favourPushCommand.force(boolean)
favourRevListCommand.all(boolean)
-
ConstructorDescription
CredentialsProviderImpl(StandardUsernameCredentials)