Package jenkins.plugins.itemstorage.s3
Class NonAWSS3ItemStorage
java.lang.Object
hudson.model.AbstractDescribableImpl<ItemStorage<T>>
jenkins.plugins.itemstorage.ItemStorage<S3ObjectPath>
jenkins.plugins.itemstorage.s3.NonAWSS3ItemStorage
- All Implemented Interfaces:
ExtensionPoint
,Describable<ItemStorage<S3ObjectPath>>
,Serializable
S3 implementation of the Item Storage extension point.
- Author:
- Peter Hayes
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static final class
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetObjectPath
(Item item, String path) Given an item and path, return an ObjectPath implementation for itgetObjectPathForBranch
(Item item, String path, String branch) Given an item, a path and a branch, return an ObjectPath implementation for itboolean
boolean
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
NonAWSS3ItemStorage
-
-
Method Details
-
getBucketName
-
getPrefix
-
getEndpoint
-
getRegion
-
getCredentialsId
-
getSignerVersion
-
getPathStyleAccess
public boolean getPathStyleAccess() -
getParallelDownloads
public boolean getParallelDownloads() -
getObjectPath
Description copied from class:ItemStorage
Given an item and path, return an ObjectPath implementation for it- Specified by:
getObjectPath
in classItemStorage<S3ObjectPath>
- Parameters:
item
- The item to associate the path withpath
- The path scoped by the item- Returns:
- The ObjectPath to act upon that path
-
getObjectPathForBranch
Description copied from class:ItemStorage
Given an item, a path and a branch, return an ObjectPath implementation for it- Specified by:
getObjectPathForBranch
in classItemStorage<S3ObjectPath>
- Parameters:
item
- The item to associate the path withpath
- The path scoped by the itembranch
- The branch for which to get the object path for- Returns:
- The ObjectPath to act upon that path
-