hudson.plugins.mercurial
Class MercurialAffectedFile

java.lang.Object
  extended by hudson.plugins.mercurial.MercurialAffectedFile
All Implemented Interfaces:
hudson.scm.ChangeLogSet.AffectedFile

public final class MercurialAffectedFile
extends java.lang.Object
implements hudson.scm.ChangeLogSet.AffectedFile

Implementation of ChangeLogSet.AffectedFile for Mercurial.


Method Summary
 hudson.scm.EditType getEditType()
          
 java.lang.String getPath()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEditType

public hudson.scm.EditType getEditType()

Specified by:
getEditType in interface hudson.scm.ChangeLogSet.AffectedFile

getPath

public java.lang.String getPath()

Specified by:
getPath in interface hudson.scm.ChangeLogSet.AffectedFile


Copyright © 2010. All Rights Reserved.