java.lang.Object
com.semanticcms.autogit.servlet.AutoGit

public class AutoGit extends Object
Tracks the current git status.
  • Method Details

    • getGitStatus

      public GitStatus getGitStatus()
      Gets the current Git status, will not block.
    • getInstance

      public static AutoGit getInstance(ServletContext sc)
      Gets the current instance or null when disabled.
    • getGitStatus

      public static GitStatus getGitStatus(ServletContext servletContext, ServletRequest request)
      Gets the current git status.