B C D F G H I L M N P R S T U

B

Branch - Class in hudson.plugins.git
 
Branch(String, String) - Constructor for class hudson.plugins.git.Branch
 

C

checkout(String) - Method in class hudson.plugins.git.GitAPI
 
checkout(AbstractBuild, Launcher, FilePath, BuildListener, File) - Method in class hudson.plugins.git.GitSCM
 
checkout(String) - Method in interface hudson.plugins.git.IGitAPI
 
clone(String) - Method in class hudson.plugins.git.GitAPI
Start from scratch and clone the whole repository.
clone(String) - Method in interface hudson.plugins.git.IGitAPI
 
commitSHA1 - Variable in class hudson.plugins.git.Tag
 
configure(StaplerRequest) - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
 
createChangeLogParser() - Method in class hudson.plugins.git.GitSCM
 
createEnvVarMap() - Method in class hudson.plugins.git.GitAPI
 

D

deleteTag(String) - Method in class hudson.plugins.git.GitAPI
 
deleteTag(String) - Method in interface hudson.plugins.git.IGitAPI
 
DESCRIPTOR - Static variable in class hudson.plugins.git.browser.GitWeb
 
DESCRIPTOR - Static variable in class hudson.plugins.git.GitPublisher
 
DESCRIPTOR - Static variable in class hudson.plugins.git.GitSCM.DescriptorImpl
 
diff(OutputStream) - Method in class hudson.plugins.git.GitAPI
 
diff(OutputStream) - Method in interface hudson.plugins.git.IGitAPI
 
