hudson.plugins.mantis.changeset
クラス SubversionChangeSet

java.lang.Object
  上位を拡張 hudson.plugins.mantis.changeset.AbstractChangeSet<hudson.scm.SubversionChangeLogSet.LogEntry>
      上位を拡張 hudson.plugins.mantis.changeset.SubversionChangeSet
すべての実装されたインタフェース:
ChangeSet, java.io.Serializable

public class SubversionChangeSet
extends AbstractChangeSet<hudson.scm.SubversionChangeLogSet.LogEntry>

ChangeSet of subversion.

導入されたバージョン:
0.7
作成者:
Seiji Sogabe
関連項目:
直列化された形式

フィールドの概要
 
クラス hudson.plugins.mantis.changeset.AbstractChangeSet から継承されたフィールド
build, entry, id
 
インタフェース hudson.plugins.mantis.changeset.ChangeSet から継承されたフィールド
CRLF, UNKNOWN_AUTHOR, UNKNOWN_CHANGESETLINK, UNKNOWN_MSG, UNKNOWN_REVISION
 
コンストラクタの概要
SubversionChangeSet(int id, hudson.model.AbstractBuild<?,?> build, hudson.scm.SubversionChangeLogSet.LogEntry entry)
           
 
メソッドの概要
 java.lang.String createChangeLog()
           
protected  java.lang.String getRevision()
           
 
クラス hudson.plugins.mantis.changeset.AbstractChangeSet から継承されたメソッド
getAuthor, getChangeSetLink, getId, getMsg, getRepositoryBrowser
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SubversionChangeSet

public SubversionChangeSet(int id,
                           hudson.model.AbstractBuild<?,?> build,
                           hudson.scm.SubversionChangeLogSet.LogEntry entry)
メソッドの詳細

createChangeLog

public java.lang.String createChangeLog()
定義:
インタフェース ChangeSet 内の createChangeLog
定義:
クラス AbstractChangeSet<hudson.scm.SubversionChangeLogSet.LogEntry> 内の createChangeLog

getRevision

protected java.lang.String getRevision()


Copyright © 2010. All Rights Reserved.