Package jenkins.plugins.itemstorage.s3
Class NonAWSS3ItemStorage
java.lang.Object
hudson.model.AbstractDescribableImpl<jenkins.plugins.itemstorage.ItemStorage<T>>
jenkins.plugins.itemstorage.ItemStorage<S3ObjectPath>
jenkins.plugins.itemstorage.s3.NonAWSS3ItemStorage
- All Implemented Interfaces:
ExtensionPoint,Describable<jenkins.plugins.itemstorage.ItemStorage<S3ObjectPath>>,Serializable
S3 implementation of the Item Storage extension point.
- Author:
- Peter Hayes
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetObjectPath(Item item, String path) getObjectPathForBranch(Item item, String path, String branch) booleanbooleanMethods 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
- Specified by:
getObjectPathin classjenkins.plugins.itemstorage.ItemStorage<S3ObjectPath>
-
getObjectPathForBranch
- Specified by:
getObjectPathForBranchin classjenkins.plugins.itemstorage.ItemStorage<S3ObjectPath>
-