hudson.plugins.git
Interface IGitAPI

All Known Implementing Classes:
GitAPI

public interface IGitAPI


Method Summary
 void clone(java.lang.String source)
           
 void diff(java.io.OutputStream baos)
           
 void fetch()
           
 boolean hasGitModules()
           
 boolean hasGitRepo()
           
 void log(java.io.OutputStream fos)
           
 void merge()
           
 void submoduleInit()
           
 void submoduleUpdate()
           
 

Method Detail

hasGitRepo

boolean hasGitRepo()
                   throws GitException
Throws:
GitException

hasGitModules

boolean hasGitModules()
                      throws GitException
Throws:
GitException

submoduleInit

void submoduleInit()
                   throws GitException
Throws:
GitException

submoduleUpdate

void submoduleUpdate()
                     throws GitException
Throws:
GitException

fetch

void fetch()
           throws GitException
Throws:
GitException

merge

void merge()
           throws GitException
Throws:
GitException

clone

void clone(java.lang.String source)
           throws GitException
Throws:
GitException

log

void log(java.io.OutputStream fos)
         throws GitException
Throws:
GitException

diff

void diff(java.io.OutputStream baos)
          throws GitException
Throws:
GitException


Copyright © 2008. All Rights Reserved.