hudson.scm
类 BlameSubversionChangeLogSet.Path

java.lang.Object
  继承者 hudson.scm.BlameSubversionChangeLogSet.Path
所有已实现的接口:
hudson.scm.ChangeLogSet.AffectedFile
包容类:
BlameSubversionChangeLogSet

@ExportedBean(defaultVisibility=999)
public static class BlameSubversionChangeLogSet.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.


构造方法摘要
BlameSubversionChangeLogSet.Path()
           
 
方法摘要
 hudson.scm.EditType getEditType()
           
 BlameSubversionChangeLogSet.LogEntry getLogEntry()
          Gets the BlameSubversionChangeLogSet.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(BlameSubversionChangeLogSet.LogEntry entry)
          Sets the BlameSubversionChangeLogSet.LogEntry of which this path is a member.
 void setValue(java.lang.String value)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

BlameSubversionChangeLogSet.Path

public BlameSubversionChangeLogSet.Path()
方法详细信息

getLogEntry

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


setLogEntry

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

指定者:
接口 hudson.scm.ChangeLogSet.AffectedFile 中的 getPath

setValue

public void setValue(java.lang.String value)

getEditType

@Exported
public hudson.scm.EditType getEditType()
指定者:
接口 hudson.scm.ChangeLogSet.AffectedFile 中的 getEditType


Copyright © 2010. All Rights Reserved.