hudson.plugins.mantis.changeset
クラス AbstractChangeSet

java.lang.Object
  上位を拡張 hudson.plugins.mantis.changeset.AbstractChangeSet
すべての実装されたインタフェース:
ChangeSet, java.io.Serializable
直系の既知のサブクラス:
CompatibleChangeSet, CVSChangeSet, DefaultChangeSet, SubversionChangeSet

public abstract class AbstractChangeSet
extends java.lang.Object
implements ChangeSet, java.io.Serializable

AbstractChangeSet

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

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

フィールドの詳細

id

protected int id

build

protected hudson.model.AbstractBuild<?,?> build

entry

protected hudson.scm.ChangeLogSet.Entry entry
コンストラクタの詳細

AbstractChangeSet

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

getId

public int getId()
定義:
インタフェース ChangeSet 内の getId

createChangeLog

public abstract java.lang.String createChangeLog()
定義:
インタフェース ChangeSet 内の createChangeLog

getRepositoryBrowser

protected hudson.scm.RepositoryBrowser getRepositoryBrowser()

getChangeSetLink

protected java.lang.String getChangeSetLink()

getAuthor

protected java.lang.String getAuthor()

getMsg

protected java.lang.String getMsg()


Copyright © 2009. All Rights Reserved.