hudson.plugins.mercurial
Class MercurialAffectedFile

java.lang.Object
  extended by 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.
 
Constructor Summary
MercurialAffectedFile(EditType editType, java.lang.String path)
           
 
Method Summary
 EditType getEditType()
          
 java.lang.String getPath()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

MercurialAffectedFile

MercurialAffectedFile(EditType editType,
                      java.lang.String path)
Parameters:
editType - the type of the affected file.
path - the path of the affected file.
Method Detail

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.