hudson.plugins.cmvc
Class CmvcChangeLogSet.CmvcChangeLog.ModifiedFile
java.lang.Object
hudson.plugins.cmvc.CmvcChangeLogSet.CmvcChangeLog.ModifiedFile
- Enclosing class:
- CmvcChangeLogSet.CmvcChangeLog
@ExportedBean(defaultVisibility=999)
public static class CmvcChangeLogSet.CmvcChangeLog.ModifiedFile
- extends java.lang.Object
Represent a modified file
- Author:
- fuechi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CmvcChangeLogSet.CmvcChangeLog.ModifiedFile
public CmvcChangeLogSet.CmvcChangeLog.ModifiedFile()
CmvcChangeLogSet.CmvcChangeLog.ModifiedFile
public CmvcChangeLogSet.CmvcChangeLog.ModifiedFile(java.lang.String path,
java.lang.String action,
java.lang.String version)
getParent
public CmvcChangeLogSet.CmvcChangeLog getParent()
getPath
@Exported
public java.lang.String getPath()
setPath
public void setPath(java.lang.String path)
getAction
@Exported
public java.lang.String getAction()
setAction
public void setAction(java.lang.String action)
getEditType
@Exported
public hudson.scm.EditType getEditType()
getVersion
public java.lang.String getVersion()
setVersion
public void setVersion(java.lang.String version)
Copyright © 2009. All Rights Reserved.