hudson.plugins.copyartifact
クラス SavedBuildSelector

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

public class SavedBuildSelector
extends BuildSelector

Copy artifacts from the latest saved build (marked "keep forever").

作成者:
Alan.Harder@sun.com

入れ子のクラスの概要
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
フィールドの概要
static hudson.model.Descriptor<BuildSelector> DESCRIPTOR
           
 
コンストラクタの概要
SavedBuildSelector()
           
 
メソッドの概要
 boolean isSelectable(hudson.model.Run<?,?> run)
          Should this build be selected?
 
クラス hudson.plugins.copyartifact.BuildSelector から継承されたメソッド
getBuild, getDescriptor
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

DESCRIPTOR

@Extension(ordinal=50.0)
public static final hudson.model.Descriptor<BuildSelector> DESCRIPTOR
コンストラクタの詳細

SavedBuildSelector

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

isSelectable

public boolean isSelectable(hudson.model.Run<?,?> run)
クラス BuildSelector の記述:
Should this build be selected? Override just this method to use a standard loop through completed builds, starting with the most recent.

オーバーライド:
クラス BuildSelector 内の isSelectable
戻り値:
True to select this build


Copyright © 2010. All Rights Reserved.