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
           
 

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

Uses of IGitAPI in hudson.plugins.git.util
 

Methods in hudson.plugins.git.util with parameters of type IGitAPI
 java.util.Collection<Revision> GerritBuildChooser.getCandidateRevisions(boolean isPollCall, java.lang.String singleBranch, IGitAPI git, hudson.model.TaskListener listener, BuildData data)
          Determines which Revisions to build.
 java.util.Collection<Revision> DefaultBuildChooser.getCandidateRevisions(boolean isPollCall, java.lang.String singleBranch, IGitAPI git, hudson.model.TaskListener listener, BuildData data)
          Determines which Revisions to build.
abstract  java.util.Collection<Revision> BuildChooser.getCandidateRevisions(boolean isPollCall, java.lang.String singleBranch, IGitAPI git, hudson.model.TaskListener listener, BuildData buildData)
          Get a list of revisions that are candidates to be built.
 Build BuildChooser.prevBuildForChangelog(java.lang.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 © 2010. All Rights Reserved.