Class SatelliteInfo
java.lang.Object
com.xebialabs.deployit.engine.api.dto.AbstractDto
com.xebialabs.deployit.engine.api.dto.SatelliteInfo
Contains information about a satellite instance.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setAvailable
(Boolean available) void
setPluginsSynced
(Boolean pluginsSynced) void
setSatelliteId
(String satelliteId) void
setVersion
(String version) Methods inherited from class com.xebialabs.deployit.engine.api.dto.AbstractDto
toString
-
Constructor Details
-
SatelliteInfo
public SatelliteInfo()
-
-
Method Details
-
isAvailable
- Returns:
- The status whether the satellite available.
-
getSatelliteId
- Returns:
- The status whether the satellite available.
-
getVersion
- Returns:
- The satellite version.
-
arePluginsSynced
- Returns:
- The satellite version.
-
setAvailable
-
setSatelliteId
-
setVersion
-
setPluginsSynced
-
equals
-
hashCode
public int hashCode()
-