doCheck(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.git.GitPublisher.DescriptorImpl
Performs on-the-fly validation on the file mask wildcard.
doGitExeCheck(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
 

F

fetch() - Method in class hudson.plugins.git.GitAPI
 
fetch() - Method in interface hudson.plugins.git.IGitAPI
 

G

getAffectedPaths() - Method in class hudson.plugins.git.GitChangeSet
 
getAuthor() - Method in class hudson.plugins.git.GitChangeSet
 
getBranch() - Method in class hudson.plugins.git.GitSCM
In-repository branch to follow.
getBranches() - Method in class hudson.plugins.git.GitAPI
 
getBranches() - Method in interface hudson.plugins.git.IGitAPI
 
getBranchesContaining(String) - Method in class hudson.plugins.git.GitAPI
 
getBranchesContaining(String) - Method in interface hudson.plugins.git.IGitAPI
 
getBrowser() - Method in class hudson.plugins.git.GitSCM
 
getChangeSetLink(GitChangeSet) - Method in class hudson.plugins.git.browser.GitWeb
 
getCommitSHA1() - Method in class hudson.plugins.git.Tag
 
getDescriptor() - Method in class hudson.plugins.git.browser.GitWeb
 
getDescriptor() - Method in class hudson.plugins.git.GitPublisher
 
getDescriptor() - Method in class hudson.plugins.git.GitSCM
 
getDisplayName() - Method in class hudson.plugins.git.GitPublisher.DescriptorImpl
 
getDisplayName() - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
 
getDoMerge() - Method in class hudson.plugins.git.GitSCM
 
getGitExe() - Method in class hudson.plugins.git.GitAPI
 
getGitExe() - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
Path to git executable.
getHelpFile() - Method in class hudson.plugins.git.GitPublisher.DescriptorImpl
 
getId() - Method in class hudson.plugins.git.GitChangeSet
 
getLogs() - Method in class hudson.plugins.git.GitChangeSetList
 
getMergeTarget() - Method in class hudson.plugins.git.GitSCM
 
getMsg() - Method in class hudson.plugins.git.GitChangeSet
 
getName() - Method in class hudson.plugins.git.GitObject
 
getRemoteMergeTarget() - Method in class hudson.plugins.git.GitSCM
 
getSHA1() - Method in class hudson.plugins.git.GitObject
 
getSource() - Method in class hudson.plugins.git.GitSCM
Gets the source repository path.
getTags() - Method in class hudson.plugins.git.GitAPI
 
getTags() - Method in interface hudson.plugins.git.IGitAPI
 
getUrl() - Method in class hudson.plugins.git.browser.GitWeb
 
GitAPI - Class in hudson.plugins.git
 
GitAPI(String, Launcher, FilePath, TaskListener) - Constructor for class hudson.plugins.git.GitAPI
 
GitChangeLogParser - Class in hudson.plugins.git
Parse the git log
GitChangeLogParser() - Constructor for class hudson.plugins.git.GitChangeLogParser
 
GitChangeSet - Class in hudson.plugins.git
Represents a change set.
GitChangeSet(List<String>) - Constructor for class hudson.plugins.git.GitChangeSet
 
GitChangeSetList - Class in hudson.plugins.git
List of changeset that went into a particular build.
GitException - Exception in hudson.plugins.git
 
GitException() - Constructor for exception hudson.plugins.git.GitException
 
GitException(String) - Constructor for exception hudson.plugins.git.GitException
 
GitException(String, Throwable) - Constructor for exception hudson.plugins.git.GitException
 
GitObject - Class in hudson.plugins.git
 
GitObject(String, String) - Constructor for class hudson.plugins.git.GitObject
 
GitPublisher - Class in hudson.plugins.git
 
GitPublisher() - Constructor for class hudson.plugins.git.GitPublisher
 
GitPublisher.DescriptorImpl - Class in hudson.plugins.git
 
GitPublisher.DescriptorImpl() - Constructor for class hudson.plugins.git.GitPublisher.DescriptorImpl
 
GitSCM - Class in hudson.plugins.git
Git SCM.
GitSCM(String, String, boolean, String, GitWeb) - Constructor for class hudson.plugins.git.GitSCM
 
GitSCM.DescriptorImpl - Class in hudson.plugins.git
 
GitWeb - Class in hudson.plugins.git.browser
Git Browser URLs
GitWeb(String) - Constructor for class hudson.plugins.git.browser.GitWeb
 

H

hasGitModules() - Method in class hudson.plugins.git.GitAPI
 
hasGitModules() - Method in interface hudson.plugins.git.IGitAPI
 
hasGitRepo() - Method in class hudson.plugins.git.GitAPI
 
hasGitRepo() - Method in interface hudson.plugins.git.IGitAPI
 
hudson.plugins.git - package hudson.plugins.git
 
hudson.plugins.git.browser - package hudson.plugins.git.browser
 

I

IGitAPI - Interface in hudson.plugins.git
 
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.plugins.git.GitPublisher.DescriptorImpl
 
isEmptySet() - Method in class hudson.plugins.git.GitChangeSetList
 
iterator() - Method in class hudson.plugins.git.GitChangeSetList
 

L

log(String, String, OutputStream) - Method in class hudson.plugins.git.GitAPI
 
log(String, String, OutputStream) - Method in interface hudson.plugins.git.IGitAPI
 

M

merge(String) - Method in class hudson.plugins.git.GitAPI
Merge any changes into the head.
merge(String) - Method in interface hudson.plugins.git.IGitAPI
 

N

needsToRunAfterFinalized() - Method in class hudson.plugins.git.GitPublisher
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.git.GitPublisher.DescriptorImpl
 
newInstance(StaplerRequest) - Method in class hudson.plugins.git.GitSCM.DescriptorImpl
 

P

parse(AbstractBuild, File) - Method in class hudson.plugins.git.GitChangeLogParser
 
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class hudson.plugins.git.GitPublisher
 
PluginImpl - Class in hudson.plugins.git
Plugin entry point.
PluginImpl() - Constructor for class hudson.plugins.git.PluginImpl
 
pollChanges(AbstractProject, Launcher, FilePath, TaskListener) - Method in class hudson.plugins.git.GitSCM
 
push(String) - Method in class hudson.plugins.git.GitAPI
 
push(String) - Method in interface hudson.plugins.git.IGitAPI
 

R

revParse(String) - Method in class hudson.plugins.git.GitAPI
 
revParse(String) - Method in interface hudson.plugins.git.IGitAPI
 

S

setCommitSHA1(String) - Method in class hudson.plugins.git.Tag
 
setParent(ChangeLogSet) - Method in class hudson.plugins.git.GitChangeSet
 
start() - Method in class hudson.plugins.git.PluginImpl
 
submoduleInit() - Method in class hudson.plugins.git.GitAPI
Init submodules.
submoduleInit() - Method in interface hudson.plugins.git.IGitAPI
 
submoduleUpdate() - Method in class hudson.plugins.git.GitAPI
Update submodules.
submoduleUpdate() - Method in interface hudson.plugins.git.IGitAPI
 

T

tag(String, String) - Method in class hudson.plugins.git.GitAPI
 
tag(String, String) - Method in interface hudson.plugins.git.IGitAPI
 
Tag - Class in hudson.plugins.git
 
Tag(String, String) - Constructor for class hudson.plugins.git.Tag
 
toString() - Method in class hudson.plugins.git.Branch
 

U

unsplit(String) - Method in class hudson.plugins.git.GitChangeSet
 

B C D F G H I L M N P R S T U

Copyright © 2008. All Rights Reserved.