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()
IGear
public String getSshUrl()
IGear
ssh://<username>@<host>
Copyright © 2017 JBoss by Red Hat. All rights reserved.