public class GitVersionDetails extends Object
| Constructor and Description |
|---|
GitVersionDetails(String commit,
GitRefType refType,
String refName,
Configuration.RefPatchDescription patchDescription) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommit() |
Configuration.RefPatchDescription |
getPatchDescription() |
String |
getRefName() |
GitRefType |
getRefType() |
public GitVersionDetails(String commit, GitRefType refType, String refName, Configuration.RefPatchDescription patchDescription)
public String getCommit()
public GitRefType getRefType()
public String getRefName()
public Configuration.RefPatchDescription getPatchDescription()
Copyright © 2021. All rights reserved.