Search in sources :

Example 1 with JobEntrySFTP

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);
}
Also used : Variables(org.pentaho.di.core.variables.Variables) ArrayList(java.util.ArrayList) JobEntrySFTP(org.pentaho.di.job.entries.sftp.JobEntrySFTP) CheckResultInterface(org.pentaho.di.core.CheckResultInterface)

Aggregations

ArrayList (java.util.ArrayList)1 CheckResultInterface (org.pentaho.di.core.CheckResultInterface)1 Variables (org.pentaho.di.core.variables.Variables)1 JobEntrySFTP (org.pentaho.di.job.entries.sftp.JobEntrySFTP)1