xebialabs / overthere

Runs something "Over there"

Home Page:http://www.xebialabs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document missing connection options

vpartington opened this issue · comments

Some connection options are not documented:

  • fileCopyCommandForUnix
  • directoryCopyCommandForUnix
  • fileCopyCommandForWindows
  • directoryCopyCommandForWindows
  • fileCopyCommandForZos
  • directoryCopyCommandForZos
  • suCopyFromTempFileCommand
  • suCopyToTempFileCommand

Fix by:

  1. Documenting these properties in the README.md file in the root of this project.
  2. Scanning the code for any other undocumented connection options.