Class RestServerStatusInfo
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.model.server.RestServerStatusInfo
-
- Direct Known Subclasses:
RestServerNodesInfo
public class RestServerStatusInfo extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RestServerStatusInfo()
RestServerStatusInfo(ServerStatusInfo statusInfo, BambooAuthenticationContext bambooAuthenticationContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSetByUser()
ServerLifecycleState
getState()
boolean
isReindexInProgress()
-
-
-
Constructor Detail
-
RestServerStatusInfo
protected RestServerStatusInfo()
-
RestServerStatusInfo
public RestServerStatusInfo(ServerStatusInfo statusInfo, BambooAuthenticationContext bambooAuthenticationContext)
-
-
Method Detail
-
getState
public ServerLifecycleState getState()
-
getSetByUser
public String getSetByUser()
-
isReindexInProgress
public boolean isReindexInProgress()
-
-