hudson.plugins.s3
Class Entry

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

public final class Entry
extends Object


Field Summary
 String bucket
          Destination bucket for the copy.
 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

bucket

public String bucket
Destination bucket for the copy. Can contain macros.


sourceFile

public String sourceFile
File name relative to the workspace root to upload. Can contain macros and wildcards.

Constructor Detail

Entry

public Entry()


Copyright © 2004-2012. All Rights Reserved.