public class WebdavClient extends Object
コンストラクタと説明 |
---|
WebdavClient(String url,
String username,
String password) |
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
delete(String remotePath) |
String |
getRemovePrefix() |
void |
put(hudson.FilePath filePath,
String remotePath) |
void |
putWithParent(hudson.FilePath filePath,
String remotePath,
hudson.FilePath basePath) |
void |
setRemovePrefix(String removePrefix) |
public void put(hudson.FilePath filePath, String remotePath) throws IOException
IOException
public void putWithParent(hudson.FilePath filePath, String remotePath, hudson.FilePath basePath) throws IOException, InterruptedException
public boolean delete(String remotePath) throws IOException
IOException
public String getRemovePrefix()
public void setRemovePrefix(String removePrefix)
Copyright © 2016–2020. All rights reserved.