hudson.plugins.mantis
クラス MantisCarryOverChangeSetAction

java.lang.Object
  上位を拡張 hudson.model.InvisibleAction
      上位を拡張 hudson.plugins.mantis.MantisCarryOverChangeSetAction
すべての実装されたインタフェース:
hudson.model.Action, hudson.model.ModelObject

public class MantisCarryOverChangeSetAction
extends hudson.model.InvisibleAction

Remembers Mantis IDs and changesSet that need to be updated later, when we get a successfull build.

導入されたバージョン:
0.7
作成者:
Seiji Sogabe

コンストラクタの概要
MantisCarryOverChangeSetAction(java.util.List<ChangeSet> changeSet)
           
 
メソッドの概要
 java.util.List<ChangeSet> getChangeSets()
           
 
クラス hudson.model.InvisibleAction から継承されたメソッド
getDisplayName, getIconFileName, getUrlName
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MantisCarryOverChangeSetAction

public MantisCarryOverChangeSetAction(java.util.List<ChangeSet> changeSet)
メソッドの詳細

getChangeSets

public java.util.List<ChangeSet> getChangeSets()


Copyright © 2009. All Rights Reserved.