com.gmail.ikeike443
クラス PlayAutoTestBuilder

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

public class PlayAutoTestBuilder
extends hudson.tasks.Builder

作成者:
ikeike443

入れ子のクラスの概要
static class PlayAutoTestBuilder.DescriptorImpl
          Descriptor for PlayAutoTestBuilder.
 
インタフェース hudson.tasks.BuildStep から継承された入れ子のクラス/インタフェース
hudson.tasks.BuildStep.PublisherList
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
フィールドの概要
 
インタフェース hudson.tasks.BuildStep から継承されたフィールド
BUILDERS, PUBLISHERS
 
コンストラクタの概要
PlayAutoTestBuilder(String play_cmd, String play_cmd2, String play_cmd3, String play_cmd4, String play_cmd5, String play_path)
           
 
メソッドの概要
 PlayAutoTestBuilder.DescriptorImpl getDescriptor()
           
 String getPlay_cmd()
          We'll use this from the config.jelly.
 String getPlay_cmd2()
           
 String getPlay_cmd3()
           
 String getPlay_cmd4()
           
 String getPlay_cmd5()
           
 String getPlay_path()
           
 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
 

コンストラクタの詳細

PlayAutoTestBuilder

@DataBoundConstructor
public PlayAutoTestBuilder(String play_cmd,
                                                String play_cmd2,
                                                String play_cmd3,
                                                String play_cmd4,
                                                String play_cmd5,
                                                String play_path)
メソッドの詳細

getPlay_cmd

public String getPlay_cmd()
We'll use this from the config.jelly.


getPlay_cmd2

public String getPlay_cmd2()

getPlay_cmd3

public String getPlay_cmd3()

getPlay_cmd4

public String getPlay_cmd4()

getPlay_cmd5

public String getPlay_cmd5()

getPlay_path

public String getPlay_path()

perform

public boolean perform(hudson.model.AbstractBuild build,
                       hudson.Launcher launcher,
                       hudson.model.BuildListener listener)
定義:
インタフェース hudson.tasks.BuildStep 内の perform
オーバーライド:
クラス hudson.tasks.BuildStepCompatibilityLayer 内の perform

getDescriptor

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


Copyright © 2004-2011. All Rights Reserved.