hudson.plugins.mercurial
Class MercurialAffectedFile
java.lang.Object
hudson.plugins.mercurial.MercurialAffectedFile
- All Implemented Interfaces:
- ChangeLogSet.AffectedFile
public final class MercurialAffectedFile
- extends java.lang.Object
- implements ChangeLogSet.AffectedFile
Implementation of ChangeLogSet.AffectedFile for Mercurial.
|
Field Summary |
private EditType |
editType
the editType of the affected file. |
private java.lang.String |
path
the path of the affected file. |
| 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 java.lang.String path
- the path of the affected file.
MercurialAffectedFile
MercurialAffectedFile(EditType editType,
java.lang.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 java.lang.String getPath()
-
- Specified by:
getPath in interface ChangeLogSet.AffectedFile
Copyright © 2010. All Rights Reserved.