Uses of Class
hudson.plugins.git.GitException

Packages that use GitException
hudson.plugins.git   
 

Uses of GitException in hudson.plugins.git
 

Methods in hudson.plugins.git that throw GitException
 void IGitAPI.clone(java.lang.String source)
           
 void GitAPI.clone(java.lang.String source)
          Start from scratch and clone the whole repository.
 void IGitAPI.diff(java.io.OutputStream baos)
           
 void GitAPI.diff(java.io.OutputStream baos)
           
 void IGitAPI.fetch()
           
 void GitAPI.fetch()
           
 boolean IGitAPI.hasGitModules()
           
 boolean GitAPI.hasGitModules()
           
 boolean IGitAPI.hasGitRepo()
           
 boolean GitAPI.hasGitRepo()
           
 void IGitAPI.log(java.io.OutputStream fos)
           
 void GitAPI.log(java.io.OutputStream fos)
           
 void IGitAPI.merge()
           
 void GitAPI.merge()
          Merge any changes into the head.
 void IGitAPI.submoduleInit()
           
 void GitAPI.submoduleInit()
          Init submodules.
 void IGitAPI.submoduleUpdate()
           
 void GitAPI.submoduleUpdate()
          Update submodules.
 



Copyright © 2008. All Rights Reserved.