hudson.plugins.copyartifact
クラス StatusBuildSelector

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

public class StatusBuildSelector
extends BuildSelector

Copy artifacts from the latest successful or stable build.

作成者:
Alan.Harder@sun.com

入れ子のクラスの概要
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
フィールドの概要
static hudson.model.Descriptor<BuildSelector> DESCRIPTOR
           
 
コンストラクタの概要
StatusBuildSelector(boolean stableOnly)
           
 
メソッドの概要
 hudson.model.Run<?,?> getBuild(hudson.model.Job<?,?> job)
          Find a build to copy artifacts from.
 boolean isStable()
           
 
クラス hudson.plugins.copyartifact.BuildSelector から継承されたメソッド
getDescriptor, isSelectable
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

DESCRIPTOR

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

StatusBuildSelector

@DataBoundConstructor
public StatusBuildSelector(boolean stableOnly)
メソッドの詳細

isStable

public boolean isStable()

getBuild

public hudson.model.Run<?,?> getBuild(hudson.model.Job<?,?> job)
クラス BuildSelector の記述:
Find a build to copy artifacts from.

オーバーライド:
クラス BuildSelector 内の getBuild
戻り値:
Build to use, or null if no appropriate build was found


Copyright © 2010. All Rights Reserved.