Interface ExtendableJobConfiguration
-
- All Known Implementing Classes:
AbstractExtendableJobConfiguration
public interface ExtendableJobConfiguration
Interface of the configuration of an extendible job. This type of configuration is able to forward required data objects to the extending job configuration builders.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>
getAttributes()
Get the configuration of the current launch.
-