be.certipost.hudson.plugin
Class Entry

java.lang.Object
  extended by be.certipost.hudson.plugin.Entry

public final class Entry
extends java.lang.Object

Author:
Ramil Israfilov

Field Summary
 java.lang.String filePath
          Destination folder for the copy.
 java.lang.String sourceFile
          File name relative to the workspace root to upload.
 
Constructor Summary
Entry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

Entry

public Entry()


Copyright © 2007. All Rights Reserved.