hudson.plugins.build_timeout.operations
クラス AbortOperation

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

public class AbortOperation
extends BuildTimeOutOperation

Abort the build.


入れ子のクラスの概要
static class AbortOperation.DescriptorImpl
           
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
コンストラクタの概要
AbortOperation()
           
 
メソッドの概要
 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
 

コンストラクタの詳細

AbortOperation

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

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.