Class GitInfo

java.lang.Object
com.bobocode.bring.web.actuator.dto.GitInfo

public class GitInfo extends Object
Represents information about Git. Includes the branch information and details about the latest commit.
Since:
1.0
Author:
Blyzhnytsia Team
  • Field Details

    • branch

      private String branch
    • commit

      private Commit commit
  • Constructor Details

    • GitInfo

      public GitInfo()