Uses of Enum
com.jsql.util.GitUtil.ShowOnConsole
Packages that use GitUtil.ShowOnConsole
-
Uses of GitUtil.ShowOnConsole in com.jsql.util
Methods in com.jsql.util that return GitUtil.ShowOnConsoleModifier and TypeMethodDescriptionstatic GitUtil.ShowOnConsoleReturns the enum constant of this type with the specified name.static GitUtil.ShowOnConsole[]GitUtil.ShowOnConsole.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jsql.util with parameters of type GitUtil.ShowOnConsoleModifier and TypeMethodDescriptionvoidGitUtil.checkUpdate(GitUtil.ShowOnConsole displayUpdateMessage) Verify if application is up-to-date against the version on GitHub.booleanProxyUtil.isNotLive(GitUtil.ShowOnConsole showOnConsole) Check if enabled proxies are up when application starts, injection begins,- checking IP, sending reports.voidGitUtil.sendReport(String reportBody, GitUtil.ShowOnConsole showOnConsole, String reportTitle) Connect to GitHub webservices and create an Issue on the repository.