- abort() - Method in interface org.jenkinsci.plugins.gitclient.ChangelogCommand
-
Abort this ChangelogCommand without executing it, close any
open resources.
- add(String) - Method in class hudson.plugins.git.GitAPI
-
Deprecated.
add.
- add(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
add.
- add(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
add.
- add(String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
add.
- addCredentials(String, StandardCredentials) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
Adds credentials to be used against a specific url.
- addCredentials(String, StandardCredentials) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
Adds credentials to be used against a specific url.
- addCredentials(String, StandardCredentials) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
Adds credentials to be used against a specific url.
- addCredentials(String, StandardCredentials) - Method in class org.jenkinsci.plugins.gitclient.trilead.SmartCredentialsProvider
-
Adds credentials to be used against a specific url.
- addDefaultCredentials(StandardCredentials) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
Adds credentials to be used when there are not url specific credentials defined.
- addDefaultCredentials(StandardCredentials) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
Adds credentials to be used when there are not url specific credentials defined.
- addDefaultCredentials(StandardCredentials) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
Adds credentials to be used when there are not url specific credentials defined.
- addDefaultCredentials(StandardCredentials) - Method in class org.jenkinsci.plugins.gitclient.trilead.SmartCredentialsProvider
-
Adds credentials to be used when there are not url specific credentials defined.
- addNote(String, String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
Adds a new git-note on the current HEAD commit.
- addNote(String, String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
Adds a new git-note on the current HEAD commit.
- addNote(String, String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
Adds a new git-note on the current HEAD commit.
- addRemoteUrl(String, String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
addRemoteUrl.
- addRemoteUrl(String, String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
addRemoteUrl.
- addRemoteUrl(String, String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
addRemoteUrl.
- addSubmodule(String, String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
Create a submodule in subdir child directory for remote repository
- addSubmodule(String, String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
Create a submodule in subdir child directory for remote repository
- addSubmodule(String, String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
Create a submodule in subdir child directory for remote repository
- all() - Method in interface org.jenkinsci.plugins.gitclient.RevListCommand
-
- all(boolean) - Method in interface org.jenkinsci.plugins.gitclient.RevListCommand
-
all.
- appendNote(String, String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
Appends to an existing git-note on the current HEAD commit.
- appendNote(String, String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
Appends to an existing git-note on the current HEAD commit.
- appendNote(String, String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
Appends to an existing git-note on the current HEAD commit.
- canConfigure(Class) - Method in class org.jenkinsci.plugins.gitclient.GitToolConfigurator
-
- changelog(String, String, OutputStream) - Method in interface hudson.plugins.git.IGitAPI
-
Deprecated.
changelog.
- changelog() - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
changelog.
- changelog(String, String, OutputStream) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
- changelog(String, String, Writer) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
Adds the changelog entries for commits in the range revFrom..revTo.
- changelog() - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
- changelog() - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
changelog.
- ChangelogCommand - Interface in org.jenkinsci.plugins.gitclient
-
Command builder for generating changelog in the format GitSCM expects.
- checkout(String, String) - Method in class hudson.plugins.git.GitAPI
-
Deprecated.
Creates a new branch that points to the specified ref.
- checkout(String) - Method in class hudson.plugins.git.GitAPI
-
Deprecated.
Checks out the specified commit/tag/branch into the workspace.
- checkout() - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
checkout.
- checkout(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
- checkout(String, String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
- checkout() - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
checkout.
- checkout() - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
checkout.
- checkoutBranch(String, String) - Method in interface hudson.plugins.git.IGitAPI
-
Deprecated.
Regardless of the current state of the workspace (whether there is some dirty files, etc)
and the state of the repository (whether the branch of the specified name exists or not),
when this method exits the following conditions hold:
The branch of the specified name branch exists and points to the specified ref
HEAD points to branch.
- checkoutBranch(String, String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
Regardless of the current state of the workspace (whether there is some dirty files, etc)
and the state of the repository (whether the branch of the specified name exists or not),
when this method exits the following conditions hold:
The branch of the specified name branch exists and points to the specified ref
HEAD points to branch.
- CheckoutCommand - Interface in org.jenkinsci.plugins.gitclient
-
CheckoutCommand interface.
- clean() - Method in class hudson.plugins.git.GitAPI
-
Deprecated.
Remove untracked files and directories, including files listed
in the ignore rules.
- clean(boolean) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
Remove untracked files and directories, including files listed
in the ignore rules.
- clean() - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
Remove untracked files and directories, including files listed
in the ignore rules.
- clean() - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
Fully revert working copy to a clean state, i.e.
- clean(boolean) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
Fully revert working copy to a clean state, i.e.
- clean(boolean) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
clean.
- clean() - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
clean.
- clear() - Method in class org.jenkinsci.plugins.gitclient.trilead.StandardUsernameCredentialsCredentialItem
- clearCredentials() - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
clearCredentials.
- clearCredentials() - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
Remove all credentials from the client.
- clearCredentials() - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
clearCredentials.
- clearCredentials() - Method in class org.jenkinsci.plugins.gitclient.trilead.SmartCredentialsProvider
-
Remove all credentials from the client.
- CliGitAPIImpl - Class in org.jenkinsci.plugins.gitclient
-
Implementation class using command line CLI ran as external command.
- CliGitAPIImpl(String, File, TaskListener, EnvVars) - Constructor for class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
Constructor for CliGitAPIImpl.
- clone(RemoteConfig) - Method in interface hudson.plugins.git.IGitAPI
-
Deprecated.
Clone repository from source to this repository.
- clone(RemoteConfig, boolean) - Method in interface hudson.plugins.git.IGitAPI
-
Deprecated.
- clone() - Method in class hudson.plugins.git.Revision
-
- clone(String, String, boolean, String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
Clone a remote repository
- clone_() - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
clone_.
- clone_() - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
- clone_() - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
clone_.
- CloneCommand - Interface in org.jenkinsci.plugins.gitclient
-
Command to clone a repository.
- commit(String) - Method in class hudson.plugins.git.GitAPI
-
Deprecated.
commit.
- commit(String, PersonIdent, PersonIdent) - Method in class hudson.plugins.git.GitAPI
-
Deprecated.
commit.
- commit(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
commit.
- commit(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
commit.
- commit(String, PersonIdent, PersonIdent) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
- commit(String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
commit.
- commitMessage - Variable in class hudson.plugins.git.Tag
-
Commit message of the tagged commit
- commitSHA1 - Variable in class hudson.plugins.git.Tag
-
SHA1 hash of the tagged commit
- con - Variable in class org.jenkinsci.plugins.gitclient.trilead.TrileadSession
-
- configure(StaplerRequest, JSONObject) - Method in class hudson.plugins.git.GitTool.DescriptorImpl
-
- configure(KeyManager[], TrustManager[], SecureRandom) - Method in class org.jenkinsci.plugins.gitclient.jgit.PreemptiveAuthHttpClientConnection
-
- connect() - Method in class org.jenkinsci.plugins.gitclient.jgit.PreemptiveAuthHttpClientConnection
-
- containsBranchName(String) - Method in class hudson.plugins.git.Revision
-
Returns whether the revision contains the specified branch.
- create() - Static method in class org.jenkinsci.plugins.gitclient.GitURIRequirementsBuilder
-
Creates an empty builder.
- create(URL) - Method in class org.jenkinsci.plugins.gitclient.jgit.PreemptiveAuthHttpClientConnectionFactory
-
- create(URL, Proxy) - Method in class org.jenkinsci.plugins.gitclient.jgit.PreemptiveAuthHttpClientConnectionFactory
-
- cred - Variable in class org.jenkinsci.plugins.gitclient.trilead.CredentialsProviderImpl
-
Credential that should be used.
- CREDENTIALS_MATCHER - Static variable in interface org.jenkinsci.plugins.gitclient.GitClient
-
The supported credential types.
- CredentialsProviderImpl - Class in org.jenkinsci.plugins.gitclient.trilead
-
Provides the credential to authenticate Git connection.
- CredentialsProviderImpl(TaskListener, StandardUsernameCredentials) - Constructor for class org.jenkinsci.plugins.gitclient.trilead.CredentialsProviderImpl
-
Constructor for CredentialsProviderImpl.
- get(URIish, CredentialItem...) - Method in class org.jenkinsci.plugins.gitclient.trilead.CredentialsProviderImpl
-
If username/password is given, use it for HTTP auth.
- get(URIish, CredentialItem...) - Method in class org.jenkinsci.plugins.gitclient.trilead.SmartCredentialsProvider
- getAllLogEntries(String) - Method in interface hudson.plugins.git.IGitAPI
-
Deprecated.
- getAllLogEntries(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
Deprecated.
- getAllLogEntries(String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
Deprecated.
- getApplicableDesccriptors() - Method in class hudson.plugins.git.GitTool.DescriptorImpl
-
Deprecated.
- getApplicableDescriptors() - Method in class hudson.plugins.git.GitTool.DescriptorImpl
-
Return list of applicable GitTool descriptors.
- getAttributes() - Method in class org.jenkinsci.plugins.gitclient.GitToolConfigurator
-
- getBranches() - Method in class hudson.plugins.git.GitAPI
-
Deprecated.
Returns the set of branches defined in this repository,
including local branches and remote branches.
- getBranches() - Method in class hudson.plugins.git.Revision
-
Getter for the field branches.
- getBranches() - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
Returns the set of branches defined in this repository,
including local branches and remote branches.
- getBranches() - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
getBranches.
- getBranches() - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
getBranches.
- getBranchesContaining(String) - Method in interface hudson.plugins.git.IGitAPI
-
- getBranchesContaining(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
Deprecated.
- getBranchesContaining(String, boolean) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
Find all the branches that include the given commit.
- getBranchesContaining(String, boolean) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
Find all the branches that include the given commit.
- getBranchesContaining(String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
Find all the branches that include the given commit.
- getBranchesContaining(String, boolean) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
Find all the branches that include the given commit.
- getBranchesInternal(ListBranchCommand.ListMode) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
- getClient() - Method in class org.jenkinsci.plugins.gitclient.Git
-
- getCommitMessage() - Method in class hudson.plugins.git.Tag
-
Getter for the field commitMessage.
- getCommitSHA1() - Method in class hudson.plugins.git.Tag
-
Get the sha1 of the commit associated with this tag
- getConfigurators(ConfigurationContext) - Method in class org.jenkinsci.plugins.gitclient.GitToolConfigurator
-
- getContentLength() - Method in class org.jenkinsci.plugins.gitclient.jgit.PreemptiveAuthHttpClientConnection
-
- getContentType() - Method in class org.jenkinsci.plugins.gitclient.jgit.PreemptiveAuthHttpClientConnection
-
- getCredentialsProvider() - Method in class org.jenkinsci.plugins.gitclient.jgit.PreemptiveAuthHttpClientConnectionFactory
-
- getDefaultInstallation() - Static method in class hudson.plugins.git.GitTool
-
Returns the default installation.
- getDefaultRemote(String) - Method in interface hudson.plugins.git.IGitAPI
-
Deprecated.
Returns name of default remote.
- getDefaultRemote(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
Returns name of default remote.
- getDefaultRemote() - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
Get the default remote.
- getDefaultRemote(String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
Deprecated.
- getDescriptor() - Method in class hudson.plugins.git.GitTool
-
- getDescriptor() - Method in class org.jenkinsci.plugins.gitclient.JGitApacheTool
- getDescriptor() - Method in class org.jenkinsci.plugins.gitclient.JGitTool
- getDisplayName() - Method in class hudson.plugins.git.GitTool.DescriptorImpl
-
- getDisplayName() - Method in class org.jenkinsci.plugins.gitclient.GitToolConfigurator
-
- getDisplayName() - Method in class org.jenkinsci.plugins.gitclient.JGitApacheTool.DescriptorImpl
-
- getDisplayName() - Method in class org.jenkinsci.plugins.gitclient.JGitTool.DescriptorImpl
-
- getFile() - Method in class hudson.plugins.git.IndexEntry
-
Getter for the field file.
- getGitExe() - Method in class hudson.plugins.git.GitTool
-
getGitExe.
- getHeaderField(String) - Method in class org.jenkinsci.plugins.gitclient.jgit.PreemptiveAuthHttpClientConnection
-
- getHeaderFields() - Method in class org.jenkinsci.plugins.gitclient.jgit.PreemptiveAuthHttpClientConnection
-
- getHeaderFields(String) - Method in class org.jenkinsci.plugins.gitclient.jgit.PreemptiveAuthHttpClientConnection
-
- getHeadRev(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
getHeadRev.
- getHeadRev(String, String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
getHeadRev.
- getHeadRev(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
getHeadRev.
- getHeadRev(String, String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
getHeadRev.
- getHeadRev(String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
getHeadRev.
- getHeadRev(String, String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
getHeadRev.
- getImplementedAPI() - Method in class org.jenkinsci.plugins.gitclient.GitToolConfigurator
-
- getInputStream() - Method in class org.jenkinsci.plugins.gitclient.jgit.PreemptiveAuthHttpClientConnection
-
- getInstallation(String) - Method in class hudson.plugins.git.GitTool.DescriptorImpl
-
- getMode() - Method in class hudson.plugins.git.IndexEntry
-
Returns the mode of this entry as a String.
- getName() - Method in class hudson.plugins.git.GitObject
-
Returns the name of this git object (branch name, tag name, etc.).
- getName() - Method in class org.jenkinsci.plugins.gitclient.GitToolConfigurator
-
- getObject() - Method in class hudson.plugins.git.IndexEntry
-
Getter for the field object.
- getOutputStream() - Method in class org.jenkinsci.plugins.gitclient.jgit.PreemptiveAuthHttpClientConnection
-
- getRefNames(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
List refs with the given prefix.
- getRefNames(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
List refs with the given prefix.
- getRefNames(String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
List refs with the given prefix.
- getRemoteBranches() - Method in class hudson.plugins.git.GitAPI
-
Deprecated.
Returns the remote branches defined in this repository.
- getRemoteBranches() - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
Returns the remote branches defined in this repository.
- getRemoteBranches() - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
getRemoteBranches.
- getRemoteBranches() - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
getRemoteBranches.
- getRemoteReferences(String, String, boolean, boolean) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
List references in a remote repository.
- getRemoteReferences(String, String, boolean, boolean) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
List references in a remote repository.
- getRemoteReferences(String, String, boolean, boolean) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
List references in a remote repository.
- getRemoteSymbolicReferences(String, String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
- getRemoteSymbolicReferences(String, String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
List symbolic references in a remote repository.
- getRemoteSymbolicReferences(String, String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
- getRemoteTagNames(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
getRemoteTagNames.
- getRemoteTagNames(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
getRemoteTagNames.
- getRemoteTagNames(String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
getRemoteTagNames.
- getRemoteUrl(String) - Method in class hudson.plugins.git.GitAPI
-
Deprecated.
From a given repository, get a remote's URL
- getRemoteUrl(String, String) - Method in interface hudson.plugins.git.IGitAPI
-
Deprecated.
Returns URL of remote name in repository GIT_DIR.
- getRemoteUrl(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
From a given repository, get a remote's URL
- getRemoteUrl(String, String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
Returns URL of remote name in repository GIT_DIR.
- getRemoteUrl(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
From a given repository, get a remote's URL
- getRemoteUrl(String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
From a given repository, get a remote's URL
- getRemoteUrl(String, String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
Deprecated.
- getRepository() - Method in class hudson.plugins.git.GitAPI
-
Deprecated.
- getRepository() - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
- getRepository() - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
- getRepository() - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
getRepository.
- getRequestMethod() - Method in class org.jenkinsci.plugins.gitclient.jgit.PreemptiveAuthHttpClientConnection
-
- getResponseCode() - Method in class org.jenkinsci.plugins.gitclient.jgit.PreemptiveAuthHttpClientConnection
-
- getResponseMessage() - Method in class org.jenkinsci.plugins.gitclient.jgit.PreemptiveAuthHttpClientConnection
-
- getSession(URIish, CredentialsProvider, FS, int) - Method in class org.jenkinsci.plugins.gitclient.trilead.TrileadSessionFactory
- getSHA1() - Method in class hudson.plugins.git.GitObject
-
Returns the SHA1 hash of this git object as an
ObjectId.
- getSha1() - Method in class hudson.plugins.git.Revision
-
Getter for the field sha1.
- getSHA1String() - Method in class hudson.plugins.git.GitObject
-
Returns the SHA1 hash of this git object as a String.
- getSha1String() - Method in class hudson.plugins.git.Revision
-
getSha1String.
- getSubmodulePath(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
Get submodule path.
- getSubmodules(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
Finds all the submodule references in this repository at the specified tree.
- getSubmodules(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
Finds all the submodule references in this repository at the specified tree.
- getSubmodules(String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
Finds all the submodule references in this repository at the specified tree.
- getSubmoduleUrl(String) - Method in interface hudson.plugins.git.IGitAPI
-
Deprecated.
Returns URL of the named submodule.
- getSubmoduleUrl(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
Returns URL of the named submodule.
- getSubmoduleUrl(String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
Deprecated.
- getTagMessage(String) - Method in class hudson.plugins.git.GitAPI
-
Deprecated.
getTagMessage.
- getTagMessage(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
getTagMessage.
- getTagMessage(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
getTagMessage.
- getTagMessage(String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
getTagMessage.
- getTagNames(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
getTagNames.
- getTagNames(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
getTagNames.
- getTagNames(String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
getTagNames.
- getTags() - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
Return name and object ID of all tags in current repository.
- getTags() - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
Return name and object ID of all tags in current repository.
- getTags() - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
Return name and object ID of all tags in current repository.
- getTagsOnCommit(String) - Method in interface hudson.plugins.git.IGitAPI
-
Deprecated.
getTagsOnCommit.
- getTarget() - Method in class org.jenkinsci.plugins.gitclient.GitToolConfigurator
-
- getType() - Method in class hudson.plugins.git.IndexEntry
-
Getter for the field type.
- getType() - Method in class org.jenkinsci.plugins.gitclient.trilead.TrileadSessionFactory
- getURL() - Method in class org.jenkinsci.plugins.gitclient.jgit.PreemptiveAuthHttpClientConnection
-
- getValue() - Method in class org.jenkinsci.plugins.gitclient.trilead.StandardUsernameCredentialsCredentialItem
-
Returns the current value.
- getWorkTree() - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
getWorkTree.
- getWorkTree() - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
The working tree of this repository.
- getWorkTree() - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
getWorkTree.
- Git - Class in org.jenkinsci.plugins.gitclient
-
Git repository access class.
- Git(TaskListener, EnvVars) - Constructor for class org.jenkinsci.plugins.gitclient.Git
-
Constructor for a Git object.
- GitAPI - Class in hudson.plugins.git
-
Deprecated.
- GitAPI(String, FilePath, TaskListener, EnvVars) - Constructor for class hudson.plugins.git.GitAPI
-
Deprecated.
- GitAPI(String, FilePath, TaskListener, EnvVars, String) - Constructor for class hudson.plugins.git.GitAPI
-
Deprecated.
- GitAPI(String, File, TaskListener, EnvVars) - Constructor for class hudson.plugins.git.GitAPI
-
Deprecated.
- GitClient - Interface in org.jenkinsci.plugins.gitclient
-
Interface to Git functionality.
- GitCommand - Interface in org.jenkinsci.plugins.gitclient
-
Base type for the builder style command object for various git commands.
- GitCommandsExecutor - Class in org.jenkinsci.plugins.gitclient.cgit
-
This executor can invoke multiple git commands in parallel using threads.
- GitCommandsExecutor(int, TaskListener) - Constructor for class org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor
-
- GitException - Exception in hudson.plugins.git
-
Records exception information related to git operations.
- GitException() - Constructor for exception hudson.plugins.git.GitException
-
Constructor for GitException.
- GitException(String) - Constructor for exception hudson.plugins.git.GitException
-
Constructor for GitException.
- GitException(Throwable) - Constructor for exception hudson.plugins.git.GitException
-
Constructor for GitException.
- GitException(String, Throwable) - Constructor for exception hudson.plugins.git.GitException
-
Constructor for GitException.
- GitLockFailedException - Exception in hudson.plugins.git
-
Exception which reports failure to lock a git repository.
- GitLockFailedException() - Constructor for exception hudson.plugins.git.GitLockFailedException
-
Constructor for GitLockFailedException.
- GitLockFailedException(String) - Constructor for exception hudson.plugins.git.GitLockFailedException
-
Constructor for GitLockFailedException.
- GitLockFailedException(Throwable) - Constructor for exception hudson.plugins.git.GitLockFailedException
-
Constructor for GitLockFailedException.
- GitLockFailedException(String, Throwable) - Constructor for exception hudson.plugins.git.GitLockFailedException
-
Constructor for GitLockFailedException.
- GitObject - Class in hudson.plugins.git
-
An object in a git repository.
- GitObject(String, ObjectId) - Constructor for class hudson.plugins.git.GitObject
-
Constructor for GitObject, a named SHA1 (tag, branch, etc.).
- gitPublisher(boolean) - Method in class org.jenkinsci.plugins.gitclient.UnsupportedCommand
-
JGit doesn't support Git Publisher.
- GitTool - Class in hudson.plugins.git
-
Information about Git installation.
- GitTool(String, String, List<? extends ToolProperty<?>>) - Constructor for class hudson.plugins.git.GitTool
-
Constructor for GitTool.
- GitTool.DescriptorImpl - Class in hudson.plugins.git
-
- GitToolConfigurator - Class in org.jenkinsci.plugins.gitclient
-
- GitToolConfigurator() - Constructor for class org.jenkinsci.plugins.gitclient.GitToolConfigurator
-
- GitURIRequirementsBuilder - Class in org.jenkinsci.plugins.gitclient
-
A builder to help creating requirements from GIT URIs.
- rebase() - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
rebase.
- rebase() - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
rebase.
- rebase() - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
- RebaseCommand - Interface in org.jenkinsci.plugins.gitclient
-
RebaseCommand interface.
- recursive(boolean) - Method in interface org.jenkinsci.plugins.gitclient.SubmoduleUpdateCommand
-
If set true, submodule update will be recursive.
- ref(String) - Method in interface org.jenkinsci.plugins.gitclient.CheckoutCommand
-
ref.
- ref(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
Create (or update) a ref.
- ref(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
Create (or update) a ref.
- ref(String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
Create (or update) a ref.
- ref(String) - Method in interface org.jenkinsci.plugins.gitclient.PushCommand
-
ref.
- ref(String) - Method in interface org.jenkinsci.plugins.gitclient.SubmoduleUpdateCommand
-
ref.
- ref(String) - Method in class org.jenkinsci.plugins.gitclient.UnsupportedCommand
-
JGit is unsupported if ref is non-empty.
- reference(String) - Method in interface org.jenkinsci.plugins.gitclient.CloneCommand
-
reference.
- reference(String) - Method in interface org.jenkinsci.plugins.gitclient.RevListCommand
-
reference.
- refExists(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
Check if a ref exists.
- refExists(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
Check if a ref exists.
- refExists(String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
Check if a ref exists.
- refspecs(List<RefSpec>) - Method in interface org.jenkinsci.plugins.gitclient.CloneCommand
-
List of refspecs to be retrieved by the fetch.
- remoteTracking(boolean) - Method in interface org.jenkinsci.plugins.gitclient.SubmoduleUpdateCommand
-
If set true and if the git version supports it, update the
submodules to the tip of the branch rather than to a specific
SHA1.
- remoteTracking(boolean) - Method in class org.jenkinsci.plugins.gitclient.UnsupportedCommand
-
JGit is unsupported if remoteTracking is true.
- RepositoryCallback<T> - Interface in org.jenkinsci.plugins.gitclient
-
Code that gets executed on the machine where the working directory is local
and
Repository object is accessible.
- repositoryName(String) - Method in interface org.jenkinsci.plugins.gitclient.CloneCommand
-
Name of the remote, such as 'origin' (which is the default).
- reset(boolean) - Method in interface hudson.plugins.git.IGitAPI
-
Deprecated.
Reset the contents of the working directory of this
repository.
- reset() - Method in interface hudson.plugins.git.IGitAPI
-
Deprecated.
Reset the contents of the working directory of this
repository.
- reset(boolean) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
Reset the contents of the working directory of this
repository.
- reset(boolean) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
Deprecated.
- Revision - Class in hudson.plugins.git
-
SHA1 in the object tree and the collection of branches that
share this SHA1.
- Revision(ObjectId) - Constructor for class hudson.plugins.git.Revision
-
Constructor for Revision.
- Revision(ObjectId, Collection<Branch>) - Constructor for class hudson.plugins.git.Revision
-
Constructor for Revision.
- revList(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
revList.
- revList(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
revList.
- revList(String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
revList.
- revList_() - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
revList_.
- revList_() - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
revList_.
- revList_() - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
revList_.
- revListAll() - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
revListAll.
- revListAll() - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
revListAll.
- revListAll() - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
revListAll.
- revListBranch(String) - Method in interface hudson.plugins.git.IGitAPI
-
Deprecated.
revListBranch.
- RevListCommand - Interface in org.jenkinsci.plugins.gitclient
-
RevListCommand interface.
- revParse(String) - Method in class hudson.plugins.git.GitAPI
-
Deprecated.
Retrieve commit object that is direct child for revName revision reference.
- revParse(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
Retrieve commit object that is direct child for revName revision reference.
- revParse(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
Retrieve commit object that is direct child for revName revision reference.
- revParse(String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
Retrieve commit object that is direct child for revName revision reference.
- setAuthor(String, String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
Sets the identity of the author for future commits and merge operations.
- setAuthor(String, String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
Sets the identity of the author for future commits and merge operations.
- setAuthor(PersonIdent) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
setAuthor.
- setAuthor(String, String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
Sets the identity of the author for future commits and merge operations.
- setBranches(Collection<Branch>) - Method in class hudson.plugins.git.Revision
-
Setter for the field branches.
- setBuffer(TemporaryBuffer) - Method in class org.jenkinsci.plugins.gitclient.jgit.PreemptiveAuthHttpClientConnection
-
- setChunkedStreamingMode(int) - Method in class org.jenkinsci.plugins.gitclient.jgit.PreemptiveAuthHttpClientConnection
-
- setCommit(boolean) - Method in interface org.jenkinsci.plugins.gitclient.MergeCommand
-
setCommit
- setCommitMessage(String) - Method in class hudson.plugins.git.Tag
-
Setter for the field commitMessage.
- setCommitSHA1(String) - Method in class hudson.plugins.git.Tag
-
Setter for the field commitSHA1.
- setCommitter(String, String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
Sets the identity of the committer for future commits and merge operations.
- setCommitter(String, String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
Sets the identity of the committer for future commits and merge operations.
- setCommitter(PersonIdent) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
setCommitter.
- setCommitter(String, String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
Sets the identity of the committer for future commits and merge operations.
- setConnectTimeout(int) - Method in class org.jenkinsci.plugins.gitclient.jgit.PreemptiveAuthHttpClientConnection
-
- setCredentials(StandardUsernameCredentials) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
setCredentials.
- setCredentialsProvider(SmartCredentialsProvider) - Method in class org.jenkinsci.plugins.gitclient.jgit.PreemptiveAuthHttpClientConnectionFactory
-
- setCredentialsProvider(CredentialsProvider) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
setCredentialsProvider.
- setDoOutput(boolean) - Method in class org.jenkinsci.plugins.gitclient.jgit.PreemptiveAuthHttpClientConnection
-
- setFile(String) - Method in class hudson.plugins.git.IndexEntry
-
Setter for the field file.
- setFixedLengthStreamingMode(int) - Method in class org.jenkinsci.plugins.gitclient.jgit.PreemptiveAuthHttpClientConnection
-
- setGitPluginFastForwardMode(MergeCommand.GitPluginFastForwardMode) - Method in interface org.jenkinsci.plugins.gitclient.MergeCommand
-
Select the fast forward mode.
- setHostnameVerifier(HostnameVerifier) - Method in class org.jenkinsci.plugins.gitclient.jgit.PreemptiveAuthHttpClientConnection
-
- setInstanceFollowRedirects(boolean) - Method in class org.jenkinsci.plugins.gitclient.jgit.PreemptiveAuthHttpClientConnection
-
- setMessage(String) - Method in interface org.jenkinsci.plugins.gitclient.MergeCommand
-
setMessage.
- setMode(String) - Method in class hudson.plugins.git.IndexEntry
-
Sets the mode of this Entry.
- setObject(String) - Method in class hudson.plugins.git.IndexEntry
-
Setter for the field object.
- setProxy(ProxyConfiguration) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
setProxy.
- setReadTimeout(int) - Method in class org.jenkinsci.plugins.gitclient.jgit.PreemptiveAuthHttpClientConnection
-
- setRemoteUrl(String, String) - Method in class hudson.plugins.git.GitAPI
-
Deprecated.
For a given repository, set a remote's URL
- setRemoteUrl(String, String, String) - Method in interface hudson.plugins.git.IGitAPI
-
Deprecated.
Set remote repository name and URL.
- setRemoteUrl(String, String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
For a given repository, set a remote's URL
- setRemoteUrl(String, String, String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
Set remote repository name and URL.
- setRemoteUrl(String, String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
For a given repository, set a remote's URL
- setRemoteUrl(String, String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
For a given repository, set a remote's URL
- setRemoteUrl(String, String, String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
Deprecated.
- setRequestMethod(String) - Method in class org.jenkinsci.plugins.gitclient.jgit.PreemptiveAuthHttpClientConnection
-
- setRequestProperty(String, String) - Method in class org.jenkinsci.plugins.gitclient.jgit.PreemptiveAuthHttpClientConnection
-
- setRevisionToMerge(ObjectId) - Method in interface org.jenkinsci.plugins.gitclient.MergeCommand
-
Sets the revision to include in the merge.
- setSha1(ObjectId) - Method in class hudson.plugins.git.Revision
-
Setter for the field sha1.
- setSquash(boolean) - Method in interface org.jenkinsci.plugins.gitclient.MergeCommand
-
setSquash
- setStrategy(MergeCommand.Strategy) - Method in interface org.jenkinsci.plugins.gitclient.MergeCommand
-
setStrategy.
- setSubmoduleUrl(String, String) - Method in interface hudson.plugins.git.IGitAPI
-
Deprecated.
Sets URL of the named submodule.
- setSubmoduleUrl(String, String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
Sets URL of the named submodule.
- setSubmoduleUrl(String, String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
Deprecated.
- setType(String) - Method in class hudson.plugins.git.IndexEntry
-
Setter for the field type.
- setUpstream(String) - Method in interface org.jenkinsci.plugins.gitclient.RebaseCommand
-
setUpstream.
- setupSubmoduleUrls(String, TaskListener) - Method in interface hudson.plugins.git.IGitAPI
-
Deprecated.
- setupSubmoduleUrls(Revision, TaskListener) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
Set up submodule URLs so that they correspond to the remote pertaining to
the revision that has been checked out.
- setupSubmoduleUrls(Revision, TaskListener) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
Set up submodule URLs so that they correspond to the remote pertaining to
the revision that has been checked out.
- setupSubmoduleUrls(Revision, TaskListener) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
Deprecated.
- setUseCaches(boolean) - Method in class org.jenkinsci.plugins.gitclient.jgit.PreemptiveAuthHttpClientConnection
-
- setValue(StandardUsernameCredentials) - Method in class org.jenkinsci.plugins.gitclient.trilead.StandardUsernameCredentialsCredentialItem
-
Sets the current value.
- shallow() - Method in interface org.jenkinsci.plugins.gitclient.CloneCommand
-
- shallow(boolean) - Method in interface org.jenkinsci.plugins.gitclient.CloneCommand
-
Only clone the most recent history, not preceding history.
- shallow(boolean) - Method in interface org.jenkinsci.plugins.gitclient.FetchCommand
-
shallow.
- shallow(boolean) - Method in interface org.jenkinsci.plugins.gitclient.SubmoduleUpdateCommand
-
Only clone the most recent history, not preceding history.
- shallow(boolean) - Method in class org.jenkinsci.plugins.gitclient.UnsupportedCommand
-
JGit is unsupported if shallow is true.
- shared() - Method in interface org.jenkinsci.plugins.gitclient.CloneCommand
-
- shared(boolean) - Method in interface org.jenkinsci.plugins.gitclient.CloneCommand
-
When the repository to clone is on the local machine, instead of using hard links, automatically setup
.git/objects/info/alternates to share the objects with the source repository
- showRevision(Revision) - Method in interface hudson.plugins.git.IGitAPI
-
Deprecated.
showRevision.
- showRevision(ObjectId, ObjectId) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
Given a Revision, show it as if it were an entry from git whatchanged, so that it
can be parsed by GitChangeLogParser.
- showRevision(ObjectId, ObjectId, Boolean) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
Given a Revision, show it as if it were an entry from git whatchanged, so that it
can be parsed by GitChangeLogParser.
- showRevision(ObjectId) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
Given a Revision, show it as if it were an entry from git whatchanged, so that it
can be parsed by GitChangeLogParser.
- showRevision(ObjectId, ObjectId) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
Given a Revision, show it as if it were an entry from git whatchanged, so that it
can be parsed by GitChangeLogParser.
- showRevision(ObjectId, ObjectId, Boolean) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
Given a Revision, show it as if it were an entry from git whatchanged, so that it
can be parsed by GitChangeLogParser.
- showRevision(ObjectId, ObjectId) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
Given a Revision, show it as if it were an entry from git whatchanged, so that it
can be parsed by GitChangeLogParser.
- showRevision(ObjectId, ObjectId, Boolean) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
Given a Revision, show it as if it were an entry from git whatchanged, so that it
can be parsed by GitChangeLogParser.
- SmartCredentialsProvider - Class in org.jenkinsci.plugins.gitclient.trilead
-
SmartCredentialsProvider class.
- SmartCredentialsProvider(TaskListener) - Constructor for class org.jenkinsci.plugins.gitclient.trilead.SmartCredentialsProvider
-
Constructor for SmartCredentialsProvider.
- sparseCheckoutPaths(List<String>) - Method in interface org.jenkinsci.plugins.gitclient.CheckoutCommand
-
sparseCheckoutPaths.
- sparseCheckoutPaths(List<String>) - Method in class org.jenkinsci.plugins.gitclient.UnsupportedCommand
-
JGit is unsupported if sparseCheckoutPaths is non-empty.
- StandardUsernameCredentialsCredentialItem - Class in org.jenkinsci.plugins.gitclient.trilead
-
Represents credentials suitable for use over SSH.
- StandardUsernameCredentialsCredentialItem(String, boolean) - Constructor for class org.jenkinsci.plugins.gitclient.trilead.StandardUsernameCredentialsCredentialItem
-
Initialize a prompt for a single StandardCredentials item.
- start(int) - Method in class org.jenkinsci.plugins.gitclient.JGitProgressMonitor
- subGit(String) - Method in class hudson.plugins.git.GitAPI
-
Deprecated.
subGit.
- subGit(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
subGit.
- subGit(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
subGit.
- subGit(String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
subGit.
- submoduleClean(boolean) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
submoduleClean.
- submoduleClean(boolean) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
submoduleClean.
- submoduleClean(boolean) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
submoduleClean.
- submoduleInit() - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
submoduleInit.
- submoduleInit() - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
submoduleInit.
- submoduleInit() - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
Deprecated.
- submoduleReset(boolean, boolean) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
Reset submodules
- submoduleSync() - Method in interface hudson.plugins.git.IGitAPI
-
Deprecated.
Synchronizes submodules' remote URL configuration setting to
the value specified in .gitmodules.
- submoduleSync() - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
Sync submodule URLs
- submoduleSync() - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
Deprecated.
- submoduleUpdate() - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
-
Update submodules.
- submoduleUpdate(boolean) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
- submoduleUpdate(boolean, String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
- submoduleUpdate(boolean, boolean) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
- submoduleUpdate(boolean, boolean, String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
- submoduleUpdate() - Method in interface org.jenkinsci.plugins.gitclient.GitClient
-
submoduleUpdate.
- submoduleUpdate() - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
-
Update submodules.
- SubmoduleUpdateCommand - Interface in org.jenkinsci.plugins.gitclient
-
SubmoduleUpdateCommand interface.
- supports(CredentialItem...) - Method in class org.jenkinsci.plugins.gitclient.trilead.CredentialsProviderImpl
-
If username/password is given, use it for HTTP auth.
- supports(CredentialItem...) - Method in class org.jenkinsci.plugins.gitclient.trilead.SmartCredentialsProvider