Package jenkins.plugins.itemstorage.s3
Class S3ObjectPath
java.lang.Object
jenkins.plugins.itemstorage.ObjectPath
jenkins.plugins.itemstorage.s3.S3ObjectPath
public class S3ObjectPath
extends jenkins.plugins.itemstorage.ObjectPath
Implements ObjectPath API
- Author:
- Peter Hayes
-
Constructor Details
-
S3ObjectPath
-
-
Method Details
-
child
- Specified by:
child
in classjenkins.plugins.itemstorage.ObjectPath
- Throws:
IOException
InterruptedException
-
copyTo
- Specified by:
copyTo
in classjenkins.plugins.itemstorage.ObjectPath
- Throws:
IOException
InterruptedException
-
copyFrom
- Specified by:
copyFrom
in classjenkins.plugins.itemstorage.ObjectPath
- Throws:
IOException
InterruptedException
-
exists
- Specified by:
exists
in classjenkins.plugins.itemstorage.ObjectPath
- Throws:
IOException
InterruptedException
-
deleteRecursive
- Specified by:
deleteRecursive
in classjenkins.plugins.itemstorage.ObjectPath
- Throws:
IOException
InterruptedException
-
browse
public org.kohsuke.stapler.HttpResponse browse(org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response, Job<?, ?> job, String name) throws IOException- Specified by:
browse
in classjenkins.plugins.itemstorage.ObjectPath
- Throws:
IOException
-