Package | Description |
---|---|
com.google.jenkins.plugins.storage |
Modifier and Type | Field and Description |
---|---|
protected UploadModule |
AbstractUpload.module
The module to use for providing dependencies.
|
Modifier and Type | Method and Description |
---|---|
UploadModule |
AbstractUploadDescriptor.getModule()
Retrieve the module to use for instantiating dependencies
for instances described by this descriptor.
|
Constructor and Description |
---|
AbstractBucketLifecycleManager(String bucketNameWithVars,
UploadModule module)
Constructs the base bucket OLM plugin from the bucket name and module.
|
AbstractUpload(String bucketNameWithVars,
boolean sharedPublicly,
boolean forFailedJobs,
UploadModule module)
Construct the base upload from a handful of universal properties.
|
AbstractUploadDescriptor(Class<? extends AbstractUpload> clazz,
UploadModule module)
Create the descriptor of the Upload from it's type on associated module
for instantiating dependencies.
|
ClassicUpload(String bucketNameWithVars,
boolean sharedPublicly,
boolean forFailedJobs,
UploadModule module,
String sourceGlobWithVars)
Construct the classic upload implementation from the base properties
and the glob for matching files.
|
ExpiringBucketLifecycleManager(String bucketNameWithVars,
UploadModule module,
int bucketObjectTTL)
Construct the simple lifecycle manager from a TLL and the
common properties.
|
StdoutUpload(String bucketNameWithVars,
boolean sharedPublicly,
boolean forFailedJobs,
UploadModule module,
String logName)
Construct the Upload with the stock properties, and the additional
information about how to name the build log file.
|
Copyright © 2004-2014. All Rights Reserved.