Class AzureObjectPath
java.lang.Object
jenkins.plugins.itemstorage.ObjectPath
io.jenkins.plugins.jobcacherazurestorage.AzureObjectPath
public class AzureObjectPath
extends jenkins.plugins.itemstorage.ObjectPath
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AzureObjectPath
-
-
Method Details
-
child
public jenkins.plugins.itemstorage.ObjectPath child(String childPath) throws IOException, InterruptedException - 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
public void deleteRecursive()- Specified by:
deleteRecursive
in classjenkins.plugins.itemstorage.ObjectPath
-
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
-