hudson.scm
Class SubversionReleaseChangeLogSet.Path

java.lang.Object
  extended by hudson.scm.SubversionReleaseChangeLogSet.Path
Enclosing class:
SubversionReleaseChangeLogSet

@ExportedBean(defaultVisibility=999)
public static class SubversionReleaseChangeLogSet.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
SubversionReleaseChangeLogSet.Path()
           
 
Method Summary
 hudson.scm.EditType getEditType()
           
 SubversionReleaseChangeLogSet.LogEntry getLogEntry()
          Gets the SubversionReleaseChangeLogSet.LogEntry of which this path is a member.
 java.lang.String getValue()
          Path in the repository.
 void setAction(java.lang.String action)
           
 void setLogEntry(SubversionReleaseChangeLogSet.LogEntry entry)
          Sets the SubversionReleaseChangeLogSet.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

SubversionReleaseChangeLogSet.Path

public SubversionReleaseChangeLogSet.Path()
Method Detail

getLogEntry

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


setLogEntry

public void setLogEntry(SubversionReleaseChangeLogSet.LogEntry entry)
Sets the SubversionReleaseChangeLogSet.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 © 2009. All Rights Reserved.