Class FilePathWrapper
- java.lang.Object
-
- net.uaznia.lukanus.hudson.plugins.gitparameter.FilePathWrapper
-
public class FilePathWrapper extends Object
-
-
Constructor Summary
Constructors Constructor Description FilePathWrapper(FilePath filePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
FilePath
getFilePath()
void
setThatTemporary()
-
-
-
Constructor Detail
-
FilePathWrapper
public FilePathWrapper(FilePath filePath)
-
-
Method Detail
-
setThatTemporary
public void setThatTemporary()
-
getFilePath
public FilePath getFilePath()
-
delete
public void delete() throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
-