jenkins.plugins.jclouds.blobstore
Class BlobStoreEntry

java.lang.Object
  extended by jenkins.plugins.jclouds.blobstore.BlobStoreEntry

public final class BlobStoreEntry
extends Object

A simple "bean" for blobstore entries.

Author:
Vijay Kiran

Field Summary
 String container
          The container where the file is saved.
 String sourceFile
          The source file relative to the workspace directory, which needs to be uploaded to the container.
 
Constructor Summary
BlobStoreEntry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

container

public String container
The container where the file is saved. See http://www.jclouds.org/documentation/userguide/blobstore-guide#container


sourceFile

public String sourceFile
The source file relative to the workspace directory, which needs to be uploaded to the container.

Constructor Detail

BlobStoreEntry

public BlobStoreEntry()


Copyright © 2004-2012. All Rights Reserved.