]> git.evergreen-ils.org Git - working/Hatch.git/commit
LP1825891 Hatch 'hostname' command
authorBill Erickson <berickxx@gmail.com>
Wed, 17 Apr 2019 20:22:56 +0000 (16:22 -0400)
committerJason Boyer <JBoyer@equinoxinitiative.org>
Fri, 13 Dec 2019 17:59:25 +0000 (12:59 -0500)
commit7bc14b90878f109787a1d8abbe8664b8e9bc05ad
tree1e8fcf6112841b40561c3a21ba05294ff46614de
parent8f33919c7ed6b1a40f0e2590ed2f9453085408da
LP1825891 Hatch 'hostname' command

Returns the hostname as reported by Java:

InetAddress.getLocalHost().getHostName();

Includes hostname request in TestJava program.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jason Boyer <JBoyer@equinoxinitiative.org>
src/org/evergreen_ils/hatch/RequestHandler.java
src/org/evergreen_ils/hatch/TestHatch.java