Uses of Interface
hudson.plugins.git.IGitAPI

Packages that use IGitAPI
hudson.plugins.git   
hudson.plugins.git.util   
 

Uses of IGitAPI in hudson.plugins.git
 

Classes in hudson.plugins.git that implement IGitAPI
 class GitAPI
           
 

Methods in hudson.plugins.git with parameters of type IGitAPI
 org.spearce.jgit.transport.RemoteConfig GitSCM.getSubmoduleRepository(IGitAPI parentGit, org.spearce.jgit.transport.RemoteConfig orig, String name)
           
 Revision RevisionParameterAction.toRevision(IGitAPI git)
           
 

Constructors in hudson.plugins.git with parameters of type IGitAPI
SubmoduleCombinator(IGitAPI git, hudson.model.TaskListener listener, File workspace, Collection<SubmoduleConfig> cfg)
           
 

Uses of IGitAPI in hudson.plugins.git.util
 

Methods in hudson.plugins.git.util with parameters of type IGitAPI
 Collection<Revision> DefaultBuildChooser.getCandidateRevisions(boolean isPollCall, String singleBranch, IGitAPI git, hudson.model.TaskListener listener, BuildData data)
          Determines which Revisions to build.
abstract  Collection<Revision> BuildChooser.getCandidateRevisions(boolean isPollCall, String singleBranch, IGitAPI git, hudson.model.TaskListener listener, BuildData buildData)
          Get a list of revisions that are candidates to be built.
 Build BuildChooser.prevBuildForChangelog(String singleBranch, BuildData data, IGitAPI git)
           
 

Constructors in hudson.plugins.git.util with parameters of type IGitAPI
GitUtils(hudson.model.TaskListener listener, IGitAPI git)
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.