public final class BlobStoreEntry extends hudson.model.AbstractDescribableImpl<BlobStoreEntry>
Modifier and Type | Class and Description |
---|---|
static class |
BlobStoreEntry.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
String |
container
The container where the file is saved.
|
boolean |
keepHierarchy
Whether or not the sourceFile's path relative to the workspace should be preserved upon upload to the Blobstore.
|
String |
path
The sub path under 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 and Description |
---|
BlobStoreEntry(String container,
String path,
String sourceFile,
boolean keepHierarchy) |
public String container
public String path
public String sourceFile
public boolean keepHierarchy
Copyright © 2004-2015. All Rights Reserved.