Class NonAWSS3ItemStorage
java.lang.Object
hudson.model.AbstractDescribableImpl<jenkins.plugins.itemstorage.ItemStorage<S3ObjectPath>>
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 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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Describable
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>
-