Searched refs:executeCommand (Results 1 – 2 of 2) sorted by relevance
78 return executeCommand("git", "config", "--get", "user.email"); in getGitEmail()94 static Optional<String> executeCommand(String... command) { in executeCommand() method in EnvironmentInformation
86 Optional<String> username = EnvironmentInformation.executeCommand("whoami"); in Client()