hudson.scm
クラス SubversionChangeLogSet.Path

java.lang.Object
  上位を拡張 hudson.scm.SubversionChangeLogSet.Path
すべての実装されたインタフェース:
hudson.scm.ChangeLogSet.AffectedFile
含まれているクラス:
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.


コンストラクタの概要
SubversionChangeLogSet.Path()
           
 
メソッドの概要
 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)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SubversionChangeLogSet.Path

public SubversionChangeLogSet.Path()
メソッドの詳細

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

定義:
インタフェース 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.