use of org.pentaho.di.job.entries.sftp.JobEntrySFTP in project pentaho-kettle by pentaho.
the class JobEntryExportRepository method main.
public static void main(String[] args) {
List<CheckResultInterface> remarks = new ArrayList<CheckResultInterface>();
new JobEntrySFTP().check(remarks, null, new Variables(), null, null);
System.out.printf("Remarks: %s\n", remarks);
}
Aggregations