public final class BlobStoreEntry extends AbstractDescribableImpl<BlobStoreEntry>
Modifier and Type | Class and Description |
---|---|
static class |
BlobStoreEntry.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
boolean |
allowEmptyFileset
Whether an empty file is allowed without failing the build.
|
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.
|
boolean |
onlyIfSuccessful
Whether to publish only for successful builds.
|
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,
boolean allowEmptyFileset,
boolean onlyIfSuccessful) |
public final String container
public final String path
public final String sourceFile
public final boolean keepHierarchy
public final boolean allowEmptyFileset
public final boolean onlyIfSuccessful
@DataBoundConstructor public BlobStoreEntry(String container, String path, String sourceFile, boolean keepHierarchy, boolean allowEmptyFileset, boolean onlyIfSuccessful)
Copyright © 2016–2021. All rights reserved.