hudson.plugins.cmvc
Class CmvcChangeLogSet.CmvcChangeLog.ModifiedFile

java.lang.Object
  extended by 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

Constructor Summary
CmvcChangeLogSet.CmvcChangeLog.ModifiedFile()
           
CmvcChangeLogSet.CmvcChangeLog.ModifiedFile(java.lang.String path, java.lang.String action, java.lang.String version)
           
 
Method Summary
 java.lang.String getAction()
           
 hudson.scm.EditType getEditType()
           
 CmvcChangeLogSet.CmvcChangeLog getParent()
           
 java.lang.String getPath()
           
 java.lang.String getVersion()
           
 void setAction(java.lang.String action)
           
 void setPath(java.lang.String path)
           
 void setVersion(java.lang.String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.