hudson.plugins.build_timeout.operations
クラス FailOperation

java.lang.Object
  上位を拡張 hudson.plugins.build_timeout.BuildTimeOutOperation
      上位を拡張 hudson.plugins.build_timeout.operations.FailOperation
すべての実装されたインタフェース:
hudson.ExtensionPoint, hudson.model.Describable<BuildTimeOutOperation>

public class FailOperation
extends BuildTimeOutOperation

Fail the build.


入れ子のクラスの概要
static class FailOperation.DescriptorImpl
           
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
コンストラクタの概要
FailOperation()
           
 
メソッドの概要
 boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener, long effectiveTimeout)
          Perform operation.
 
クラス hudson.plugins.build_timeout.BuildTimeOutOperation から継承されたメソッド
getDescriptor
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FailOperation

@DataBoundConstructor
public FailOperation()
メソッドの詳細

perform

public boolean perform(hudson.model.AbstractBuild<?,?> build,
                       hudson.model.BuildListener listener,
                       long effectiveTimeout)
クラス BuildTimeOutOperation の記述:
Perform operation.

定義:
クラス BuildTimeOutOperation 内の perform
パラメータ:
build -
listener -
effectiveTimeout -
戻り値:
関連項目:
BuildTimeOutOperation.perform(hudson.model.AbstractBuild, hudson.model.BuildListener, long)


Copyright © 2004-2014. All Rights Reserved.