Class GitRemoteForGradle
java.lang.Object
com.xenoterracide.gradle.git.GitRemoteForGradle
- All Implemented Interfaces:
GitRemote
-
Method Details
-
getName
-
getHeadBranch
Gets the head branch of the remote.- Returns:
- the head branch
-
headBranchRefName
Description copied from interface:GitRemoteGets the remote HEAD branch ref name. This will look something likerefs/remotes/origin/main.- Specified by:
headBranchRefNamein interfaceGitRemote- Returns:
- HEAD branch ref name
-
name
-