hudson.plugins.build_timeout.operations
クラス WriteDescriptionOperation
java.lang.Object
hudson.plugins.build_timeout.BuildTimeOutOperation
hudson.plugins.build_timeout.operations.WriteDescriptionOperation
- すべての実装されたインタフェース:
- hudson.ExtensionPoint, hudson.model.Describable<BuildTimeOutOperation>
public class WriteDescriptionOperation
- extends BuildTimeOutOperation
Set Description for the build timed out.
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
メソッドの概要 |
String |
getDescription()
|
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener,
long effectiveTimeout)
Perform operation. |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WriteDescriptionOperation
@DataBoundConstructor
public WriteDescriptionOperation(String description)
getDescription
public String getDescription()
- 戻り値:
- description to set.
perform
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener,
long effectiveTimeout)
- クラス
BuildTimeOutOperation
の記述:
- Perform operation.
- 定義:
- クラス
BuildTimeOutOperation
内の perform
- パラメータ:
build
- build timed outlistener
- build listener. can be used to print log.effectiveTimeout
- timeout (milliseconds)
- 戻り値:
- false not to run subsequent operations. It also mark the build as failure.
Copyright © 2004-2015. All Rights Reserved.