hudson.plugins.mantis.changeset
クラス DefaultChangeSet

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

public class DefaultChangeSet
extends AbstractChangeSet<hudson.scm.ChangeLogSet.Entry>

Default ChangeSet

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

コンストラクタの詳細

DefaultChangeSet

public DefaultChangeSet(int id,
                        hudson.model.AbstractBuild<?,?> build,
                        hudson.scm.ChangeLogSet.Entry entry)
メソッドの詳細

createChangeLog

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


Copyright © 2009. All Rights Reserved.