jenkins.plugins.jclouds.blobstore
Class BlobStoreEntry
java.lang.Object
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
BlobStoreEntry
public BlobStoreEntry()
Copyright © 2004-2012. All Rights Reserved.