public final class HashAndSource extends Object
Modifier and Type | Method and Description |
---|---|
String |
getBranch() |
String |
getHash() |
GitRef |
getRef() |
String |
getRefValue() |
static HashAndSource |
hashAndBranch(String revHash,
String branch) |
static HashAndSource |
hashAndRef(String revHash,
String ref) |
String |
toString() |
@Nullable public String getRefValue()
@Nullable public GitRef getRef()
@Nullable public String getBranch()
public String getHash()
public static HashAndSource hashAndBranch(String revHash, String branch)
public static HashAndSource hashAndRef(String revHash, String ref)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.