.setCredentialsProvider(new UsernamePasswordCredentialsProvider(
credentials.getUser(), credentials.getPassword()));
getContainer().run(true, true, new IRunnableWithProgress() {
public void run(IProgressMonitor monitor)
throws InvocationTargetException, InterruptedException {
listRemotesOp.run(monitor);
}
});
} catch (InvocationTargetException e) {
final Throwable cause = e.getCause();
transportError(cause.getMessage());