hudson.plugins.synergy
Class SynergyChangeLogSet.Path

java.lang.Object
  extended by hudson.plugins.synergy.SynergyChangeLogSet.Path
Enclosing class:
SynergyChangeLogSet

@ExportedBean(defaultVisibility=999)
public static class SynergyChangeLogSet.Path
extends java.lang.Object

A file in a commit.

Setter methods are public only so that the objects can be constructed from Digester. So please consider this object read-only.


Constructor Summary
SynergyChangeLogSet.Path()
           
 
Method Summary
 hudson.scm.EditType getEditType()
           
 java.lang.String getId()
           
 SynergyChangeLogSet.LogEntry getLogEntry()
          Gets the SynergyChangeLogSet.LogEntry of which this path is a member.
 java.lang.String getValue()
          Path in the repository.
 void setAction(java.lang.String action)
           
 void setId(java.lang.String id)
           
 void setLogEntry(SynergyChangeLogSet.LogEntry entry)
          Sets the SynergyChangeLogSet.LogEntry of which this path is a member.
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynergyChangeLogSet.Path

public SynergyChangeLogSet.Path()
Method Detail

getId

public java.lang.String getId()

setId

public void setId(java.lang.String id)

getLogEntry

public SynergyChangeLogSet.LogEntry getLogEntry()
Gets the SynergyChangeLogSet.LogEntry of which this path is a member.


setLogEntry

public void setLogEntry(SynergyChangeLogSet.LogEntry entry)
Sets the SynergyChangeLogSet.LogEntry of which this path is a member.


setAction

public void setAction(java.lang.String action)

getValue

@Exported(name="file")
public java.lang.String getValue()
Path in the repository. Such as /test/trunk/foo.c


setValue

public void setValue(java.lang.String value)

getEditType

@Exported
public hudson.scm.EditType getEditType()


Copyright © 2008-2009. All Rights Reserved.