hudson.plugins.seleniumaes
クラス SeleniumAutoExecBuilder

java.lang.Object
  上位を拡張 hudson.tasks.BuildStepCompatibilityLayer
      上位を拡張 hudson.tasks.Builder
          上位を拡張 hudson.plugins.seleniumaes.SeleniumAutoExecBuilder
すべての実装されたインタフェース:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Builder>, hudson.tasks.BuildStep

public class SeleniumAutoExecBuilder
extends hudson.tasks.Builder

作成者:
onozaty

入れ子のクラスの概要
static class SeleniumAutoExecBuilder.DescriptorImpl
           
 
インタフェース hudson.tasks.BuildStep から継承された入れ子のクラス/インタフェース
hudson.tasks.BuildStep.PublisherList
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
フィールドの概要
static SeleniumAutoExecBuilder.DescriptorImpl DESCRIPTOR
           
 
インタフェース hudson.tasks.BuildStep から継承されたフィールド
BUILDERS, PUBLISHERS
 
コンストラクタの概要
SeleniumAutoExecBuilder(java.lang.String serverUrl)
           
 
メソッドの概要
 hudson.model.Descriptor<hudson.tasks.Builder> getDescriptor()
           
 java.lang.String getServerUrl()
           
 boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 
クラス hudson.tasks.Builder から継承されたメソッド
all, getRequiredMonitorService, prebuild
 
クラス hudson.tasks.BuildStepCompatibilityLayer から継承されたメソッド
getProjectAction, getProjectAction, getProjectActions, perform, prebuild
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース hudson.tasks.BuildStep から継承されたメソッド
getProjectAction, getProjectActions, prebuild
 

フィールドの詳細

DESCRIPTOR

@Extension
public static final SeleniumAutoExecBuilder.DescriptorImpl DESCRIPTOR
コンストラクタの詳細

SeleniumAutoExecBuilder

@DataBoundConstructor
public SeleniumAutoExecBuilder(java.lang.String serverUrl)
                        throws java.net.MalformedURLException
パラメータ:
serverUrl -
例外:
java.net.MalformedURLException
メソッドの詳細

getServerUrl

public java.lang.String getServerUrl()
戻り値:
serverUrl

perform

public boolean perform(hudson.model.AbstractBuild<?,?> build,
                       hudson.Launcher launcher,
                       hudson.model.BuildListener listener)
                throws java.io.IOException
定義:
インタフェース hudson.tasks.BuildStep 内の perform
オーバーライド:
クラス hudson.tasks.BuildStepCompatibilityLayer 内の perform
例外:
java.io.IOException
関連項目:
BuildStepCompatibilityLayer.perform(hudson.model.AbstractBuild, hudson.Launcher, hudson.model.BuildListener)

getDescriptor

public hudson.model.Descriptor<hudson.tasks.Builder> getDescriptor()
定義:
インタフェース hudson.model.Describable<hudson.tasks.Builder> 内の getDescriptor
オーバーライド:
クラス hudson.tasks.Builder 内の getDescriptor


Copyright © 2011. All Rights Reserved.