hudson.plugins.build_timeout.impl
クラス LikelyStuckTimeOutStrategy
java.lang.Object
hudson.plugins.build_timeout.BuildTimeOutStrategy
hudson.plugins.build_timeout.impl.LikelyStuckTimeOutStrategy
- すべての実装されたインタフェース:
- hudson.model.Describable<BuildTimeOutStrategy>
public class LikelyStuckTimeOutStrategy
- extends BuildTimeOutStrategy
Get the time considered it stuck.
- 関連項目:
Executor.isLikelyStuck()
メソッドの概要 |
hudson.model.Descriptor<BuildTimeOutStrategy> |
getDescriptor()
|
long |
getTimeOut(hudson.model.AbstractBuild<?,?> run,
hudson.model.BuildListener listener)
Define the delay (in milliseconds) to wait for the build to complete before interrupting. |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCRIPTOR
@Extension
public static final LikelyStuckTimeOutStrategy.DescriptorImpl DESCRIPTOR
LikelyStuckTimeOutStrategy
@DataBoundConstructor
public LikelyStuckTimeOutStrategy()
getTimeOut
public long getTimeOut(hudson.model.AbstractBuild<?,?> run,
hudson.model.BuildListener listener)
throws InterruptedException,
org.jenkinsci.plugins.tokenmacro.MacroEvaluationException,
IOException
- クラス
BuildTimeOutStrategy
の記述:
- Define the delay (in milliseconds) to wait for the build to complete before interrupting.
- オーバーライド:
- クラス
BuildTimeOutStrategy
内の getTimeOut
- パラメータ:
run
- the buildlistener
- the build listener
- 例外:
InterruptedException
org.jenkinsci.plugins.tokenmacro.MacroEvaluationException
IOException
getDescriptor
public hudson.model.Descriptor<BuildTimeOutStrategy> getDescriptor()
- 定義:
- インタフェース
hudson.model.Describable<BuildTimeOutStrategy>
内の getDescriptor
- オーバーライド:
- クラス
BuildTimeOutStrategy
内の getDescriptor
- 関連項目:
Describable.getDescriptor()
Copyright © 2004-2014. All Rights Reserved.