Interface SatelliteAware

  • All Superinterfaces:
    java.io.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.
    • Method Detail

      • getSatellite

        com.xebialabs.xlplatform.satellite.Satellite getSatellite()
        Returns:
        the satellite where this step can be executed