Class Git

java.lang.Object
com.tremolosecurity.k8s.model.Git

public class Git extends Object
  • Constructor Details

    • Git

      public Git()
      No args constructor for use in serialization
    • Git

      public Git(String repo, String branch, String dir)
      Parameters:
      repo -
      branch -
      dir -
  • Method Details

    • getRepo

      public String getRepo()
    • setRepo

      public void setRepo(String repo)
    • withRepo

      public Git withRepo(String repo)
    • getBranch

      public String getBranch()
    • setBranch

      public void setBranch(String branch)
    • withBranch

      public Git withBranch(String branch)
    • getDir

      public String getDir()
    • setDir

      public void setDir(String dir)
    • withDir

      public Git withDir(String dir)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object