hudson.plugins.javanet_uploader
Class Entry

java.lang.Object
  extended by hudson.plugins.javanet_uploader.Entry

public final class Entry
extends java.lang.Object

Instruction of how to upload one file.

Author:
Kohsuke Kawaguchi

Field Summary
 java.lang.String description
           
 java.lang.String filePath
          Destination of the copy.
 java.lang.String sourceFile
          File name relative to the workspace root to upload.
 java.lang.String status
           
 
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 of the copy. If the source file matches multiple files, this will be treated as a directory.


description

public java.lang.String description

status

public java.lang.String status

sourceFile

public java.lang.String sourceFile
File name relative to the workspace root to upload.

May contain macro, wildcard.

Constructor Detail

Entry

public Entry()


Copyright © 2007 null. All Rights Reserved.