public class SourceInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SourceInfo.Type |
| Modifier and Type | Field and Description |
|---|---|
String |
branch |
String |
commit |
String |
dir |
String |
git |
String |
version |
| Constructor and Description |
|---|
SourceInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCheckoutId() |
SourceInfo.Type |
getType() |
boolean |
isReleasedVersion() |
String |
toString() |
public String version
public String git
public String branch
public String commit
@CheckForNull public String dir
public boolean isReleasedVersion()
public SourceInfo.Type getType()
@CheckForNull public String getCheckoutId()
Copyright © 2004–2018. All rights reserved.