hudson.plugins.mantis.changeset
クラス CVSChangeSet

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

public class CVSChangeSet
extends AbstractChangeSet<hudson.scm.CVSChangeLogSet.CVSChangeLog>

ChangeSet of CVS

導入されたバージョン:
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
 
コンストラクタの概要
CVSChangeSet(int id, hudson.model.AbstractBuild<?,?> build, hudson.scm.CVSChangeLogSet.CVSChangeLog entry)
           
 
メソッドの概要
 java.lang.String createChangeLog()
           
protected  java.lang.String getChangeSetLink()
           
 
クラス hudson.plugins.mantis.changeset.AbstractChangeSet から継承されたメソッド
getAuthor, getId, getMsg, getRepositoryBrowser
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CVSChangeSet

public CVSChangeSet(int id,
                    hudson.model.AbstractBuild<?,?> build,
                    hudson.scm.CVSChangeLogSet.CVSChangeLog entry)
メソッドの詳細

createChangeLog

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

getChangeSetLink

protected java.lang.String getChangeSetLink()
オーバーライド:
クラス AbstractChangeSet<hudson.scm.CVSChangeLogSet.CVSChangeLog> 内の getChangeSetLink


Copyright © 2009. All Rights Reserved.