Class ProjectInfoProperties.Git

java.lang.Object
org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
Enclosing class:
ProjectInfoProperties

public static class ProjectInfoProperties.Git extends Object
Git specific info properties.
  • Constructor Details

    • Git

      public Git()
  • Method Details

    • getLocation

      public Resource getLocation()
    • setLocation

      public void setLocation(Resource location)
    • getEncoding

      public Charset getEncoding()
    • setEncoding

      public void setEncoding(Charset encoding)