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.ShowOnConsole
Returns 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 TypeMethodDescriptionvoid
GitUtil.checkUpdate
(GitUtil.ShowOnConsole displayUpdateMessage) Verify if application is up-to-date against the version on GitHub.boolean
ProxyUtil.isNotLive
(GitUtil.ShowOnConsole showOnConsole) Check if enabled proxies are up when application starts, injection begins,- checking IP, sending reports.void
GitUtil.sendReport
(String reportBody, GitUtil.ShowOnConsole showOnConsole, String reportTitle) Connect to GitHub webservices and create an Issue on the repository.