hudson.plugins.build_timeout
クラス BuildTimeoutWrapper.EnvironmentImpl

java.lang.Object
  上位を拡張 hudson.model.Environment
      上位を拡張 hudson.tasks.BuildWrapper.Environment
          上位を拡張 hudson.plugins.build_timeout.BuildTimeoutWrapper.EnvironmentImpl
含まれているクラス:
BuildTimeoutWrapper

public class BuildTimeoutWrapper.EnvironmentImpl
extends hudson.tasks.BuildWrapper.Environment


フィールドの概要
protected  boolean operationFailed
           
 
コンストラクタの概要
BuildTimeoutWrapper.EnvironmentImpl(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener)
           
 
メソッドの概要
 void buildEnvVars(Map<String,String> env)
           
 void reschedule()
           
 void rescheduleIfScheduled()
           
 boolean tearDown(hudson.model.AbstractBuild build, hudson.model.BuildListener listener)
           
 
クラス hudson.tasks.BuildWrapper.Environment から継承されたメソッド
tearDown
 
クラス hudson.model.Environment から継承されたメソッド
create
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

operationFailed

protected boolean operationFailed
コンストラクタの詳細

BuildTimeoutWrapper.EnvironmentImpl

public BuildTimeoutWrapper.EnvironmentImpl(hudson.model.AbstractBuild<?,?> build,
                                           hudson.model.BuildListener listener)
                                    throws InterruptedException,
                                           org.jenkinsci.plugins.tokenmacro.MacroEvaluationException,
                                           IOException
例外:
InterruptedException
org.jenkinsci.plugins.tokenmacro.MacroEvaluationException
IOException
メソッドの詳細

buildEnvVars

public void buildEnvVars(Map<String,String> env)
オーバーライド:
クラス hudson.model.Environment 内の buildEnvVars

reschedule

public void reschedule()

rescheduleIfScheduled

public void rescheduleIfScheduled()

tearDown

public boolean tearDown(hudson.model.AbstractBuild build,
                        hudson.model.BuildListener listener)
                 throws IOException,
                        InterruptedException
オーバーライド:
クラス hudson.tasks.BuildWrapper.Environment 内の tearDown
例外:
IOException
InterruptedException


Copyright © 2004-2015. All Rights Reserved.