hudson.plugins.seleniumaes
クラス SeleniumAutoExecAction

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

public class SeleniumAutoExecAction
extends java.lang.Object
implements hudson.model.Action

作成者:
onozaty

コンストラクタの概要
SeleniumAutoExecAction(hudson.model.AbstractBuild<?,?> build)
           
 
メソッドの概要
 hudson.model.AbstractBuild<?,?> getBuild()
           
 java.lang.String getDisplayName()
           
 java.lang.String getIconFileName()
           
 java.util.ArrayList<SeleniumAutoExecResult> getResultList()
           
 java.lang.String getUrlName()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SeleniumAutoExecAction

public SeleniumAutoExecAction(hudson.model.AbstractBuild<?,?> build)
パラメータ:
build -
メソッドの詳細

getDisplayName

public java.lang.String getDisplayName()
定義:
インタフェース hudson.model.Action 内の getDisplayName
定義:
インタフェース hudson.model.ModelObject 内の getDisplayName
関連項目:
Action.getDisplayName()

getIconFileName

public java.lang.String getIconFileName()
定義:
インタフェース hudson.model.Action 内の getIconFileName
関連項目:
Action.getIconFileName()

getUrlName

public java.lang.String getUrlName()
定義:
インタフェース hudson.model.Action 内の getUrlName
関連項目:
Action.getUrlName()

getBuild

public hudson.model.AbstractBuild<?,?> getBuild()
戻り値:
build

getResultList

public java.util.ArrayList<SeleniumAutoExecResult> getResultList()
戻り値:
resultList


Copyright © 2011. All Rights Reserved.