hudson.plugins.mercurial
Class MercurialAffectedFile
java.lang.Object
hudson.plugins.mercurial.MercurialAffectedFile
- All Implemented Interfaces:
- ChangeLogSet.AffectedFile
public final class MercurialAffectedFile
- extends Object
- implements ChangeLogSet.AffectedFile
Implementation of ChangeLogSet.AffectedFile for Mercurial.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
editType
private final transient EditType editType
- the editType of the affected file.
path
private final transient String path
- the path of the affected file.
MercurialAffectedFile
MercurialAffectedFile(EditType editType,
String path)
- Parameters:
editType - the type of the affected file.path - the path of the affected file.
getEditType
public EditType getEditType()
-
- Specified by:
getEditType in interface ChangeLogSet.AffectedFile
getPath
public String getPath()
-
- Specified by:
getPath in interface ChangeLogSet.AffectedFile
Copyright © 2010. All Rights Reserved.