hudson.scm
Class SubversionChangeLogSet.Path

java.lang.Object
  extended by hudson.scm.SubversionChangeLogSet.Path
All Implemented Interfaces:
hudson.scm.ChangeLogSet.AffectedFile
Enclosing class:
SubversionChangeLogSet

@ExportedBean(defaultVisibility=999)
public static class SubversionChangeLogSet.Path
extends java.lang.Object
implements hudson.scm.ChangeLogSet.AffectedFile

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
SubversionChangeLogSet.Path()
           
 
Method Summary
 hudson.scm.EditType getEditType()
           
 SubversionChangeLogSet.LogEntry getLogEntry()
          Gets the SubversionChangeLogSet.LogEntry of which this path is a member.
 java.lang.String getPath()
          Inherited from AffectedFile
 java.lang.String getValue()
          Path in the repository.
 void setAction(java.lang.String action)
           
 void setLogEntry(SubversionChangeLogSet.LogEntry entry)
          Sets the SubversionChangeLogSet.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

SubversionChangeLogSet.Path

public SubversionChangeLogSet.Path()
Method Detail

getLogEntry

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


setLogEntry

public void setLogEntry(SubversionChangeLogSet.LogEntry entry)
Sets the SubversionChangeLogSet.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


getPath

public java.lang.String getPath()
Inherited from AffectedFile

Specified by:
getPath in interface hudson.scm.ChangeLogSet.AffectedFile

setValue

public void setValue(java.lang.String value)

getEditType

@Exported
public hudson.scm.EditType getEditType()
Specified by:
getEditType in interface hudson.scm.ChangeLogSet.AffectedFile


Copyright © 2010. All Rights Reserved.