be.certipost.hudson.plugin
クラス Entry

java.lang.Object
  上位を拡張 be.certipost.hudson.plugin.Entry

public final class Entry
extends java.lang.Object

作成者:
Ramil Israfilov

フィールドの概要
 java.lang.String filePath
          Destination folder for the copy.
 boolean keepHierarchy
           
 java.lang.String sourceFile
          File name relative to the workspace root to upload.
 
コンストラクタの概要
Entry(java.lang.String filePath, java.lang.String sourceFile, boolean keepHierarchy)
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

filePath

public java.lang.String filePath
Destination folder for the copy. May contain macros.


sourceFile

public java.lang.String sourceFile
File name relative to the workspace root to upload. If the sourceFile is directory then all files in that directory will be copied to remote filePath directory recursively

May contain macro, wildcard.


keepHierarchy

public boolean keepHierarchy
コンストラクタの詳細

Entry

@DataBoundConstructor
public Entry(java.lang.String filePath,
                                  java.lang.String sourceFile,
                                  boolean keepHierarchy)


Copyright © 2011. All Rights Reserved.