hudson.scm
クラス SubversionChangeLogSet.LogEntry

java.lang.Object
  上位を拡張 hudson.scm.ChangeLogSet.Entry
      上位を拡張 hudson.scm.SubversionChangeLogSet.LogEntry
含まれているクラス:
SubversionChangeLogSet

public static class SubversionChangeLogSet.LogEntry
extends hudson.scm.ChangeLogSet.Entry

One commit.

Setter methods are public only so that the objects can be constructed from Digester. So please consider this object read-only.


コンストラクタの概要
SubversionChangeLogSet.LogEntry()
           
 
メソッドの概要
 void addPath(SubversionChangeLogSet.Path p)
           
 java.util.Collection<SubversionChangeLogSet.Path> getAffectedFiles()
           
 java.util.Collection<java.lang.String> getAffectedPaths()
           
 hudson.model.User getAuthor()
           
 java.lang.String getDate()
           
 java.lang.String getMsg()
           
 SubversionChangeLogSet getParent()
          Gets the SubversionChangeLogSet to which this change set belongs.
 java.util.List<SubversionChangeLogSet.Path> getPaths()
          Gets the files that are changed in this commit.
 int getRevision()
          Gets the revision of the commit.
 java.lang.String getUser()
           
 void setDate(java.lang.String date)
           
 void setMsg(java.lang.String msg)
           
protected  void setParent(hudson.scm.ChangeLogSet changeLogSet)
           
 void setRevision(int revision)
           
 void setUser(java.lang.String author)
           
 
クラス hudson.scm.ChangeLogSet.Entry から継承されたメソッド
getMsgAnnotated, getMsgEscaped
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SubversionChangeLogSet.LogEntry

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

getParent

public SubversionChangeLogSet getParent()
Gets the SubversionChangeLogSet to which this change set belongs.

オーバーライド:
クラス hudson.scm.ChangeLogSet.Entry 内の getParent

setParent

protected void setParent(hudson.scm.ChangeLogSet changeLogSet)
オーバーライド:
クラス hudson.scm.ChangeLogSet.Entry 内の setParent

getRevision

@Exported
public int getRevision()
Gets the revision of the commit.

If the commit made the repository revision 1532, this method returns 1532.


setRevision

public void setRevision(int revision)

getAuthor

public hudson.model.User getAuthor()
定義:
クラス hudson.scm.ChangeLogSet.Entry 内の getAuthor

getAffectedPaths

public java.util.Collection<java.lang.String> getAffectedPaths()
定義:
クラス hudson.scm.ChangeLogSet.Entry 内の getAffectedPaths

setUser

public void setUser(java.lang.String author)

getUser

@Exported
public java.lang.String getUser()

getDate

@Exported
public java.lang.String getDate()

setDate

public void setDate(java.lang.String date)

getMsg

@Exported
public java.lang.String getMsg()
定義:
クラス hudson.scm.ChangeLogSet.Entry 内の getMsg

setMsg

public void setMsg(java.lang.String msg)

addPath

public void addPath(SubversionChangeLogSet.Path p)

getPaths

@Exported
public java.util.List<SubversionChangeLogSet.Path> getPaths()
Gets the files that are changed in this commit.

戻り値:
can be empty but never null.

getAffectedFiles

public java.util.Collection<SubversionChangeLogSet.Path> getAffectedFiles()
オーバーライド:
クラス hudson.scm.ChangeLogSet.Entry 内の getAffectedFiles


Copyright © 2010. All Rights Reserved.