hudson.plugins.copyartifact
クラス CopyArtifact

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

public class CopyArtifact
extends hudson.tasks.Builder

Build step to copy artifacts from another project.

作成者:
Alan.Harder@sun.com

入れ子のクラスの概要
static class CopyArtifact.ConverterImpl
           
static class CopyArtifact.DescriptorImpl
           
static class CopyArtifact.ListenerImpl
           
 
インタフェース hudson.tasks.BuildStep から継承された入れ子のクラス/インタフェース
hudson.tasks.BuildStep.PublisherList
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
フィールドの概要
 
インタフェース hudson.tasks.BuildStep から継承されたフィールド
BUILDERS, PUBLISHERS
 
コンストラクタの概要
CopyArtifact(java.lang.String projectName, BuildSelector selector, java.lang.String filter, java.lang.String target, boolean flatten, boolean optional)
           
 
メソッドの概要
 BuildSelector getBuildSelector()
           
 java.lang.String getFilter()
           
 java.lang.String getProjectName()
           
 java.lang.String getTarget()
           
 boolean isFlatten()
           
 boolean isOptional()
           
 boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 
クラス hudson.tasks.Builder から継承されたメソッド
all, getDescriptor, getRequiredMonitorService, prebuild
 
クラス hudson.tasks.BuildStepCompatibilityLayer から継承されたメソッド
getProjectAction, getProjectAction, getProjectActions, perform, prebuild
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース hudson.tasks.BuildStep から継承されたメソッド
getProjectAction, getProjectActions, prebuild
 

コンストラクタの詳細

CopyArtifact

@DataBoundConstructor
public CopyArtifact(java.lang.String projectName,
                                         BuildSelector selector,
                                         java.lang.String filter,
                                         java.lang.String target,
                                         boolean flatten,
                                         boolean optional)
メソッドの詳細

getProjectName

public java.lang.String getProjectName()

getBuildSelector

public BuildSelector getBuildSelector()

getFilter

public java.lang.String getFilter()

getTarget

public java.lang.String getTarget()

isFlatten

public boolean isFlatten()

isOptional

public boolean isOptional()

perform

public boolean perform(hudson.model.AbstractBuild<?,?> build,
                       hudson.Launcher launcher,
                       hudson.model.BuildListener listener)
                throws java.lang.InterruptedException
定義:
インタフェース hudson.tasks.BuildStep 内の perform
オーバーライド:
クラス hudson.tasks.BuildStepCompatibilityLayer 内の perform
例外:
java.lang.InterruptedException


Copyright © 2010. All Rights Reserved.