cucumber.pro.scm
Class GitScm

java.lang.Object
  extended by cucumber.pro.scm.GitScm
All Implemented Interfaces:
Scm

public class GitScm
extends Object
implements Scm


Constructor Summary
GitScm(File pwd)
           
 
Method Summary
 GitScm copy()
           
 String getHeadRevision()
           
 String getName()
           
 File getRootDirectory()
           
 void ignore(String path)
           
 String relativePathFromRoot(String pathOrFragment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GitScm

public GitScm(File pwd)
Method Detail

getRootDirectory

public File getRootDirectory()
Specified by:
getRootDirectory in interface Scm

relativePathFromRoot

public String relativePathFromRoot(String pathOrFragment)
Specified by:
relativePathFromRoot in interface Scm

getHeadRevision

public String getHeadRevision()
Specified by:
getHeadRevision in interface Scm

getName

public String getName()
Specified by:
getName in interface Scm

copy

public GitScm copy()
Specified by:
copy in interface Scm

ignore

public void ignore(String path)
Specified by:
ignore in interface Scm


Copyright © 2013. All Rights Reserved.