hudson.plugin.scm.fsscm
Class FolderDiff.Entry
java.lang.Object
hudson.plugin.scm.fsscm.FolderDiff.Entry
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- FolderDiff
public static class FolderDiff.Entry
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
FolderDiff.Entry
public FolderDiff.Entry()
FolderDiff.Entry
public FolderDiff.Entry(java.lang.String filename,
FolderDiff.Entry.Type type)
getFilename
public java.lang.String getFilename()
setFilename
public void setFilename(java.lang.String filename)
getType
public FolderDiff.Entry.Type getType()
setType
public void setType(FolderDiff.Entry.Type type)
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright © 2009. All Rights Reserved.