Class ProjectIdAndSourceVersion

java.lang.Object
org.squashtest.squash.automation.tm.testplan.library.model.ProjectIdAndSourceVersion

public class ProjectIdAndSourceVersion extends Object
  • Constructor Details

    • ProjectIdAndSourceVersion

      public ProjectIdAndSourceVersion(Long tmProjectId, SourceVersion scmRepository)
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public Long getTmProjectId()
    • getScmRepository

      public SourceVersion getScmRepository()