cucumber.pro.scm
Class GitScm
java.lang.Object
cucumber.pro.scm.GitScm
- All Implemented Interfaces:
- Scm
public class GitScm
- extends Object
- implements Scm
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GitScm
public GitScm(File pwd)
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.