hudson.plugin.scm.fsscm
Class Changelog.Path

java.lang.Object
  extended by hudson.plugin.scm.fsscm.Changelog.Path
Enclosing class:
Changelog

public static class Changelog.Path
extends java.lang.Object


Constructor Summary
Changelog.Path()
           
Changelog.Path(Changelog changelog)
           
Changelog.Path(Changelog changelog, FolderDiff.Entry entry)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAction()
           
 Changelog getChangelog()
           
 hudson.scm.EditType getEditType()
           
 java.lang.String getValue()
           
 int hashCode()
           
 void setAction(java.lang.String action)
           
protected  void setChangelog(Changelog changelog)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Changelog.Path

public Changelog.Path()

Changelog.Path

public Changelog.Path(Changelog changelog)

Changelog.Path

public Changelog.Path(Changelog changelog,
                      FolderDiff.Entry entry)
Method Detail

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

getAction

public java.lang.String getAction()

setAction

public void setAction(java.lang.String action)

getChangelog

public Changelog getChangelog()

setChangelog

protected void setChangelog(Changelog changelog)

getEditType

public hudson.scm.EditType getEditType()

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.