hudson.plugins.javanet_uploader
Class Entry

java.lang.Object
  extended by hudson.plugins.javanet_uploader.Entry
All Implemented Interfaces:
hudson.model.Describable<Entry>

public final class Entry
extends java.lang.Object
implements hudson.model.Describable<Entry>

Instruction of how to upload one file.

Author:
Kohsuke Kawaguchi

Nested Class Summary
static class Entry.EntryDescriptor
           
 
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.
 org.kohsuke.jnt.FileStatus status
           
 
Constructor Summary
Entry(java.lang.String filePath, java.lang.String description, org.kohsuke.jnt.FileStatus status, java.lang.String sourceFile)
           
 
Method Summary
 hudson.model.Descriptor<Entry> getDescriptor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filePath

public final java.lang.String filePath
Destination of the copy. If the source file matches multiple files, this will be treated as a directory.


description

public final java.lang.String description

status

public final org.kohsuke.jnt.FileStatus status

sourceFile

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

May contain macro, wildcard.

Constructor Detail

Entry

@DataBoundConstructor
public Entry(java.lang.String filePath,
                                  java.lang.String description,
                                  org.kohsuke.jnt.FileStatus status,
                                  java.lang.String sourceFile)
Method Detail

getDescriptor

public hudson.model.Descriptor<Entry> getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<Entry>


Copyright © 2009. All Rights Reserved.