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 bucket,
UploadModule module)
Constructs the base bucket OLM plugin from the bucket name and module.
|
AbstractUpload(String bucket,
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 bucket,
UploadModule module,
String pattern,
String bucketNameWithVars,
String sourceGlobWithVars)
Construct the classic upload implementation from the base properties
and the glob for matching files.
|
ClassicUploadStep(String credentialsId,
String bucket,
UploadModule module,
String pattern)
Construct the classic upload step.
|
ExpiringBucketLifecycleManager(String bucket,
UploadModule module,
Integer ttl,
String bucketNameWithVars,
Integer bucketObjectTTL)
Construct the simple lifecycle manager from a TLL and the
common properties.
|
StdoutUpload(String bucket,
UploadModule module,
String logName,
String bucketNameWithVars)
Construct the Upload with the stock properties, and the additional
information about how to name the build log file.
|
Copyright © 2016–2017. All rights reserved.