public class BuildInformation extends Object
Constructor and Description |
---|
BuildInformation() |
Modifier and Type | Method and Description |
---|---|
String |
getAsJson()
Gets the current object as a JSON string
|
int |
getBuildNumber() |
String |
getDotNetVersion() |
String |
getPackagesHash() |
static BuildInformation |
loadFromJson(String json)
Load the build information from a JSON string
|
void |
setBuildNumber(int buildNumber) |
void |
setDotNetVersion(String dotNetVersion) |
void |
setPackagesHash(String packagesHash) |
public static BuildInformation loadFromJson(String json)
json
- public String getAsJson()
public int getBuildNumber()
public void setBuildNumber(int buildNumber)
buildNumber
- the buildNumber to setpublic String getPackagesHash()
public void setPackagesHash(String packagesHash)
packagesHash
- the packagesHash to setpublic String getDotNetVersion()
public void setDotNetVersion(String dotNetVersion)
dotNetVersion
- the dotNetVersion to setCopyright © 2016–2017. All rights reserved.