public class ServerInfo extends Object
Constructor and Description |
---|
ServerInfo(URI baseUri,
String version,
int buildNumber,
org.joda.time.DateTime buildDate,
org.joda.time.DateTime serverTime,
String scmInfo,
String serverTitle) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
URI |
getBaseUri() |
org.joda.time.DateTime |
getBuildDate() |
int |
getBuildNumber() |
String |
getScmInfo() |
org.joda.time.DateTime |
getServerTime() |
String |
getServerTitle() |
String |
getVersion() |
int |
hashCode() |
String |
toString() |
public URI getBaseUri()
public String getVersion()
public int getBuildNumber()
public org.joda.time.DateTime getBuildDate()
@Nullable public org.joda.time.DateTime getServerTime()
null
when the user is not authenticated.public String getScmInfo()
public String getServerTitle()
Copyright © 2013 Atlassian. All Rights Reserved.