| Constructor and Description |
|---|
Gear(String id,
GearState state,
String sshUrl) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the id of this gear.
|
String |
getSshUrl()
The URL to use when connecting with SSH in the following form:
ssh://<username>@<host> |
GearState |
getState()
Returns the state of this gear
|
String |
toString() |
public GearState getState()
IGearpublic String getSshUrl()
IGearssh://<username>@<host>Copyright © 2016 JBoss by Red Hat. All rights reserved.