Uses of Enum
com.jsql.util.GitUtil.ShowOnConsole
-
Uses of GitUtil.ShowOnConsole in com.jsql.util
Modifier 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.Modifier 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.