Class ArtifactoryItemPath
java.lang.Object
jenkins.plugins.itemstorage.ObjectPath
io.jenkins.plugins.jobcacher.artifactory.ArtifactoryItemPath
public class ArtifactoryItemPath
extends jenkins.plugins.itemstorage.ObjectPath
-
Constructor Details
-
ArtifactoryItemPath
-
-
Method Details
-
getClient
-
getFullName
-
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.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response, Job<?, ?> job, String name) throws IOException- Specified by:
browse
in classjenkins.plugins.itemstorage.ObjectPath
- Throws:
IOException
-