com.zanox.hudson.plugins
Class Entry

java.lang.Object
  extended by com.zanox.hudson.plugins.Entry

public final class Entry
extends java.lang.Object

This class implements the data object for the ftp plugin. The fields can be configured in the job configuration page in hudson.

HeadURL: $HeadURL: http://z-bld-02:8080/zxdev/zxant_test_environment/trunk/formatting/codeTemplates.xml $
Date: $Date: 2008-04-22 11:51:32 +0200 (Di, 22 Apr 2008) $
Revision: $Revision: 2447 $

Author:
$Author: ZANOX-COM\fit $

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 © 2011. All Rights Reserved.