Package io.jenkins.plugins.properties
Class DelphixProperties
- java.lang.Object
-
- io.jenkins.plugins.properties.DelphixProperties
-
public class DelphixProperties extends Object
-
-
Constructor Summary
Constructors Constructor Description DelphixProperties(FilePath workspace, String fileName, TaskListener listener)
Constructor of Delphix Properties.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getVDB()
void
setVDBDetails(Map<String,Object> vdbDetails)
-
-
-
Constructor Detail
-
DelphixProperties
public DelphixProperties(FilePath workspace, String fileName, TaskListener listener)
Constructor of Delphix Properties.- Parameters:
workspace
- FilePathlistener
- TaskListener
-
-