Class HashAndSource
- java.lang.Object
-
- com.atlassian.bamboo.plugins.git.domain.HashAndSource
-
public final class HashAndSource extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable StringgetBranch()StringgetHash()@Nullable GitRefgetRef()@Nullable StringgetRefValue()static HashAndSourcehashAndBranch(String revHash, String branch)static HashAndSourcehashAndRef(String revHash, String ref)StringtoString()
-
-
-
Method Detail
-
getRefValue
@Nullable public @Nullable String getRefValue()
-
getRef
@Nullable public @Nullable GitRef getRef()
-
getBranch
@Nullable public @Nullable String getBranch()
-
getHash
public String getHash()
-
hashAndBranch
public static HashAndSource hashAndBranch(String revHash, String branch)
-
hashAndRef
public static HashAndSource hashAndRef(String revHash, String ref)
-
-