Class RegistryItemPath
java.lang.Object
jenkins.plugins.itemstorage.ObjectPath
io.jenkins.plugins.jobcacher.oras.RegistryItemPath
public class RegistryItemPath
extends jenkins.plugins.itemstorage.ObjectPath
-
Constructor Summary
ConstructorsConstructorDescriptionRegistryItemPath
(RegistryClient registry, String fullName, String path) Create a new registry item path. -
Method Summary
-
Constructor Details
-
RegistryItemPath
Create a new registry item path.- Parameters:
registry
- The registry clientfullName
- The full name of the containerpath
- The path of the item
-
-
Method Details
-
getRegistry
-
getPath
-
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) - Specified by:
browse
in classjenkins.plugins.itemstorage.ObjectPath
-