hudson.scm
Class IntegrityChangeLogSet.IntegrityChangeLogPath

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

@ExportedBean(defaultVisibility=999)
public static class IntegrityChangeLogSet.IntegrityChangeLogPath
extends 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
IntegrityChangeLogSet.IntegrityChangeLogPath()
           
 
Method Summary
 hudson.scm.EditType getEditType()
           
 IntegrityChangeLogSet.IntegrityChangeLog getLogEntry()
          Gets the LogEntry of which this path is a member.
 String getPath()
          Inherited from AffectedFile
 String getValue()
          Path in the repository.
 void setAction(String action)
           
 void setLogEntry(IntegrityChangeLogSet.IntegrityChangeLog entry)
          Sets the LogEntry of which this path is a member.
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegrityChangeLogSet.IntegrityChangeLogPath

public IntegrityChangeLogSet.IntegrityChangeLogPath()
Method Detail

getLogEntry

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


setLogEntry

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


setAction

public void setAction(String action)

getValue

@Exported(name="file")
public String getValue()
Path in the repository.


getPath

public String getPath()
Inherited from AffectedFile

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

setValue

public void setValue(String value)

getEditType

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


Copyright © 2004-2012 Hudson. All Rights Reserved.