package jp.co.worksap.workspace.repository.git; interface GitRemoteHost { String getUri(); String getBranch(); }