Interface SatelliteAware

All Superinterfaces:
Serializable, Step

public interface SatelliteAware extends 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.
  • Field Summary

    Fields inherited from interface com.xebialabs.deployit.plugin.api.flow.Step

    DEFAULT_ORDER
  • Method Summary

    Modifier and Type
    Method
    Description
    com.xebialabs.xlplatform.satellite.Satellite
     

    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