Interface SatelliteAware
- All Superinterfaces:
Serializable
,Step
If a step can be executed on a Satellite, the step
should implements this interface and code
the access to the targeted Satellite CI.
should implements this interface and code
the access to the targeted Satellite CI.
-
Field Summary
Fields inherited from interface com.xebialabs.deployit.plugin.api.flow.Step
DEFAULT_ORDER
-
Method Summary
Methods inherited from interface com.xebialabs.deployit.plugin.api.flow.Step
execute, getDescription, getOrder, skippable
-
Method Details
-
getSatellite
com.xebialabs.xlplatform.satellite.Satellite getSatellite()- Returns:
- the satellite where this step can be executed
-