Class RestInfo
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.model.info.RestInfo
-
public class RestInfo extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getBuildDate()
String
getBuildNumber()
String
getEdition()
NodeLifecycleState
getState()
String
getVersion()
-
-
-
Constructor Detail
-
RestInfo
public RestInfo(Date buildDate, String buildNumber, String version, String edition, NodeLifecycleState state)
-
-
Method Detail
-
getVersion
public String getVersion()
-
getEdition
public String getEdition()
-
getBuildDate
public Date getBuildDate()
-
getBuildNumber
public String getBuildNumber()
-
getState
public NodeLifecycleState getState()
-
-