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 String
getBranch()
String
getHash()
@Nullable GitRef
getRef()
@Nullable String
getRefValue()
static HashAndSource
hashAndBranch(String revHash, String branch)
static HashAndSource
hashAndRef(String revHash, String ref)
String
toString()
-
-
-
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)
-
-